...

Package fake

import "k8s.io/client-go/kubernetes/typed/node/v1/fake"
Overview
Index

Overview ▾

Package fake has the automatically generated clients.

Index ▾

Package files

doc.go fake_node_client.go fake_runtimeclass.go

type FakeNodeV1

type FakeNodeV1 struct {
    *testing.Fake
}

func (*FakeNodeV1) RESTClient

func (c *FakeNodeV1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeNodeV1) RuntimeClasses

func (c *FakeNodeV1) RuntimeClasses() v1.RuntimeClassInterface

type FakeRuntimeClasses

FakeRuntimeClasses implements RuntimeClassInterface

type FakeRuntimeClasses struct {
    Fake *FakeNodeV1
}

func (*FakeRuntimeClasses) Apply

func (c *FakeRuntimeClasses) Apply(ctx context.Context, runtimeClass *nodev1.RuntimeClassApplyConfiguration, opts metav1.ApplyOptions) (result *v1.RuntimeClass, err error)

Apply takes the given apply declarative configuration, applies it and returns the applied runtimeClass.

func (*FakeRuntimeClasses) Create

func (c *FakeRuntimeClasses) Create(ctx context.Context, runtimeClass *v1.RuntimeClass, opts metav1.CreateOptions) (result *v1.RuntimeClass, err error)

Create takes the representation of a runtimeClass and creates it. Returns the server's representation of the runtimeClass, and an error, if there is any.

func (*FakeRuntimeClasses) Delete

func (c *FakeRuntimeClasses) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error

Delete takes name of the runtimeClass and deletes it. Returns an error if one occurs.

func (*FakeRuntimeClasses) DeleteCollection

func (c *FakeRuntimeClasses) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRuntimeClasses) Get

func (c *FakeRuntimeClasses) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.RuntimeClass, err error)

Get takes name of the runtimeClass, and returns the corresponding runtimeClass object, and an error if there is any.

func (*FakeRuntimeClasses) List

func (c *FakeRuntimeClasses) List(ctx context.Context, opts metav1.ListOptions) (result *v1.RuntimeClassList, err error)

List takes label and field selectors, and returns the list of RuntimeClasses that match those selectors.

func (*FakeRuntimeClasses) Patch

func (c *FakeRuntimeClasses) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.RuntimeClass, err error)

Patch applies the patch and returns the patched runtimeClass.

func (*FakeRuntimeClasses) Update

func (c *FakeRuntimeClasses) Update(ctx context.Context, runtimeClass *v1.RuntimeClass, opts metav1.UpdateOptions) (result *v1.RuntimeClass, err error)

Update takes the representation of a runtimeClass and updates it. Returns the server's representation of the runtimeClass, and an error, if there is any.

func (*FakeRuntimeClasses) Watch

func (c *FakeRuntimeClasses) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested runtimeClasses.