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 AliasExpansion

type AliasExpansion interface{}

type AliasInterface

type AliasInterface interface {
	Create(ctx context.Context, alias *v1alpha1.Alias, opts v1.CreateOptions) (*v1alpha1.Alias, error)
	Update(ctx context.Context, alias *v1alpha1.Alias, opts v1.UpdateOptions) (*v1alpha1.Alias, error)
	UpdateStatus(ctx context.Context, alias *v1alpha1.Alias, opts v1.UpdateOptions) (*v1alpha1.Alias, 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.Alias, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AliasList, 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.Alias, err error)
	AliasExpansion
}

AliasInterface has methods to work with Alias resources.

type AliasesGetter

type AliasesGetter interface {
	Aliases(namespace string) AliasInterface
}

AliasesGetter has a method to return a AliasInterface. A group's client should implement this interface.

type CustomDomainExpansion

type CustomDomainExpansion interface{}

type CustomDomainInterface

type CustomDomainInterface interface {
	Create(ctx context.Context, customDomain *v1alpha1.CustomDomain, opts v1.CreateOptions) (*v1alpha1.CustomDomain, error)
	Update(ctx context.Context, customDomain *v1alpha1.CustomDomain, opts v1.UpdateOptions) (*v1alpha1.CustomDomain, error)
	UpdateStatus(ctx context.Context, customDomain *v1alpha1.CustomDomain, opts v1.UpdateOptions) (*v1alpha1.CustomDomain, 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.CustomDomain, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CustomDomainList, 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.CustomDomain, err error)
	CustomDomainExpansion
}

CustomDomainInterface has methods to work with CustomDomain resources.

type CustomDomainsGetter

type CustomDomainsGetter interface {
	CustomDomains(namespace string) CustomDomainInterface
}

CustomDomainsGetter has a method to return a CustomDomainInterface. A group's client should implement this interface.

type FcV1alpha1Client

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

FcV1alpha1Client is used to interact with features provided by the fc.alicloud.kubeform.com group.

func New

New creates a new FcV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new FcV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *FcV1alpha1Client

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

func (*FcV1alpha1Client) Aliases

func (c *FcV1alpha1Client) Aliases(namespace string) AliasInterface

func (*FcV1alpha1Client) CustomDomains

func (c *FcV1alpha1Client) CustomDomains(namespace string) CustomDomainInterface

func (*FcV1alpha1Client) FunctionAsyncInvokeConfigs

func (c *FcV1alpha1Client) FunctionAsyncInvokeConfigs(namespace string) FunctionAsyncInvokeConfigInterface

func (*FcV1alpha1Client) Functions

func (c *FcV1alpha1Client) Functions(namespace string) FunctionInterface

func (*FcV1alpha1Client) RESTClient

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

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

func (*FcV1alpha1Client) Services

func (c *FcV1alpha1Client) Services(namespace string) ServiceInterface

func (*FcV1alpha1Client) Triggers

func (c *FcV1alpha1Client) Triggers(namespace string) TriggerInterface

type FcV1alpha1Interface

type FunctionAsyncInvokeConfigExpansion

type FunctionAsyncInvokeConfigExpansion interface{}

type FunctionAsyncInvokeConfigInterface

type FunctionAsyncInvokeConfigInterface interface {
	Create(ctx context.Context, functionAsyncInvokeConfig *v1alpha1.FunctionAsyncInvokeConfig, opts v1.CreateOptions) (*v1alpha1.FunctionAsyncInvokeConfig, error)
	Update(ctx context.Context, functionAsyncInvokeConfig *v1alpha1.FunctionAsyncInvokeConfig, opts v1.UpdateOptions) (*v1alpha1.FunctionAsyncInvokeConfig, error)
	UpdateStatus(ctx context.Context, functionAsyncInvokeConfig *v1alpha1.FunctionAsyncInvokeConfig, opts v1.UpdateOptions) (*v1alpha1.FunctionAsyncInvokeConfig, 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.FunctionAsyncInvokeConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FunctionAsyncInvokeConfigList, 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.FunctionAsyncInvokeConfig, err error)
	FunctionAsyncInvokeConfigExpansion
}

FunctionAsyncInvokeConfigInterface has methods to work with FunctionAsyncInvokeConfig resources.

type FunctionAsyncInvokeConfigsGetter

type FunctionAsyncInvokeConfigsGetter interface {
	FunctionAsyncInvokeConfigs(namespace string) FunctionAsyncInvokeConfigInterface
}

FunctionAsyncInvokeConfigsGetter has a method to return a FunctionAsyncInvokeConfigInterface. A group's client should implement this interface.

type FunctionExpansion

type FunctionExpansion interface{}

type FunctionInterface

type FunctionInterface interface {
	Create(ctx context.Context, function *v1alpha1.Function, opts v1.CreateOptions) (*v1alpha1.Function, error)
	Update(ctx context.Context, function *v1alpha1.Function, opts v1.UpdateOptions) (*v1alpha1.Function, error)
	UpdateStatus(ctx context.Context, function *v1alpha1.Function, opts v1.UpdateOptions) (*v1alpha1.Function, 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.Function, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FunctionList, 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.Function, err error)
	FunctionExpansion
}

FunctionInterface has methods to work with Function resources.

type FunctionsGetter

type FunctionsGetter interface {
	Functions(namespace string) FunctionInterface
}

FunctionsGetter has a method to return a FunctionInterface. A group's client should implement this interface.

type ServiceExpansion

type ServiceExpansion interface{}

type ServiceInterface

type ServiceInterface interface {
	Create(ctx context.Context, service *v1alpha1.Service, opts v1.CreateOptions) (*v1alpha1.Service, error)
	Update(ctx context.Context, service *v1alpha1.Service, opts v1.UpdateOptions) (*v1alpha1.Service, error)
	UpdateStatus(ctx context.Context, service *v1alpha1.Service, opts v1.UpdateOptions) (*v1alpha1.Service, 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.Service, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServiceList, 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.Service, err error)
	ServiceExpansion
}

ServiceInterface has methods to work with Service resources.

type ServicesGetter

type ServicesGetter interface {
	Services(namespace string) ServiceInterface
}

ServicesGetter has a method to return a ServiceInterface. A group's client should implement this interface.

type TriggerExpansion

type TriggerExpansion interface{}

type TriggerInterface

type TriggerInterface interface {
	Create(ctx context.Context, trigger *v1alpha1.Trigger, opts v1.CreateOptions) (*v1alpha1.Trigger, error)
	Update(ctx context.Context, trigger *v1alpha1.Trigger, opts v1.UpdateOptions) (*v1alpha1.Trigger, error)
	UpdateStatus(ctx context.Context, trigger *v1alpha1.Trigger, opts v1.UpdateOptions) (*v1alpha1.Trigger, 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.Trigger, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TriggerList, 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.Trigger, err error)
	TriggerExpansion
}

TriggerInterface has methods to work with Trigger resources.

type TriggersGetter

type TriggersGetter interface {
	Triggers(namespace string) TriggerInterface
}

TriggersGetter has a method to return a TriggerInterface. 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