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 ActionExpansion

type ActionExpansion interface{}

type ActionInterface

type ActionInterface interface {
	Create(ctx context.Context, action *v1alpha1.Action, opts v1.CreateOptions) (*v1alpha1.Action, error)
	Update(ctx context.Context, action *v1alpha1.Action, opts v1.UpdateOptions) (*v1alpha1.Action, error)
	UpdateStatus(ctx context.Context, action *v1alpha1.Action, opts v1.UpdateOptions) (*v1alpha1.Action, 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.Action, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ActionList, 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.Action, err error)
	ActionExpansion
}

ActionInterface has methods to work with Action resources.

type ActionsGetter

type ActionsGetter interface {
	Actions(namespace string) ActionInterface
}

ActionsGetter has a method to return a ActionInterface. A group's client should implement this interface.

type FunctionV1alpha1Client

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

FunctionV1alpha1Client is used to interact with features provided by the function.ibm.kubeform.com group.

func New

New creates a new FunctionV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new FunctionV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *FunctionV1alpha1Client

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

func (*FunctionV1alpha1Client) Actions

func (c *FunctionV1alpha1Client) Actions(namespace string) ActionInterface

func (*FunctionV1alpha1Client) Namespaces

func (c *FunctionV1alpha1Client) Namespaces(namespace string) NamespaceInterface

func (*FunctionV1alpha1Client) Packages

func (c *FunctionV1alpha1Client) Packages(namespace string) PackageInterface

func (*FunctionV1alpha1Client) RESTClient

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

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

func (*FunctionV1alpha1Client) Rules

func (c *FunctionV1alpha1Client) Rules(namespace string) RuleInterface

func (*FunctionV1alpha1Client) Triggers

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

type FunctionV1alpha1Interface

type FunctionV1alpha1Interface interface {
	RESTClient() rest.Interface
	ActionsGetter
	NamespacesGetter
	PackagesGetter
	RulesGetter
	TriggersGetter
}

type NamespaceExpansion

type NamespaceExpansion interface{}

type NamespaceInterface

type NamespaceInterface interface {
	Create(ctx context.Context, namespace *v1alpha1.Namespace, opts v1.CreateOptions) (*v1alpha1.Namespace, error)
	Update(ctx context.Context, namespace *v1alpha1.Namespace, opts v1.UpdateOptions) (*v1alpha1.Namespace, error)
	UpdateStatus(ctx context.Context, namespace *v1alpha1.Namespace, opts v1.UpdateOptions) (*v1alpha1.Namespace, 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.Namespace, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NamespaceList, 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.Namespace, err error)
	NamespaceExpansion
}

NamespaceInterface has methods to work with Namespace resources.

type NamespacesGetter

type NamespacesGetter interface {
	Namespaces(namespace string) NamespaceInterface
}

NamespacesGetter has a method to return a NamespaceInterface. A group's client should implement this interface.

type PackageExpansion

type PackageExpansion interface{}

type PackageInterface

type PackageInterface interface {
	Create(ctx context.Context, package_ *v1alpha1.Package, opts v1.CreateOptions) (*v1alpha1.Package, error)
	Update(ctx context.Context, package_ *v1alpha1.Package, opts v1.UpdateOptions) (*v1alpha1.Package, error)
	UpdateStatus(ctx context.Context, package_ *v1alpha1.Package, opts v1.UpdateOptions) (*v1alpha1.Package, 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.Package, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PackageList, 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.Package, err error)
	PackageExpansion
}

PackageInterface has methods to work with Package resources.

type PackagesGetter

type PackagesGetter interface {
	Packages(namespace string) PackageInterface
}

PackagesGetter has a method to return a PackageInterface. A group's client should implement this interface.

type RuleExpansion

type RuleExpansion interface{}

type RuleInterface

type RuleInterface interface {
	Create(ctx context.Context, rule *v1alpha1.Rule, opts v1.CreateOptions) (*v1alpha1.Rule, error)
	Update(ctx context.Context, rule *v1alpha1.Rule, opts v1.UpdateOptions) (*v1alpha1.Rule, error)
	UpdateStatus(ctx context.Context, rule *v1alpha1.Rule, opts v1.UpdateOptions) (*v1alpha1.Rule, 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.Rule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RuleList, 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.Rule, err error)
	RuleExpansion
}

RuleInterface has methods to work with Rule resources.

type RulesGetter

type RulesGetter interface {
	Rules(namespace string) RuleInterface
}

RulesGetter has a method to return a RuleInterface. 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