internalversion

package
v1.14.6 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2019 License: Apache-2.0 Imports: 7 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 {
	// contains filtered or unexported fields
}

BatchClient is used to interact with features provided by the batch group.

func New

func New(c rest.Interface) *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) CronJobs

func (c *BatchClient) CronJobs(namespace string) CronJobInterface

func (*BatchClient) Jobs

func (c *BatchClient) Jobs(namespace string) JobInterface

func (*BatchClient) RESTClient

func (c *BatchClient) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type BatchInterface

type BatchInterface interface {
	RESTClient() rest.Interface
	CronJobsGetter
	JobsGetter
}

type CronJobExpansion

type CronJobExpansion interface{}

type CronJobInterface

type CronJobInterface interface {
	Create(*batch.CronJob) (*batch.CronJob, error)
	Update(*batch.CronJob) (*batch.CronJob, error)
	UpdateStatus(*batch.CronJob) (*batch.CronJob, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*batch.CronJob, error)
	List(opts v1.ListOptions) (*batch.CronJobList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *batch.CronJob, err error)
	CronJobExpansion
}

CronJobInterface has methods to work with CronJob resources.

type CronJobsGetter

type CronJobsGetter interface {
	CronJobs(namespace string) CronJobInterface
}

CronJobsGetter has a method to return a CronJobInterface. A group's client should implement this interface.

type JobExpansion

type JobExpansion interface{}

type JobInterface

type JobInterface interface {
	Create(*batch.Job) (*batch.Job, error)
	Update(*batch.Job) (*batch.Job, error)
	UpdateStatus(*batch.Job) (*batch.Job, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*batch.Job, error)
	List(opts v1.ListOptions) (*batch.JobList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *batch.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