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 StorageClassExpansion ¶
type StorageClassExpansion interface{}
type StorageClassInterface ¶
type StorageClassInterface interface { Create(*v1beta1.StorageClass) (*v1beta1.StorageClass, error) Update(*v1beta1.StorageClass) (*v1beta1.StorageClass, error) Delete(name string, options *api.DeleteOptions) error DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error Get(name string) (*v1beta1.StorageClass, error) List(opts api.ListOptions) (*v1beta1.StorageClassList, error) Watch(opts api.ListOptions) (watch.Interface, error) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.StorageClass, err error) StorageClassExpansion }
StorageClassInterface has methods to work with StorageClass resources.
type StorageClassesGetter ¶
type StorageClassesGetter interface {
StorageClasses() StorageClassInterface
}
StorageClassesGetter has a method to return a StorageClassInterface. A group's client should implement this interface.
type StorageClient ¶
type StorageClient struct {
*rest.RESTClient
}
StorageClient is used to interact with features provided by the Storage group.
func New ¶
func New(c *rest.RESTClient) *StorageClient
New creates a new StorageClient for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*StorageClient, error)
NewForConfig creates a new StorageClient for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *StorageClient
NewForConfigOrDie creates a new StorageClient for the given config and panics if there is an error in the config.
func (*StorageClient) GetRESTClient ¶
func (c *StorageClient) GetRESTClient() *rest.RESTClient
GetRESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*StorageClient) StorageClasses ¶
func (c *StorageClient) StorageClasses() StorageClassInterface
type StorageInterface ¶
type StorageInterface interface { GetRESTClient() *rest.RESTClient StorageClassesGetter }