package fake

import "k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeStorageV1alpha1

type FakeStorageV1alpha1 struct {
	*testing.Fake
}

func (*FakeStorageV1alpha1) RESTClient

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

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

func (*FakeStorageV1alpha1) VolumeAttachments

type FakeVolumeAttachments

type FakeVolumeAttachments struct {
	Fake *FakeStorageV1alpha1
}

FakeVolumeAttachments implements VolumeAttachmentInterface

func (*FakeVolumeAttachments) Create

func (c *FakeVolumeAttachments) Create(volumeAttachment *v1alpha1.VolumeAttachment) (result *v1alpha1.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

func (c *FakeVolumeAttachments) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeVolumeAttachments) DeleteCollection

func (c *FakeVolumeAttachments) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeVolumeAttachments) Get

func (c *FakeVolumeAttachments) Get(name string, options v1.GetOptions) (result *v1alpha1.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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.VolumeAttachment, err error)

Patch applies the patch and returns the patched volumeAttachment.

func (*FakeVolumeAttachments) Update

func (c *FakeVolumeAttachments) Update(volumeAttachment *v1alpha1.VolumeAttachment) (result *v1alpha1.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(volumeAttachment *v1alpha1.VolumeAttachment) (*v1alpha1.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.

Source Files

doc.go fake_storage_client.go fake_volumeattachment.go

Version
v0.16.6
Published
Jan 21, 2020
Platform
linux/amd64
Imports
9 packages
Last checked
20 seconds ago

Tools for package owners.