v1alpha1

package
v1.6.6 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: Apache-2.0 Imports: 9 Imported by: 4

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(ctx context.Context, analysisRun *v1alpha1.AnalysisRun, opts v1.CreateOptions) (*v1alpha1.AnalysisRun, error)
	Update(ctx context.Context, analysisRun *v1alpha1.AnalysisRun, opts v1.UpdateOptions) (*v1alpha1.AnalysisRun, error)
	UpdateStatus(ctx context.Context, analysisRun *v1alpha1.AnalysisRun, opts v1.UpdateOptions) (*v1alpha1.AnalysisRun, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AnalysisRun, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalysisRunList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, analysisTemplate *v1alpha1.AnalysisTemplate, opts v1.CreateOptions) (*v1alpha1.AnalysisTemplate, error)
	Update(ctx context.Context, analysisTemplate *v1alpha1.AnalysisTemplate, opts v1.UpdateOptions) (*v1alpha1.AnalysisTemplate, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AnalysisTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalysisTemplateList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient added in v1.2.0

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*ArgoprojV1alpha1Client, error)

NewForConfigAndClient creates a new ArgoprojV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

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) ClusterAnalysisTemplates added in v0.9.0

func (c *ArgoprojV1alpha1Client) ClusterAnalysisTemplates() ClusterAnalysisTemplateInterface

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 ClusterAnalysisTemplateExpansion added in v0.9.0

type ClusterAnalysisTemplateExpansion interface{}

type ClusterAnalysisTemplateInterface added in v0.9.0

type ClusterAnalysisTemplateInterface interface {
	Create(ctx context.Context, clusterAnalysisTemplate *v1alpha1.ClusterAnalysisTemplate, opts v1.CreateOptions) (*v1alpha1.ClusterAnalysisTemplate, error)
	Update(ctx context.Context, clusterAnalysisTemplate *v1alpha1.ClusterAnalysisTemplate, opts v1.UpdateOptions) (*v1alpha1.ClusterAnalysisTemplate, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ClusterAnalysisTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterAnalysisTemplateList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterAnalysisTemplate, err error)
	ClusterAnalysisTemplateExpansion
}

ClusterAnalysisTemplateInterface has methods to work with ClusterAnalysisTemplate resources.

type ClusterAnalysisTemplatesGetter added in v0.9.0

type ClusterAnalysisTemplatesGetter interface {
	ClusterAnalysisTemplates() ClusterAnalysisTemplateInterface
}

ClusterAnalysisTemplatesGetter has a method to return a ClusterAnalysisTemplateInterface. A group's client should implement this interface.

type ExperimentExpansion added in v0.5.0

type ExperimentExpansion interface{}

type ExperimentInterface added in v0.5.0

type ExperimentInterface interface {
	Create(ctx context.Context, experiment *v1alpha1.Experiment, opts v1.CreateOptions) (*v1alpha1.Experiment, error)
	Update(ctx context.Context, experiment *v1alpha1.Experiment, opts v1.UpdateOptions) (*v1alpha1.Experiment, error)
	UpdateStatus(ctx context.Context, experiment *v1alpha1.Experiment, opts v1.UpdateOptions) (*v1alpha1.Experiment, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Experiment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExperimentList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, rollout *v1alpha1.Rollout, opts v1.CreateOptions) (*v1alpha1.Rollout, error)
	Update(ctx context.Context, rollout *v1alpha1.Rollout, opts v1.UpdateOptions) (*v1alpha1.Rollout, error)
	UpdateStatus(ctx context.Context, rollout *v1alpha1.Rollout, opts v1.UpdateOptions) (*v1alpha1.Rollout, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Rollout, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RolloutList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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