type StorageV1alpha1Interface …
type StorageV1alpha1Client …
func (c *StorageV1alpha1Client) CSIStorageCapacities(namespace string) CSIStorageCapacityInterface { … }
func (c *StorageV1alpha1Client) VolumeAttachments() VolumeAttachmentInterface { … }
func (c *StorageV1alpha1Client) VolumeAttributesClasses() VolumeAttributesClassInterface { … }
func NewForConfig(c *rest.Config) (*StorageV1alpha1Client, error) { … }
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*StorageV1alpha1Client, error) { … }
func NewForConfigOrDie(c *rest.Config) *StorageV1alpha1Client { … }
func New(c rest.Interface) *StorageV1alpha1Client { … }
func setConfigDefaults(config *rest.Config) error { … }
func (c *StorageV1alpha1Client) RESTClient() rest.Interface { … }