fake

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 12 Imported by: 136

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeCSIDrivers added in v0.18.0

type FakeCSIDrivers struct {
	Fake *FakeStorageV1
}

FakeCSIDrivers implements CSIDriverInterface

func (*FakeCSIDrivers) Apply added in v0.21.0

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

func (*FakeCSIDrivers) Create added in v0.18.0

func (c *FakeCSIDrivers) Create(ctx context.Context, cSIDriver *v1.CSIDriver, opts metav1.CreateOptions) (result *v1.CSIDriver, err error)

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

func (*FakeCSIDrivers) Delete added in v0.18.0

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

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

func (*FakeCSIDrivers) DeleteCollection added in v0.18.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCSIDrivers) Get added in v0.18.0

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

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

func (*FakeCSIDrivers) List added in v0.18.0

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

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

func (*FakeCSIDrivers) Patch added in v0.18.0

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

Patch applies the patch and returns the patched cSIDriver.

func (*FakeCSIDrivers) Update added in v0.18.0

func (c *FakeCSIDrivers) Update(ctx context.Context, cSIDriver *v1.CSIDriver, opts metav1.UpdateOptions) (result *v1.CSIDriver, err error)

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

func (*FakeCSIDrivers) Watch added in v0.18.0

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

type FakeCSINodes added in v0.17.0

type FakeCSINodes struct {
	Fake *FakeStorageV1
}

FakeCSINodes implements CSINodeInterface

func (*FakeCSINodes) Apply added in v0.21.0

func (c *FakeCSINodes) Apply(ctx context.Context, cSINode *storagev1.CSINodeApplyConfiguration, opts metav1.ApplyOptions) (result *v1.CSINode, err error)

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

func (*FakeCSINodes) Create added in v0.17.0

func (c *FakeCSINodes) Create(ctx context.Context, cSINode *v1.CSINode, opts metav1.CreateOptions) (result *v1.CSINode, err error)

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

func (*FakeCSINodes) Delete added in v0.17.0

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

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

func (*FakeCSINodes) DeleteCollection added in v0.17.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCSINodes) Get added in v0.17.0

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

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

func (*FakeCSINodes) List added in v0.17.0

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

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

func (*FakeCSINodes) Patch added in v0.17.0

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

Patch applies the patch and returns the patched cSINode.

func (*FakeCSINodes) Update added in v0.17.0

func (c *FakeCSINodes) Update(ctx context.Context, cSINode *v1.CSINode, opts metav1.UpdateOptions) (result *v1.CSINode, err error)

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

func (*FakeCSINodes) Watch added in v0.17.0

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

type FakeCSIStorageCapacities added in v0.24.0

type FakeCSIStorageCapacities struct {
	Fake *FakeStorageV1
	// contains filtered or unexported fields
}

FakeCSIStorageCapacities implements CSIStorageCapacityInterface

func (*FakeCSIStorageCapacities) Apply added in v0.24.0

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

func (*FakeCSIStorageCapacities) Create added in v0.24.0

func (c *FakeCSIStorageCapacities) Create(ctx context.Context, cSIStorageCapacity *v1.CSIStorageCapacity, opts metav1.CreateOptions) (result *v1.CSIStorageCapacity, err error)

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

func (*FakeCSIStorageCapacities) Delete added in v0.24.0

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

func (*FakeCSIStorageCapacities) DeleteCollection added in v0.24.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCSIStorageCapacities) Get added in v0.24.0

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

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

func (*FakeCSIStorageCapacities) List added in v0.24.0

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

func (*FakeCSIStorageCapacities) Patch added in v0.24.0

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

Patch applies the patch and returns the patched cSIStorageCapacity.

func (*FakeCSIStorageCapacities) Update added in v0.24.0

func (c *FakeCSIStorageCapacities) Update(ctx context.Context, cSIStorageCapacity *v1.CSIStorageCapacity, opts metav1.UpdateOptions) (result *v1.CSIStorageCapacity, err error)

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

func (*FakeCSIStorageCapacities) Watch added in v0.24.0

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

type FakeStorageClasses

type FakeStorageClasses struct {
	Fake *FakeStorageV1
}

FakeStorageClasses implements StorageClassInterface

func (*FakeStorageClasses) Apply added in v0.21.0

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

func (*FakeStorageClasses) Create

func (c *FakeStorageClasses) Create(ctx context.Context, storageClass *v1.StorageClass, opts metav1.CreateOptions) (result *v1.StorageClass, err error)

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

func (*FakeStorageClasses) Delete

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

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

func (*FakeStorageClasses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeStorageClasses) Get

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

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

func (*FakeStorageClasses) List

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

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

func (*FakeStorageClasses) Patch

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

Patch applies the patch and returns the patched storageClass.

func (*FakeStorageClasses) Update

func (c *FakeStorageClasses) Update(ctx context.Context, storageClass *v1.StorageClass, opts metav1.UpdateOptions) (result *v1.StorageClass, err error)

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

func (*FakeStorageClasses) Watch

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

type FakeStorageV1

type FakeStorageV1 struct {
	*testing.Fake
}

func (*FakeStorageV1) CSIDrivers added in v0.18.0

func (c *FakeStorageV1) CSIDrivers() v1.CSIDriverInterface

func (*FakeStorageV1) CSINodes added in v0.17.0

func (c *FakeStorageV1) CSINodes() v1.CSINodeInterface

func (*FakeStorageV1) CSIStorageCapacities added in v0.24.0

func (c *FakeStorageV1) CSIStorageCapacities(namespace string) v1.CSIStorageCapacityInterface

func (*FakeStorageV1) RESTClient

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

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

func (*FakeStorageV1) StorageClasses

func (c *FakeStorageV1) StorageClasses() v1.StorageClassInterface

func (*FakeStorageV1) VolumeAttachments

func (c *FakeStorageV1) VolumeAttachments() v1.VolumeAttachmentInterface

type FakeVolumeAttachments

type FakeVolumeAttachments struct {
	Fake *FakeStorageV1
}

FakeVolumeAttachments implements VolumeAttachmentInterface

func (*FakeVolumeAttachments) Apply added in v0.21.0

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

func (*FakeVolumeAttachments) ApplyStatus added in v0.21.0

ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().

func (*FakeVolumeAttachments) Create

func (c *FakeVolumeAttachments) Create(ctx context.Context, volumeAttachment *v1.VolumeAttachment, opts metav1.CreateOptions) (result *v1.VolumeAttachment, err error)

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

func (*FakeVolumeAttachments) Delete

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

func (*FakeVolumeAttachments) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeVolumeAttachments) Get

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

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

func (*FakeVolumeAttachments) List

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

func (*FakeVolumeAttachments) Patch

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

Patch applies the patch and returns the patched volumeAttachment.

func (*FakeVolumeAttachments) Update

func (c *FakeVolumeAttachments) Update(ctx context.Context, volumeAttachment *v1.VolumeAttachment, opts metav1.UpdateOptions) (result *v1.VolumeAttachment, err error)

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

func (*FakeVolumeAttachments) UpdateStatus

func (c *FakeVolumeAttachments) UpdateStatus(ctx context.Context, volumeAttachment *v1.VolumeAttachment, opts metav1.UpdateOptions) (*v1.VolumeAttachment, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeVolumeAttachments) Watch

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL