v1alpha3

package
v3.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 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 DevOpsProjectExpansion

type DevOpsProjectExpansion interface{}

type DevOpsProjectInterface

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

DevOpsProjectInterface has methods to work with DevOpsProject resources.

type DevOpsProjectsGetter

type DevOpsProjectsGetter interface {
	DevOpsProjects() DevOpsProjectInterface
}

DevOpsProjectsGetter has a method to return a DevOpsProjectInterface. A group's client should implement this interface.

type DevopsV1alpha3Client

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

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

func New

New creates a new DevopsV1alpha3Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new DevopsV1alpha3Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DevopsV1alpha3Client

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

func (*DevopsV1alpha3Client) DevOpsProjects

func (c *DevopsV1alpha3Client) DevOpsProjects() DevOpsProjectInterface

func (*DevopsV1alpha3Client) Pipelines

func (c *DevopsV1alpha3Client) Pipelines(namespace string) PipelineInterface

func (*DevopsV1alpha3Client) RESTClient

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

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

type DevopsV1alpha3Interface

type DevopsV1alpha3Interface interface {
	RESTClient() rest.Interface
	DevOpsProjectsGetter
	PipelinesGetter
}

type PipelineExpansion

type PipelineExpansion interface{}

type PipelineInterface

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

PipelineInterface has methods to work with Pipeline resources.

type PipelinesGetter

type PipelinesGetter interface {
	Pipelines(namespace string) PipelineInterface
}

PipelinesGetter has a method to return a PipelineInterface. 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