Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeStorageClasses
- func (c *FakeStorageClasses) Create(storageClass *storage_v1.StorageClass) (result *storage_v1.StorageClass, err error)
- func (c *FakeStorageClasses) Delete(name string, options *v1.DeleteOptions) error
- func (c *FakeStorageClasses) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *FakeStorageClasses) Get(name string, options v1.GetOptions) (result *storage_v1.StorageClass, err error)
- func (c *FakeStorageClasses) List(opts v1.ListOptions) (result *storage_v1.StorageClassList, err error)
- func (c *FakeStorageClasses) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *storage_v1.StorageClass, err error)
- func (c *FakeStorageClasses) Update(storageClass *storage_v1.StorageClass) (result *storage_v1.StorageClass, err error)
- func (c *FakeStorageClasses) Watch(opts v1.ListOptions) (watch.Interface, error)
- type FakeStorageV1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeStorageClasses ¶
type FakeStorageClasses struct {
Fake *FakeStorageV1
}
FakeStorageClasses implements StorageClassInterface
func (*FakeStorageClasses) Create ¶
func (c *FakeStorageClasses) Create(storageClass *storage_v1.StorageClass) (result *storage_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(name string, options *v1.DeleteOptions) error
Delete takes name of the storageClass and deletes it. Returns an error if one occurs.
func (*FakeStorageClasses) DeleteCollection ¶
func (c *FakeStorageClasses) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeStorageClasses) Get ¶
func (c *FakeStorageClasses) Get(name string, options v1.GetOptions) (result *storage_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(opts v1.ListOptions) (result *storage_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(name string, pt types.PatchType, data []byte, subresources ...string) (result *storage_v1.StorageClass, err error)
Patch applies the patch and returns the patched storageClass.
func (*FakeStorageClasses) Update ¶
func (c *FakeStorageClasses) Update(storageClass *storage_v1.StorageClass) (result *storage_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 ¶
func (c *FakeStorageClasses) Watch(opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested storageClasses.
type FakeStorageV1 ¶
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