package fake

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

Package fake has the automatically generated clients.

Index

Types

type FakeStorageV1

type FakeStorageV1 struct {
	*testing.Fake
}

func (*FakeStorageV1) CSIDrivers

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

func (*FakeStorageV1) CSINodes

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

func (*FakeStorageV1) CSIStorageCapacities

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

Source Files

doc.go fake_csidriver.go fake_csinode.go fake_csistoragecapacity.go fake_storage_client.go fake_storageclass.go fake_volumeattachment.go

Version
v0.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
2 hours ago

Tools for package owners.