v1alpha1

package
v0.0.0-...-c054a23 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 License: Apache-2.0 Imports: 9 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 MksPipelineExpansion

type MksPipelineExpansion interface{}

type MksPipelineInterface

type MksPipelineInterface interface {
	Create(ctx context.Context, mksPipeline *v1alpha1.MksPipeline, opts v1.CreateOptions) (*v1alpha1.MksPipeline, error)
	Update(ctx context.Context, mksPipeline *v1alpha1.MksPipeline, opts v1.UpdateOptions) (*v1alpha1.MksPipeline, 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.MksPipeline, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MksPipelineList, 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.MksPipeline, err error)
	MksPipelineExpansion
}

MksPipelineInterface has methods to work with MksPipeline resources.

type MksPipelineRunExpansion

type MksPipelineRunExpansion interface{}

type MksPipelineRunInterface

type MksPipelineRunInterface interface {
	Create(ctx context.Context, mksPipelineRun *v1alpha1.MksPipelineRun, opts v1.CreateOptions) (*v1alpha1.MksPipelineRun, error)
	Update(ctx context.Context, mksPipelineRun *v1alpha1.MksPipelineRun, opts v1.UpdateOptions) (*v1alpha1.MksPipelineRun, 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.MksPipelineRun, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MksPipelineRunList, 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.MksPipelineRun, err error)
	MksPipelineRunExpansion
}

MksPipelineRunInterface has methods to work with MksPipelineRun resources.

type MksPipelineRunsGetter

type MksPipelineRunsGetter interface {
	MksPipelineRuns(namespace string) MksPipelineRunInterface
}

MksPipelineRunsGetter has a method to return a MksPipelineRunInterface. A group's client should implement this interface.

type MksPipelinesGetter

type MksPipelinesGetter interface {
	MksPipelines(namespace string) MksPipelineInterface
}

MksPipelinesGetter has a method to return a MksPipelineInterface. A group's client should implement this interface.

type MksTaskExpansion

type MksTaskExpansion interface{}

type MksTaskInterface

type MksTaskInterface interface {
	Create(ctx context.Context, mksTask *v1alpha1.MksTask, opts v1.CreateOptions) (*v1alpha1.MksTask, error)
	Update(ctx context.Context, mksTask *v1alpha1.MksTask, opts v1.UpdateOptions) (*v1alpha1.MksTask, 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.MksTask, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MksTaskList, 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.MksTask, err error)
	MksTaskExpansion
}

MksTaskInterface has methods to work with MksTask resources.

type MksTaskRunExpansion

type MksTaskRunExpansion interface{}

type MksTaskRunInterface

type MksTaskRunInterface interface {
	Create(ctx context.Context, mksTaskRun *v1alpha1.MksTaskRun, opts v1.CreateOptions) (*v1alpha1.MksTaskRun, error)
	Update(ctx context.Context, mksTaskRun *v1alpha1.MksTaskRun, opts v1.UpdateOptions) (*v1alpha1.MksTaskRun, 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.MksTaskRun, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MksTaskRunList, 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.MksTaskRun, err error)
	MksTaskRunExpansion
}

MksTaskRunInterface has methods to work with MksTaskRun resources.

type MksTaskRunsGetter

type MksTaskRunsGetter interface {
	MksTaskRuns(namespace string) MksTaskRunInterface
}

MksTaskRunsGetter has a method to return a MksTaskRunInterface. A group's client should implement this interface.

type MksTasksGetter

type MksTasksGetter interface {
	MksTasks(namespace string) MksTaskInterface
}

MksTasksGetter has a method to return a MksTaskInterface. A group's client should implement this interface.

type MkscontrollerV1alpha1Client

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

MkscontrollerV1alpha1Client is used to interact with features provided by the mkscontroller.example.mks group.

func New

New creates a new MkscontrollerV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new MkscontrollerV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

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

NewForConfigAndClient creates a new MkscontrollerV1alpha1Client 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) *MkscontrollerV1alpha1Client

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

func (*MkscontrollerV1alpha1Client) MksPipelineRuns

func (c *MkscontrollerV1alpha1Client) MksPipelineRuns(namespace string) MksPipelineRunInterface

func (*MkscontrollerV1alpha1Client) MksPipelines

func (c *MkscontrollerV1alpha1Client) MksPipelines(namespace string) MksPipelineInterface

func (*MkscontrollerV1alpha1Client) MksTaskRuns

func (c *MkscontrollerV1alpha1Client) MksTaskRuns(namespace string) MksTaskRunInterface

func (*MkscontrollerV1alpha1Client) MksTasks

func (c *MkscontrollerV1alpha1Client) MksTasks(namespace string) MksTaskInterface

func (*MkscontrollerV1alpha1Client) RESTClient

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

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

type MkscontrollerV1alpha1Interface

type MkscontrollerV1alpha1Interface interface {
	RESTClient() rest.Interface
	MksPipelinesGetter
	MksPipelineRunsGetter
	MksTasksGetter
	MksTaskRunsGetter
}

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