type StorageV1Interface …
type StorageV1Client …
func (c *StorageV1Client) CSIDrivers() CSIDriverInterface { … }
func (c *StorageV1Client) CSINodes() CSINodeInterface { … }
func (c *StorageV1Client) CSIStorageCapacities(namespace string) CSIStorageCapacityInterface { … }
func (c *StorageV1Client) StorageClasses() StorageClassInterface { … }
func (c *StorageV1Client) VolumeAttachments() VolumeAttachmentInterface { … }
func NewForConfig(c *rest.Config) (*StorageV1Client, error) { … }
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*StorageV1Client, error) { … }
func NewForConfigOrDie(c *rest.Config) *StorageV1Client { … }
func New(c rest.Interface) *StorageV1Client { … }
func setConfigDefaults(config *rest.Config) error { … }
func (c *StorageV1Client) RESTClient() rest.Interface { … }