v1alpha1

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2021 License: Apache-2.0 Imports: 7 Imported by: 4

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProvisionerCapabilitiesGetter

type ProvisionerCapabilitiesGetter interface {
	ProvisionerCapabilities() ProvisionerCapabilityInterface
}

ProvisionerCapabilitiesGetter has a method to return a ProvisionerCapabilityInterface. A group's client should implement this interface.

type ProvisionerCapabilityExpansion

type ProvisionerCapabilityExpansion interface{}

type ProvisionerCapabilityInterface

type ProvisionerCapabilityInterface interface {
	Create(*v1alpha1.ProvisionerCapability) (*v1alpha1.ProvisionerCapability, error)
	Update(*v1alpha1.ProvisionerCapability) (*v1alpha1.ProvisionerCapability, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.ProvisionerCapability, error)
	List(opts v1.ListOptions) (*v1alpha1.ProvisionerCapabilityList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ProvisionerCapability, err error)
	ProvisionerCapabilityExpansion
}

ProvisionerCapabilityInterface has methods to work with ProvisionerCapability resources.

type StorageClassCapabilitiesGetter

type StorageClassCapabilitiesGetter interface {
	StorageClassCapabilities() StorageClassCapabilityInterface
}

StorageClassCapabilitiesGetter has a method to return a StorageClassCapabilityInterface. A group's client should implement this interface.

type StorageClassCapabilityExpansion

type StorageClassCapabilityExpansion interface{}

type StorageClassCapabilityInterface

type StorageClassCapabilityInterface interface {
	Create(*v1alpha1.StorageClassCapability) (*v1alpha1.StorageClassCapability, error)
	Update(*v1alpha1.StorageClassCapability) (*v1alpha1.StorageClassCapability, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.StorageClassCapability, error)
	List(opts v1.ListOptions) (*v1alpha1.StorageClassCapabilityList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.StorageClassCapability, err error)
	StorageClassCapabilityExpansion
}

StorageClassCapabilityInterface has methods to work with StorageClassCapability resources.

type StorageV1alpha1Client

type StorageV1alpha1Client struct {
	// contains filtered or unexported fields
}

StorageV1alpha1Client is used to interact with features provided by the storage.kubesphere.io group.

func New

New creates a new StorageV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*StorageV1alpha1Client, error)

NewForConfig creates a new StorageV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *StorageV1alpha1Client

NewForConfigOrDie creates a new StorageV1alpha1Client for the given config and panics if there is an error in the config.

func (*StorageV1alpha1Client) ProvisionerCapabilities

func (c *StorageV1alpha1Client) ProvisionerCapabilities() ProvisionerCapabilityInterface

func (*StorageV1alpha1Client) RESTClient

func (c *StorageV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*StorageV1alpha1Client) StorageClassCapabilities

func (c *StorageV1alpha1Client) StorageClassCapabilities() StorageClassCapabilityInterface

type StorageV1alpha1Interface

type StorageV1alpha1Interface interface {
	RESTClient() rest.Interface
	ProvisionerCapabilitiesGetter
	StorageClassCapabilitiesGetter
}

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL