v1alpha1

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2020 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 AnalysisRunExpansion added in v0.6.0

type AnalysisRunExpansion interface{}

type AnalysisRunInterface added in v0.6.0

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

AnalysisRunInterface has methods to work with AnalysisRun resources.

type AnalysisRunsGetter added in v0.6.0

type AnalysisRunsGetter interface {
	AnalysisRuns(namespace string) AnalysisRunInterface
}

AnalysisRunsGetter has a method to return a AnalysisRunInterface. A group's client should implement this interface.

type AnalysisTemplateExpansion added in v0.6.0

type AnalysisTemplateExpansion interface{}

type AnalysisTemplateInterface added in v0.6.0

type AnalysisTemplateInterface interface {
	Create(*v1alpha1.AnalysisTemplate) (*v1alpha1.AnalysisTemplate, error)
	Update(*v1alpha1.AnalysisTemplate) (*v1alpha1.AnalysisTemplate, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.AnalysisTemplate, error)
	List(opts v1.ListOptions) (*v1alpha1.AnalysisTemplateList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.AnalysisTemplate, err error)
	AnalysisTemplateExpansion
}

AnalysisTemplateInterface has methods to work with AnalysisTemplate resources.

type AnalysisTemplatesGetter added in v0.6.0

type AnalysisTemplatesGetter interface {
	AnalysisTemplates(namespace string) AnalysisTemplateInterface
}

AnalysisTemplatesGetter has a method to return a AnalysisTemplateInterface. A group's client should implement this interface.

type ArgoprojV1alpha1Client

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

ArgoprojV1alpha1Client is used to interact with features provided by the argoproj.io group.

func New

New creates a new ArgoprojV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ArgoprojV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ArgoprojV1alpha1Client

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

func (*ArgoprojV1alpha1Client) AnalysisRuns added in v0.6.0

func (c *ArgoprojV1alpha1Client) AnalysisRuns(namespace string) AnalysisRunInterface

func (*ArgoprojV1alpha1Client) AnalysisTemplates added in v0.6.0

func (c *ArgoprojV1alpha1Client) AnalysisTemplates(namespace string) AnalysisTemplateInterface

func (*ArgoprojV1alpha1Client) Experiments added in v0.5.0

func (c *ArgoprojV1alpha1Client) Experiments(namespace string) ExperimentInterface

func (*ArgoprojV1alpha1Client) RESTClient

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

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

func (*ArgoprojV1alpha1Client) Rollouts

func (c *ArgoprojV1alpha1Client) Rollouts(namespace string) RolloutInterface

type ExperimentExpansion added in v0.5.0

type ExperimentExpansion interface{}

type ExperimentInterface added in v0.5.0

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

ExperimentInterface has methods to work with Experiment resources.

type ExperimentsGetter added in v0.5.0

type ExperimentsGetter interface {
	Experiments(namespace string) ExperimentInterface
}

ExperimentsGetter has a method to return a ExperimentInterface. A group's client should implement this interface.

type RolloutExpansion

type RolloutExpansion interface{}

type RolloutInterface

type RolloutInterface interface {
	Create(*v1alpha1.Rollout) (*v1alpha1.Rollout, error)
	Update(*v1alpha1.Rollout) (*v1alpha1.Rollout, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Rollout, error)
	List(opts v1.ListOptions) (*v1alpha1.RolloutList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Rollout, err error)
	RolloutExpansion
}

RolloutInterface has methods to work with Rollout resources.

type RolloutsGetter

type RolloutsGetter interface {
	Rollouts(namespace string) RolloutInterface
}

RolloutsGetter has a method to return a RolloutInterface. 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