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 ContainerGroupExpansion

type ContainerGroupExpansion interface{}

type ContainerGroupInterface

type ContainerGroupInterface interface {
	Create(ctx context.Context, containerGroup *v1alpha1.ContainerGroup, opts v1.CreateOptions) (*v1alpha1.ContainerGroup, error)
	Update(ctx context.Context, containerGroup *v1alpha1.ContainerGroup, opts v1.UpdateOptions) (*v1alpha1.ContainerGroup, error)
	UpdateStatus(ctx context.Context, containerGroup *v1alpha1.ContainerGroup, opts v1.UpdateOptions) (*v1alpha1.ContainerGroup, 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.ContainerGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ContainerGroupList, 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.ContainerGroup, err error)
	ContainerGroupExpansion
}

ContainerGroupInterface has methods to work with ContainerGroup resources.

type ContainerGroupsGetter

type ContainerGroupsGetter interface {
	ContainerGroups(namespace string) ContainerGroupInterface
}

ContainerGroupsGetter has a method to return a ContainerGroupInterface. A group's client should implement this interface.

type EciV1alpha1Client

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

EciV1alpha1Client is used to interact with features provided by the eci.alicloud.kubeform.com group.

func New

New creates a new EciV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EciV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EciV1alpha1Client

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

func (*EciV1alpha1Client) ContainerGroups

func (c *EciV1alpha1Client) ContainerGroups(namespace string) ContainerGroupInterface

func (*EciV1alpha1Client) ImageCaches

func (c *EciV1alpha1Client) ImageCaches(namespace string) ImageCacheInterface

func (*EciV1alpha1Client) OpenapiImageCaches

func (c *EciV1alpha1Client) OpenapiImageCaches(namespace string) OpenapiImageCacheInterface

func (*EciV1alpha1Client) RESTClient

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

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

func (*EciV1alpha1Client) VirtualNodes added in v0.5.0

func (c *EciV1alpha1Client) VirtualNodes(namespace string) VirtualNodeInterface

type EciV1alpha1Interface

type ImageCacheExpansion

type ImageCacheExpansion interface{}

type ImageCacheInterface

type ImageCacheInterface interface {
	Create(ctx context.Context, imageCache *v1alpha1.ImageCache, opts v1.CreateOptions) (*v1alpha1.ImageCache, error)
	Update(ctx context.Context, imageCache *v1alpha1.ImageCache, opts v1.UpdateOptions) (*v1alpha1.ImageCache, error)
	UpdateStatus(ctx context.Context, imageCache *v1alpha1.ImageCache, opts v1.UpdateOptions) (*v1alpha1.ImageCache, 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.ImageCache, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ImageCacheList, 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.ImageCache, err error)
	ImageCacheExpansion
}

ImageCacheInterface has methods to work with ImageCache resources.

type ImageCachesGetter

type ImageCachesGetter interface {
	ImageCaches(namespace string) ImageCacheInterface
}

ImageCachesGetter has a method to return a ImageCacheInterface. A group's client should implement this interface.

type OpenapiImageCacheExpansion

type OpenapiImageCacheExpansion interface{}

type OpenapiImageCacheInterface

type OpenapiImageCacheInterface interface {
	Create(ctx context.Context, openapiImageCache *v1alpha1.OpenapiImageCache, opts v1.CreateOptions) (*v1alpha1.OpenapiImageCache, error)
	Update(ctx context.Context, openapiImageCache *v1alpha1.OpenapiImageCache, opts v1.UpdateOptions) (*v1alpha1.OpenapiImageCache, error)
	UpdateStatus(ctx context.Context, openapiImageCache *v1alpha1.OpenapiImageCache, opts v1.UpdateOptions) (*v1alpha1.OpenapiImageCache, 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.OpenapiImageCache, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OpenapiImageCacheList, 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.OpenapiImageCache, err error)
	OpenapiImageCacheExpansion
}

OpenapiImageCacheInterface has methods to work with OpenapiImageCache resources.

type OpenapiImageCachesGetter

type OpenapiImageCachesGetter interface {
	OpenapiImageCaches(namespace string) OpenapiImageCacheInterface
}

OpenapiImageCachesGetter has a method to return a OpenapiImageCacheInterface. A group's client should implement this interface.

type VirtualNodeExpansion added in v0.5.0

type VirtualNodeExpansion interface{}

type VirtualNodeInterface added in v0.5.0

type VirtualNodeInterface interface {
	Create(ctx context.Context, virtualNode *v1alpha1.VirtualNode, opts v1.CreateOptions) (*v1alpha1.VirtualNode, error)
	Update(ctx context.Context, virtualNode *v1alpha1.VirtualNode, opts v1.UpdateOptions) (*v1alpha1.VirtualNode, error)
	UpdateStatus(ctx context.Context, virtualNode *v1alpha1.VirtualNode, opts v1.UpdateOptions) (*v1alpha1.VirtualNode, 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.VirtualNode, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VirtualNodeList, 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.VirtualNode, err error)
	VirtualNodeExpansion
}

VirtualNodeInterface has methods to work with VirtualNode resources.

type VirtualNodesGetter added in v0.5.0

type VirtualNodesGetter interface {
	VirtualNodes(namespace string) VirtualNodeInterface
}

VirtualNodesGetter has a method to return a VirtualNodeInterface. 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