v1

package
v0.0.0-...-50759bc Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppWrapperGetter

type AppWrapperGetter interface {
	AppWrappers(namespaces string) AppWrapperInterface
}

type AppWrapperInterface

type AppWrapperInterface interface {
	Create(*v1.AppWrapper) (*v1.AppWrapper, error)
	Update(*v1.AppWrapper) (*v1.AppWrapper, error)
	UpdateStatus(*v1.AppWrapper) (*v1.AppWrapper, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	Get(name string, options meta_v1.GetOptions) (*v1.AppWrapper, error)
	List(opts meta_v1.ListOptions) (*v1.AppWrapperList, error)
}

type ArbV1Client

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

ArbV1Client is used to interact with features provided by the group.

func New

func New(c rest.Interface) *ArbV1Client

New creates a new ArbV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ArbV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ArbV1Client

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

func (*ArbV1Client) AppWrappers

func (c *ArbV1Client) AppWrappers(namespace string) AppWrapperInterface

func (*ArbV1Client) QueueJobs

func (c *ArbV1Client) QueueJobs(namespace string) QueueJobInterface

func (*ArbV1Client) RESTClient

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

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

func (*ArbV1Client) SchedulingSpecs

func (c *ArbV1Client) SchedulingSpecs(namespace string) SchedulingSpecInterface

type ArbV1Interface

type ArbV1Interface interface {
	RESTClient() rest.Interface
	SchedulingSpecGetter
	QueueJobGetter
	AppWrapperGetter
}

type QueueJobGetter

type QueueJobGetter interface {
	QueueJobs(namespaces string) QueueJobInterface
}

type QueueJobInterface

type QueueJobInterface interface {
	Create(*v1.QueueJob) (*v1.QueueJob, error)
	Update(*v1.QueueJob) (*v1.QueueJob, error)
	UpdateStatus(*v1.QueueJob) (*v1.QueueJob, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	Get(name string, options meta_v1.GetOptions) (*v1.QueueJob, error)
	List(opts meta_v1.ListOptions) (*v1.QueueJobList, error)
}

type SchedulingSpecGetter

type SchedulingSpecGetter interface {
	SchedulingSpecs(namespaces string) SchedulingSpecInterface
}

type SchedulingSpecInterface

type SchedulingSpecInterface interface {
	Create(*v1.SchedulingSpec) (*v1.SchedulingSpec, error)
	Update(*v1.SchedulingSpec) (*v1.SchedulingSpec, error)
	UpdateStatus(*v1.SchedulingSpec) (*v1.SchedulingSpec, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	Get(name string, options meta_v1.GetOptions) (*v1.SchedulingSpec, error)
	List(opts meta_v1.ListOptions) (*v1.SchedulingSpecList, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL