v1alpha1

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 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 AppsV1alpha1Client

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

AppsV1alpha1Client is used to interact with features provided by the apps.openyurt.io group.

func New

New creates a new AppsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AppsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AppsV1alpha1Client

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

func (*AppsV1alpha1Client) NodePools

func (c *AppsV1alpha1Client) NodePools() NodePoolInterface

func (*AppsV1alpha1Client) RESTClient

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

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

func (*AppsV1alpha1Client) UnitedDeployments

func (c *AppsV1alpha1Client) UnitedDeployments(namespace string) UnitedDeploymentInterface

func (*AppsV1alpha1Client) YurtAppDaemons

func (c *AppsV1alpha1Client) YurtAppDaemons(namespace string) YurtAppDaemonInterface

func (*AppsV1alpha1Client) YurtAppSets added in v0.6.0

func (c *AppsV1alpha1Client) YurtAppSets(namespace string) YurtAppSetInterface

func (*AppsV1alpha1Client) YurtIngresses

func (c *AppsV1alpha1Client) YurtIngresses() YurtIngressInterface

type NodePoolExpansion

type NodePoolExpansion interface{}

type NodePoolInterface

type NodePoolInterface interface {
	Create(ctx context.Context, nodePool *v1alpha1.NodePool, opts v1.CreateOptions) (*v1alpha1.NodePool, error)
	Update(ctx context.Context, nodePool *v1alpha1.NodePool, opts v1.UpdateOptions) (*v1alpha1.NodePool, error)
	UpdateStatus(ctx context.Context, nodePool *v1alpha1.NodePool, opts v1.UpdateOptions) (*v1alpha1.NodePool, 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.NodePool, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NodePoolList, 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.NodePool, err error)
	NodePoolExpansion
}

NodePoolInterface has methods to work with NodePool resources.

type NodePoolsGetter

type NodePoolsGetter interface {
	NodePools() NodePoolInterface
}

NodePoolsGetter has a method to return a NodePoolInterface. A group's client should implement this interface.

type UnitedDeploymentExpansion

type UnitedDeploymentExpansion interface{}

type UnitedDeploymentInterface

type UnitedDeploymentInterface interface {
	Create(ctx context.Context, unitedDeployment *v1alpha1.UnitedDeployment, opts v1.CreateOptions) (*v1alpha1.UnitedDeployment, error)
	Update(ctx context.Context, unitedDeployment *v1alpha1.UnitedDeployment, opts v1.UpdateOptions) (*v1alpha1.UnitedDeployment, error)
	UpdateStatus(ctx context.Context, unitedDeployment *v1alpha1.UnitedDeployment, opts v1.UpdateOptions) (*v1alpha1.UnitedDeployment, 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.UnitedDeployment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.UnitedDeploymentList, 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.UnitedDeployment, err error)
	UnitedDeploymentExpansion
}

UnitedDeploymentInterface has methods to work with UnitedDeployment resources.

type UnitedDeploymentsGetter

type UnitedDeploymentsGetter interface {
	UnitedDeployments(namespace string) UnitedDeploymentInterface
}

UnitedDeploymentsGetter has a method to return a UnitedDeploymentInterface. A group's client should implement this interface.

type YurtAppDaemonExpansion

type YurtAppDaemonExpansion interface{}

type YurtAppDaemonInterface

type YurtAppDaemonInterface interface {
	Create(ctx context.Context, yurtAppDaemon *v1alpha1.YurtAppDaemon, opts v1.CreateOptions) (*v1alpha1.YurtAppDaemon, error)
	Update(ctx context.Context, yurtAppDaemon *v1alpha1.YurtAppDaemon, opts v1.UpdateOptions) (*v1alpha1.YurtAppDaemon, error)
	UpdateStatus(ctx context.Context, yurtAppDaemon *v1alpha1.YurtAppDaemon, opts v1.UpdateOptions) (*v1alpha1.YurtAppDaemon, 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.YurtAppDaemon, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.YurtAppDaemonList, 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.YurtAppDaemon, err error)
	YurtAppDaemonExpansion
}

YurtAppDaemonInterface has methods to work with YurtAppDaemon resources.

type YurtAppDaemonsGetter

type YurtAppDaemonsGetter interface {
	YurtAppDaemons(namespace string) YurtAppDaemonInterface
}

YurtAppDaemonsGetter has a method to return a YurtAppDaemonInterface. A group's client should implement this interface.

type YurtAppSetExpansion added in v0.6.0

type YurtAppSetExpansion interface{}

type YurtAppSetInterface added in v0.6.0

type YurtAppSetInterface interface {
	Create(ctx context.Context, yurtAppSet *v1alpha1.YurtAppSet, opts v1.CreateOptions) (*v1alpha1.YurtAppSet, error)
	Update(ctx context.Context, yurtAppSet *v1alpha1.YurtAppSet, opts v1.UpdateOptions) (*v1alpha1.YurtAppSet, error)
	UpdateStatus(ctx context.Context, yurtAppSet *v1alpha1.YurtAppSet, opts v1.UpdateOptions) (*v1alpha1.YurtAppSet, 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.YurtAppSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.YurtAppSetList, 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.YurtAppSet, err error)
	YurtAppSetExpansion
}

YurtAppSetInterface has methods to work with YurtAppSet resources.

type YurtAppSetsGetter added in v0.6.0

type YurtAppSetsGetter interface {
	YurtAppSets(namespace string) YurtAppSetInterface
}

YurtAppSetsGetter has a method to return a YurtAppSetInterface. A group's client should implement this interface.

type YurtIngressExpansion

type YurtIngressExpansion interface{}

type YurtIngressInterface

type YurtIngressInterface interface {
	Create(ctx context.Context, yurtIngress *v1alpha1.YurtIngress, opts v1.CreateOptions) (*v1alpha1.YurtIngress, error)
	Update(ctx context.Context, yurtIngress *v1alpha1.YurtIngress, opts v1.UpdateOptions) (*v1alpha1.YurtIngress, error)
	UpdateStatus(ctx context.Context, yurtIngress *v1alpha1.YurtIngress, opts v1.UpdateOptions) (*v1alpha1.YurtIngress, 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.YurtIngress, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.YurtIngressList, 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.YurtIngress, err error)
	YurtIngressExpansion
}

YurtIngressInterface has methods to work with YurtIngress resources.

type YurtIngressesGetter

type YurtIngressesGetter interface {
	YurtIngresses() YurtIngressInterface
}

YurtIngressesGetter has a method to return a YurtIngressInterface. 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