package fake
import "k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeStorageV1beta1
- func (c *FakeStorageV1beta1) CSIDrivers() v1beta1.CSIDriverInterface
- func (c *FakeStorageV1beta1) CSINodes() v1beta1.CSINodeInterface
- func (c *FakeStorageV1beta1) CSIStorageCapacities(namespace string) v1beta1.CSIStorageCapacityInterface
- func (c *FakeStorageV1beta1) RESTClient() rest.Interface
- func (c *FakeStorageV1beta1) StorageClasses() v1beta1.StorageClassInterface
- func (c *FakeStorageV1beta1) VolumeAttachments() v1beta1.VolumeAttachmentInterface
- func (c *FakeStorageV1beta1) VolumeAttributesClasses() v1beta1.VolumeAttributesClassInterface
Types ¶
type FakeStorageV1beta1 ¶
func (*FakeStorageV1beta1) CSIDrivers ¶
func (c *FakeStorageV1beta1) CSIDrivers() v1beta1.CSIDriverInterface
func (*FakeStorageV1beta1) CSINodes ¶
func (c *FakeStorageV1beta1) CSINodes() v1beta1.CSINodeInterface
func (*FakeStorageV1beta1) CSIStorageCapacities ¶
func (c *FakeStorageV1beta1) CSIStorageCapacities(namespace string) v1beta1.CSIStorageCapacityInterface
func (*FakeStorageV1beta1) RESTClient ¶
func (c *FakeStorageV1beta1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeStorageV1beta1) StorageClasses ¶
func (c *FakeStorageV1beta1) StorageClasses() v1beta1.StorageClassInterface
func (*FakeStorageV1beta1) VolumeAttachments ¶
func (c *FakeStorageV1beta1) VolumeAttachments() v1beta1.VolumeAttachmentInterface
func (*FakeStorageV1beta1) VolumeAttributesClasses ¶
func (c *FakeStorageV1beta1) VolumeAttributesClasses() v1beta1.VolumeAttributesClassInterface
Source Files ¶
doc.go fake_csidriver.go fake_csinode.go fake_csistoragecapacity.go fake_storage_client.go fake_storageclass.go fake_volumeattachment.go fake_volumeattributesclass.go
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 4 hours ago –
Tools for package owners.