v1

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2017 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

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.

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