package v1

import "k8s.io/client-go/1.4/kubernetes/typed/batch/v1"

This package has the automatically generated typed clients.

Index

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.

Source Files

batch_client.go doc.go generated_expansion.go job.go

Directories

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

Tools for package owners.