v1

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: May 22, 2019 License: Apache-2.0 Imports: 8 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 ExecutionExpansion

type ExecutionExpansion interface{}

type ExecutionInterface

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

ExecutionInterface has methods to work with Execution resources.

type ExecutionRunExpansion

type ExecutionRunExpansion interface{}

type ExecutionRunInterface

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

ExecutionRunInterface has methods to work with ExecutionRun resources.

type ExecutionRunsGetter

type ExecutionRunsGetter interface {
	ExecutionRuns(namespace string) ExecutionRunInterface
}

ExecutionRunsGetter has a method to return a ExecutionRunInterface. A group's client should implement this interface.

type ExecutionsGetter

type ExecutionsGetter interface {
	Executions(namespace string) ExecutionInterface
}

ExecutionsGetter has a method to return a ExecutionInterface. A group's client should implement this interface.

type ModuleExpansion

type ModuleExpansion interface{}

type ModuleInterface

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

ModuleInterface has methods to work with Module resources.

type ModulesGetter

type ModulesGetter interface {
	Modules(namespace string) ModuleInterface
}

ModulesGetter has a method to return a ModuleInterface. A group's client should implement this interface.

type TerraformcontrollerV1Client

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

TerraformcontrollerV1Client is used to interact with features provided by the terraformcontroller.cattle.io group.

func New

New creates a new TerraformcontrollerV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new TerraformcontrollerV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *TerraformcontrollerV1Client

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

func (*TerraformcontrollerV1Client) ExecutionRuns

func (c *TerraformcontrollerV1Client) ExecutionRuns(namespace string) ExecutionRunInterface

func (*TerraformcontrollerV1Client) Executions

func (c *TerraformcontrollerV1Client) Executions(namespace string) ExecutionInterface

func (*TerraformcontrollerV1Client) Modules

func (c *TerraformcontrollerV1Client) Modules(namespace string) ModuleInterface

func (*TerraformcontrollerV1Client) RESTClient

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

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

type TerraformcontrollerV1Interface

type TerraformcontrollerV1Interface interface {
	RESTClient() rest.Interface
	ExecutionsGetter
	ExecutionRunsGetter
	ModulesGetter
}

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