v1beta1

package
v1.37.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 9 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 AppmeshV1beta1Client

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

AppmeshV1beta1Client is used to interact with features provided by the appmesh.k8s.aws group.

func New

New creates a new AppmeshV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AppmeshV1beta1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient added in v1.16.1

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*AppmeshV1beta1Client, error)

NewForConfigAndClient creates a new AppmeshV1beta1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AppmeshV1beta1Client

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

func (*AppmeshV1beta1Client) Meshes

func (c *AppmeshV1beta1Client) Meshes() MeshInterface

func (*AppmeshV1beta1Client) RESTClient

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

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

func (*AppmeshV1beta1Client) VirtualNodes

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

func (*AppmeshV1beta1Client) VirtualServices

func (c *AppmeshV1beta1Client) VirtualServices(namespace string) VirtualServiceInterface

type AppmeshV1beta1Interface

type AppmeshV1beta1Interface interface {
	RESTClient() rest.Interface
	MeshesGetter
	VirtualNodesGetter
	VirtualServicesGetter
}

type MeshExpansion

type MeshExpansion interface{}

type MeshInterface

type MeshInterface interface {
	Create(ctx context.Context, mesh *v1beta1.Mesh, opts v1.CreateOptions) (*v1beta1.Mesh, error)
	Update(ctx context.Context, mesh *v1beta1.Mesh, opts v1.UpdateOptions) (*v1beta1.Mesh, error)
	UpdateStatus(ctx context.Context, mesh *v1beta1.Mesh, opts v1.UpdateOptions) (*v1beta1.Mesh, 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) (*v1beta1.Mesh, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MeshList, 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 *v1beta1.Mesh, err error)
	MeshExpansion
}

MeshInterface has methods to work with Mesh resources.

type MeshesGetter

type MeshesGetter interface {
	Meshes() MeshInterface
}

MeshesGetter has a method to return a MeshInterface. A group's client should implement this interface.

type VirtualNodeExpansion

type VirtualNodeExpansion interface{}

type VirtualNodeInterface

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

VirtualNodeInterface has methods to work with VirtualNode resources.

type VirtualNodesGetter

type VirtualNodesGetter interface {
	VirtualNodes(namespace string) VirtualNodeInterface
}

VirtualNodesGetter has a method to return a VirtualNodeInterface. A group's client should implement this interface.

type VirtualServiceExpansion

type VirtualServiceExpansion interface{}

type VirtualServiceInterface

type VirtualServiceInterface interface {
	Create(ctx context.Context, virtualService *v1beta1.VirtualService, opts v1.CreateOptions) (*v1beta1.VirtualService, error)
	Update(ctx context.Context, virtualService *v1beta1.VirtualService, opts v1.UpdateOptions) (*v1beta1.VirtualService, error)
	UpdateStatus(ctx context.Context, virtualService *v1beta1.VirtualService, opts v1.UpdateOptions) (*v1beta1.VirtualService, 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) (*v1beta1.VirtualService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.VirtualServiceList, 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 *v1beta1.VirtualService, err error)
	VirtualServiceExpansion
}

VirtualServiceInterface has methods to work with VirtualService resources.

type VirtualServicesGetter

type VirtualServicesGetter interface {
	VirtualServices(namespace string) VirtualServiceInterface
}

VirtualServicesGetter has a method to return a VirtualServiceInterface. 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