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 InterfaceConnectionExpansion

type InterfaceConnectionExpansion interface{}

type InterfaceConnectionInterface

type InterfaceConnectionInterface interface {
	Create(ctx context.Context, interfaceConnection *v1alpha1.InterfaceConnection, opts v1.CreateOptions) (*v1alpha1.InterfaceConnection, error)
	Update(ctx context.Context, interfaceConnection *v1alpha1.InterfaceConnection, opts v1.UpdateOptions) (*v1alpha1.InterfaceConnection, error)
	UpdateStatus(ctx context.Context, interfaceConnection *v1alpha1.InterfaceConnection, opts v1.UpdateOptions) (*v1alpha1.InterfaceConnection, 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.InterfaceConnection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InterfaceConnectionList, 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.InterfaceConnection, err error)
	InterfaceConnectionExpansion
}

InterfaceConnectionInterface has methods to work with InterfaceConnection resources.

type InterfaceConnectionsGetter

type InterfaceConnectionsGetter interface {
	InterfaceConnections(namespace string) InterfaceConnectionInterface
}

InterfaceConnectionsGetter has a method to return a InterfaceConnectionInterface. A group's client should implement this interface.

type InterfaceExpansion

type InterfaceExpansion interface{}

type InterfaceInterface

type InterfaceInterface interface {
	Create(ctx context.Context, interface_ *v1alpha1.Interface, opts v1.CreateOptions) (*v1alpha1.Interface, error)
	Update(ctx context.Context, interface_ *v1alpha1.Interface, opts v1.UpdateOptions) (*v1alpha1.Interface, error)
	UpdateStatus(ctx context.Context, interface_ *v1alpha1.Interface, opts v1.UpdateOptions) (*v1alpha1.Interface, 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.Interface, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InterfaceList, 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.Interface, err error)
	InterfaceExpansion
}

InterfaceInterface has methods to work with Interface resources.

type InterfacesGetter

type InterfacesGetter interface {
	Interfaces(namespace string) InterfaceInterface
}

InterfacesGetter has a method to return a InterfaceInterface. A group's client should implement this interface.

type RouterV1alpha1Client

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

RouterV1alpha1Client is used to interact with features provided by the router.alicloud.kubeform.com group.

func New

New creates a new RouterV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new RouterV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *RouterV1alpha1Client

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

func (*RouterV1alpha1Client) InterfaceConnections

func (c *RouterV1alpha1Client) InterfaceConnections(namespace string) InterfaceConnectionInterface

func (*RouterV1alpha1Client) Interfaces

func (c *RouterV1alpha1Client) Interfaces(namespace string) InterfaceInterface

func (*RouterV1alpha1Client) RESTClient

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

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

type RouterV1alpha1Interface

type RouterV1alpha1Interface interface {
	RESTClient() rest.Interface
	InterfacesGetter
	InterfaceConnectionsGetter
}

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