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 CddcV1alpha1Client

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

CddcV1alpha1Client is used to interact with features provided by the cddc.alicloud.kubeform.com group.

func New

New creates a new CddcV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CddcV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CddcV1alpha1Client

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

func (*CddcV1alpha1Client) DedicatedHostAccounts added in v0.5.0

func (c *CddcV1alpha1Client) DedicatedHostAccounts(namespace string) DedicatedHostAccountInterface

func (*CddcV1alpha1Client) DedicatedHostGroups

func (c *CddcV1alpha1Client) DedicatedHostGroups(namespace string) DedicatedHostGroupInterface

func (*CddcV1alpha1Client) DedicatedHosts added in v0.5.0

func (c *CddcV1alpha1Client) DedicatedHosts(namespace string) DedicatedHostInterface

func (*CddcV1alpha1Client) RESTClient

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

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

type CddcV1alpha1Interface

type CddcV1alpha1Interface interface {
	RESTClient() rest.Interface
	DedicatedHostsGetter
	DedicatedHostAccountsGetter
	DedicatedHostGroupsGetter
}

type DedicatedHostAccountExpansion added in v0.5.0

type DedicatedHostAccountExpansion interface{}

type DedicatedHostAccountInterface added in v0.5.0

type DedicatedHostAccountInterface interface {
	Create(ctx context.Context, dedicatedHostAccount *v1alpha1.DedicatedHostAccount, opts v1.CreateOptions) (*v1alpha1.DedicatedHostAccount, error)
	Update(ctx context.Context, dedicatedHostAccount *v1alpha1.DedicatedHostAccount, opts v1.UpdateOptions) (*v1alpha1.DedicatedHostAccount, error)
	UpdateStatus(ctx context.Context, dedicatedHostAccount *v1alpha1.DedicatedHostAccount, opts v1.UpdateOptions) (*v1alpha1.DedicatedHostAccount, 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.DedicatedHostAccount, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DedicatedHostAccountList, 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.DedicatedHostAccount, err error)
	DedicatedHostAccountExpansion
}

DedicatedHostAccountInterface has methods to work with DedicatedHostAccount resources.

type DedicatedHostAccountsGetter added in v0.5.0

type DedicatedHostAccountsGetter interface {
	DedicatedHostAccounts(namespace string) DedicatedHostAccountInterface
}

DedicatedHostAccountsGetter has a method to return a DedicatedHostAccountInterface. A group's client should implement this interface.

type DedicatedHostExpansion added in v0.5.0

type DedicatedHostExpansion interface{}

type DedicatedHostGroupExpansion

type DedicatedHostGroupExpansion interface{}

type DedicatedHostGroupInterface

type DedicatedHostGroupInterface interface {
	Create(ctx context.Context, dedicatedHostGroup *v1alpha1.DedicatedHostGroup, opts v1.CreateOptions) (*v1alpha1.DedicatedHostGroup, error)
	Update(ctx context.Context, dedicatedHostGroup *v1alpha1.DedicatedHostGroup, opts v1.UpdateOptions) (*v1alpha1.DedicatedHostGroup, error)
	UpdateStatus(ctx context.Context, dedicatedHostGroup *v1alpha1.DedicatedHostGroup, opts v1.UpdateOptions) (*v1alpha1.DedicatedHostGroup, 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.DedicatedHostGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DedicatedHostGroupList, 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.DedicatedHostGroup, err error)
	DedicatedHostGroupExpansion
}

DedicatedHostGroupInterface has methods to work with DedicatedHostGroup resources.

type DedicatedHostGroupsGetter

type DedicatedHostGroupsGetter interface {
	DedicatedHostGroups(namespace string) DedicatedHostGroupInterface
}

DedicatedHostGroupsGetter has a method to return a DedicatedHostGroupInterface. A group's client should implement this interface.

type DedicatedHostInterface added in v0.5.0

type DedicatedHostInterface interface {
	Create(ctx context.Context, dedicatedHost *v1alpha1.DedicatedHost, opts v1.CreateOptions) (*v1alpha1.DedicatedHost, error)
	Update(ctx context.Context, dedicatedHost *v1alpha1.DedicatedHost, opts v1.UpdateOptions) (*v1alpha1.DedicatedHost, error)
	UpdateStatus(ctx context.Context, dedicatedHost *v1alpha1.DedicatedHost, opts v1.UpdateOptions) (*v1alpha1.DedicatedHost, 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.DedicatedHost, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DedicatedHostList, 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.DedicatedHost, err error)
	DedicatedHostExpansion
}

DedicatedHostInterface has methods to work with DedicatedHost resources.

type DedicatedHostsGetter added in v0.5.0

type DedicatedHostsGetter interface {
	DedicatedHosts(namespace string) DedicatedHostInterface
}

DedicatedHostsGetter has a method to return a DedicatedHostInterface. 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