v1beta1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 License: Apache-2.0 Imports: 8 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 PodGroupExpansion

type PodGroupExpansion interface{}

type PodGroupInterface

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

PodGroupInterface has methods to work with PodGroup resources.

type PodGroupsGetter

type PodGroupsGetter interface {
	PodGroups(namespace string) PodGroupInterface
}

PodGroupsGetter has a method to return a PodGroupInterface. A group's client should implement this interface.

type QueueExpansion

type QueueExpansion interface{}

type QueueInterface

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

QueueInterface has methods to work with Queue resources.

type QueuesGetter

type QueuesGetter interface {
	Queues() QueueInterface
}

QueuesGetter has a method to return a QueueInterface. A group's client should implement this interface.

type SchedulingV1beta1Client

type SchedulingV1beta1Client struct {
	// contains filtered or unexported fields
}

SchedulingV1beta1Client is used to interact with features provided by the scheduling group.

func New

New creates a new SchedulingV1beta1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*SchedulingV1beta1Client, error)

NewForConfig creates a new SchedulingV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SchedulingV1beta1Client

NewForConfigOrDie creates a new SchedulingV1beta1Client for the given config and panics if there is an error in the config.

func (*SchedulingV1beta1Client) PodGroups

func (c *SchedulingV1beta1Client) PodGroups(namespace string) PodGroupInterface

func (*SchedulingV1beta1Client) Queues

func (*SchedulingV1beta1Client) RESTClient

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

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

type SchedulingV1beta1Interface

type SchedulingV1beta1Interface interface {
	RESTClient() rest.Interface
	PodGroupsGetter
	QueuesGetter
}

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