v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 BrainV1alpha1Client

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

BrainV1alpha1Client is used to interact with features provided by the brain.alicloud.kubeform.com group.

func New

New creates a new BrainV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new BrainV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *BrainV1alpha1Client

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

func (*BrainV1alpha1Client) IndustrialPidLoops

func (c *BrainV1alpha1Client) IndustrialPidLoops(namespace string) IndustrialPidLoopInterface

func (*BrainV1alpha1Client) IndustrialPidOrganizations

func (c *BrainV1alpha1Client) IndustrialPidOrganizations(namespace string) IndustrialPidOrganizationInterface

func (*BrainV1alpha1Client) IndustrialPidProjects

func (c *BrainV1alpha1Client) IndustrialPidProjects(namespace string) IndustrialPidProjectInterface

func (*BrainV1alpha1Client) RESTClient

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

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

type BrainV1alpha1Interface

type IndustrialPidLoopExpansion

type IndustrialPidLoopExpansion interface{}

type IndustrialPidLoopInterface

type IndustrialPidLoopInterface interface {
	Create(ctx context.Context, industrialPidLoop *v1alpha1.IndustrialPidLoop, opts v1.CreateOptions) (*v1alpha1.IndustrialPidLoop, error)
	Update(ctx context.Context, industrialPidLoop *v1alpha1.IndustrialPidLoop, opts v1.UpdateOptions) (*v1alpha1.IndustrialPidLoop, error)
	UpdateStatus(ctx context.Context, industrialPidLoop *v1alpha1.IndustrialPidLoop, opts v1.UpdateOptions) (*v1alpha1.IndustrialPidLoop, 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.IndustrialPidLoop, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IndustrialPidLoopList, 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.IndustrialPidLoop, err error)
	IndustrialPidLoopExpansion
}

IndustrialPidLoopInterface has methods to work with IndustrialPidLoop resources.

type IndustrialPidLoopsGetter

type IndustrialPidLoopsGetter interface {
	IndustrialPidLoops(namespace string) IndustrialPidLoopInterface
}

IndustrialPidLoopsGetter has a method to return a IndustrialPidLoopInterface. A group's client should implement this interface.

type IndustrialPidOrganizationExpansion

type IndustrialPidOrganizationExpansion interface{}

type IndustrialPidOrganizationInterface

type IndustrialPidOrganizationInterface interface {
	Create(ctx context.Context, industrialPidOrganization *v1alpha1.IndustrialPidOrganization, opts v1.CreateOptions) (*v1alpha1.IndustrialPidOrganization, error)
	Update(ctx context.Context, industrialPidOrganization *v1alpha1.IndustrialPidOrganization, opts v1.UpdateOptions) (*v1alpha1.IndustrialPidOrganization, error)
	UpdateStatus(ctx context.Context, industrialPidOrganization *v1alpha1.IndustrialPidOrganization, opts v1.UpdateOptions) (*v1alpha1.IndustrialPidOrganization, 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.IndustrialPidOrganization, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IndustrialPidOrganizationList, 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.IndustrialPidOrganization, err error)
	IndustrialPidOrganizationExpansion
}

IndustrialPidOrganizationInterface has methods to work with IndustrialPidOrganization resources.

type IndustrialPidOrganizationsGetter

type IndustrialPidOrganizationsGetter interface {
	IndustrialPidOrganizations(namespace string) IndustrialPidOrganizationInterface
}

IndustrialPidOrganizationsGetter has a method to return a IndustrialPidOrganizationInterface. A group's client should implement this interface.

type IndustrialPidProjectExpansion

type IndustrialPidProjectExpansion interface{}

type IndustrialPidProjectInterface

type IndustrialPidProjectInterface interface {
	Create(ctx context.Context, industrialPidProject *v1alpha1.IndustrialPidProject, opts v1.CreateOptions) (*v1alpha1.IndustrialPidProject, error)
	Update(ctx context.Context, industrialPidProject *v1alpha1.IndustrialPidProject, opts v1.UpdateOptions) (*v1alpha1.IndustrialPidProject, error)
	UpdateStatus(ctx context.Context, industrialPidProject *v1alpha1.IndustrialPidProject, opts v1.UpdateOptions) (*v1alpha1.IndustrialPidProject, 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.IndustrialPidProject, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IndustrialPidProjectList, 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.IndustrialPidProject, err error)
	IndustrialPidProjectExpansion
}

IndustrialPidProjectInterface has methods to work with IndustrialPidProject resources.

type IndustrialPidProjectsGetter

type IndustrialPidProjectsGetter interface {
	IndustrialPidProjects(namespace string) IndustrialPidProjectInterface
}

IndustrialPidProjectsGetter has a method to return a IndustrialPidProjectInterface. 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