package v1beta1

import "k8s.io/client-go/1.4/kubernetes/typed/storage/v1beta1"

This package has the automatically generated typed clients.

Index

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
}

Source Files

doc.go generated_expansion.go storage_client.go storageclass.go

Directories

PathSynopsis
1.4/kubernetes/typed/storage/v1beta1/fakePackage fake has the automatically generated clients.
Version
v1.4.0
Published
Oct 17, 2016
Platform
linux/amd64
Imports
6 packages
Last checked
43 minutes ago

Tools for package owners.