v1alpha1

package
v0.0.0-...-b5015ec Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 8 Imported by: 3

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 DevopsV1alpha1Client

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

DevopsV1alpha1Client is used to interact with features provided by the devops.kubesphere.io group.

func New

New creates a new DevopsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new DevopsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DevopsV1alpha1Client

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

func (*DevopsV1alpha1Client) RESTClient

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

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

func (*DevopsV1alpha1Client) S2iBinaries

func (c *DevopsV1alpha1Client) S2iBinaries(namespace string) S2iBinaryInterface

func (*DevopsV1alpha1Client) S2iBuilderTemplates

func (c *DevopsV1alpha1Client) S2iBuilderTemplates() S2iBuilderTemplateInterface

func (*DevopsV1alpha1Client) S2iBuilders

func (c *DevopsV1alpha1Client) S2iBuilders(namespace string) S2iBuilderInterface

func (*DevopsV1alpha1Client) S2iRuns

func (c *DevopsV1alpha1Client) S2iRuns(namespace string) S2iRunInterface

type S2iBinariesGetter

type S2iBinariesGetter interface {
	S2iBinaries(namespace string) S2iBinaryInterface
}

S2iBinariesGetter has a method to return a S2iBinaryInterface. A group's client should implement this interface.

type S2iBinaryExpansion

type S2iBinaryExpansion interface{}

type S2iBinaryInterface

type S2iBinaryInterface interface {
	Create(ctx context.Context, s2iBinary *v1alpha1.S2iBinary, opts v1.CreateOptions) (*v1alpha1.S2iBinary, error)
	Update(ctx context.Context, s2iBinary *v1alpha1.S2iBinary, opts v1.UpdateOptions) (*v1alpha1.S2iBinary, error)
	UpdateStatus(ctx context.Context, s2iBinary *v1alpha1.S2iBinary, opts v1.UpdateOptions) (*v1alpha1.S2iBinary, 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.S2iBinary, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.S2iBinaryList, 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.S2iBinary, err error)
	S2iBinaryExpansion
}

S2iBinaryInterface has methods to work with S2iBinary resources.

type S2iBuilderExpansion

type S2iBuilderExpansion interface{}

type S2iBuilderInterface

type S2iBuilderInterface interface {
	Create(ctx context.Context, s2iBuilder *v1alpha1.S2iBuilder, opts v1.CreateOptions) (*v1alpha1.S2iBuilder, error)
	Update(ctx context.Context, s2iBuilder *v1alpha1.S2iBuilder, opts v1.UpdateOptions) (*v1alpha1.S2iBuilder, error)
	UpdateStatus(ctx context.Context, s2iBuilder *v1alpha1.S2iBuilder, opts v1.UpdateOptions) (*v1alpha1.S2iBuilder, 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.S2iBuilder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.S2iBuilderList, 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.S2iBuilder, err error)
	S2iBuilderExpansion
}

S2iBuilderInterface has methods to work with S2iBuilder resources.

type S2iBuilderTemplateExpansion

type S2iBuilderTemplateExpansion interface{}

type S2iBuilderTemplateInterface

type S2iBuilderTemplateInterface interface {
	Create(ctx context.Context, s2iBuilderTemplate *v1alpha1.S2iBuilderTemplate, opts v1.CreateOptions) (*v1alpha1.S2iBuilderTemplate, error)
	Update(ctx context.Context, s2iBuilderTemplate *v1alpha1.S2iBuilderTemplate, opts v1.UpdateOptions) (*v1alpha1.S2iBuilderTemplate, error)
	UpdateStatus(ctx context.Context, s2iBuilderTemplate *v1alpha1.S2iBuilderTemplate, opts v1.UpdateOptions) (*v1alpha1.S2iBuilderTemplate, 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.S2iBuilderTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.S2iBuilderTemplateList, 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.S2iBuilderTemplate, err error)
	S2iBuilderTemplateExpansion
}

S2iBuilderTemplateInterface has methods to work with S2iBuilderTemplate resources.

type S2iBuilderTemplatesGetter

type S2iBuilderTemplatesGetter interface {
	S2iBuilderTemplates() S2iBuilderTemplateInterface
}

S2iBuilderTemplatesGetter has a method to return a S2iBuilderTemplateInterface. A group's client should implement this interface.

type S2iBuildersGetter

type S2iBuildersGetter interface {
	S2iBuilders(namespace string) S2iBuilderInterface
}

S2iBuildersGetter has a method to return a S2iBuilderInterface. A group's client should implement this interface.

type S2iRunExpansion

type S2iRunExpansion interface{}

type S2iRunInterface

type S2iRunInterface interface {
	Create(ctx context.Context, s2iRun *v1alpha1.S2iRun, opts v1.CreateOptions) (*v1alpha1.S2iRun, error)
	Update(ctx context.Context, s2iRun *v1alpha1.S2iRun, opts v1.UpdateOptions) (*v1alpha1.S2iRun, error)
	UpdateStatus(ctx context.Context, s2iRun *v1alpha1.S2iRun, opts v1.UpdateOptions) (*v1alpha1.S2iRun, 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.S2iRun, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.S2iRunList, 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.S2iRun, err error)
	S2iRunExpansion
}

S2iRunInterface has methods to work with S2iRun resources.

type S2iRunsGetter

type S2iRunsGetter interface {
	S2iRuns(namespace string) S2iRunInterface
}

S2iRunsGetter has a method to return a S2iRunInterface. 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