type FakeStorageV1 … func (c *FakeStorageV1) CSIDrivers() v1.CSIDriverInterface { … } func (c *FakeStorageV1) CSINodes() v1.CSINodeInterface { … } func (c *FakeStorageV1) CSIStorageCapacities(namespace string) v1.CSIStorageCapacityInterface { … } func (c *FakeStorageV1) StorageClasses() v1.StorageClassInterface { … } func (c *FakeStorageV1) VolumeAttachments() v1.VolumeAttachmentInterface { … } // RESTClient returns a RESTClient that is used to communicate // with API server by this client implementation. func (c *FakeStorageV1) RESTClient() rest.Interface { … }