v1alpha1

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2021 License: Apache-2.0 Imports: 7 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(*v1alpha1.S2iBinary) (*v1alpha1.S2iBinary, error)
	Update(*v1alpha1.S2iBinary) (*v1alpha1.S2iBinary, error)
	UpdateStatus(*v1alpha1.S2iBinary) (*v1alpha1.S2iBinary, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.S2iBinary, error)
	List(opts v1.ListOptions) (*v1alpha1.S2iBinaryList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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(*v1alpha1.S2iBuilder) (*v1alpha1.S2iBuilder, error)
	Update(*v1alpha1.S2iBuilder) (*v1alpha1.S2iBuilder, error)
	UpdateStatus(*v1alpha1.S2iBuilder) (*v1alpha1.S2iBuilder, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.S2iBuilder, error)
	List(opts v1.ListOptions) (*v1alpha1.S2iBuilderList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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(*v1alpha1.S2iBuilderTemplate) (*v1alpha1.S2iBuilderTemplate, error)
	Update(*v1alpha1.S2iBuilderTemplate) (*v1alpha1.S2iBuilderTemplate, error)
	UpdateStatus(*v1alpha1.S2iBuilderTemplate) (*v1alpha1.S2iBuilderTemplate, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.S2iBuilderTemplate, error)
	List(opts v1.ListOptions) (*v1alpha1.S2iBuilderTemplateList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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(*v1alpha1.S2iRun) (*v1alpha1.S2iRun, error)
	Update(*v1alpha1.S2iRun) (*v1alpha1.S2iRun, error)
	UpdateStatus(*v1alpha1.S2iRun) (*v1alpha1.S2iRun, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.S2iRun, error)
	List(opts v1.ListOptions) (*v1alpha1.S2iRunList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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