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 BatchClient ¶
type BatchClient struct {
*rest.RESTClient
}
BatchClient is used to interact with features provided by the Batch group.
func New ¶
func New(c *rest.RESTClient) *BatchClient
New creates a new BatchClient for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*BatchClient, error)
NewForConfig creates a new BatchClient for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *BatchClient
NewForConfigOrDie creates a new BatchClient for the given config and panics if there is an error in the config.
func (*BatchClient) GetRESTClient ¶
func (c *BatchClient) GetRESTClient() *rest.RESTClient
GetRESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*BatchClient) Jobs ¶
func (c *BatchClient) Jobs(namespace string) JobInterface
type BatchInterface ¶
type BatchInterface interface { GetRESTClient() *rest.RESTClient JobsGetter }
type JobExpansion ¶
type JobExpansion interface{}
type JobInterface ¶
type JobInterface interface { Create(*v1.Job) (*v1.Job, error) Update(*v1.Job) (*v1.Job, error) UpdateStatus(*v1.Job) (*v1.Job, error) Delete(name string, options *api.DeleteOptions) error DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error Get(name string) (*v1.Job, error) List(opts api.ListOptions) (*v1.JobList, error) Watch(opts api.ListOptions) (watch.Interface, error) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1.Job, err error) JobExpansion }
JobInterface has methods to work with Job resources.
type JobsGetter ¶
type JobsGetter interface {
Jobs(namespace string) JobInterface
}
JobsGetter has a method to return a JobInterface. A group's client should implement this interface.
Click to show internal directories.
Click to hide internal directories.