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 AppmeshV1alpha1Client

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

AppmeshV1alpha1Client is used to interact with features provided by the appmesh.aws.kubeform.com group.

func New

New creates a new AppmeshV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AppmeshV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AppmeshV1alpha1Client

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

func (*AppmeshV1alpha1Client) GatewayRoutes

func (c *AppmeshV1alpha1Client) GatewayRoutes(namespace string) GatewayRouteInterface

func (*AppmeshV1alpha1Client) Meshes

func (c *AppmeshV1alpha1Client) Meshes(namespace string) MeshInterface

func (*AppmeshV1alpha1Client) RESTClient

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

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

func (*AppmeshV1alpha1Client) Routes

func (c *AppmeshV1alpha1Client) Routes(namespace string) RouteInterface

func (*AppmeshV1alpha1Client) VirtualGateways

func (c *AppmeshV1alpha1Client) VirtualGateways(namespace string) VirtualGatewayInterface

func (*AppmeshV1alpha1Client) VirtualNodes

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

func (*AppmeshV1alpha1Client) VirtualRouters

func (c *AppmeshV1alpha1Client) VirtualRouters(namespace string) VirtualRouterInterface

func (*AppmeshV1alpha1Client) VirtualServices

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

type GatewayRouteExpansion

type GatewayRouteExpansion interface{}

type GatewayRouteInterface

type GatewayRouteInterface interface {
	Create(ctx context.Context, gatewayRoute *v1alpha1.GatewayRoute, opts v1.CreateOptions) (*v1alpha1.GatewayRoute, error)
	Update(ctx context.Context, gatewayRoute *v1alpha1.GatewayRoute, opts v1.UpdateOptions) (*v1alpha1.GatewayRoute, error)
	UpdateStatus(ctx context.Context, gatewayRoute *v1alpha1.GatewayRoute, opts v1.UpdateOptions) (*v1alpha1.GatewayRoute, 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.GatewayRoute, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GatewayRouteList, 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.GatewayRoute, err error)
	GatewayRouteExpansion
}

GatewayRouteInterface has methods to work with GatewayRoute resources.

type GatewayRoutesGetter

type GatewayRoutesGetter interface {
	GatewayRoutes(namespace string) GatewayRouteInterface
}

GatewayRoutesGetter has a method to return a GatewayRouteInterface. A group's client should implement this interface.

type MeshExpansion

type MeshExpansion interface{}

type MeshInterface

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

MeshInterface has methods to work with Mesh resources.

type MeshesGetter

type MeshesGetter interface {
	Meshes(namespace string) MeshInterface
}

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

type RouteExpansion

type RouteExpansion interface{}

type RouteInterface

type RouteInterface interface {
	Create(ctx context.Context, route *v1alpha1.Route, opts v1.CreateOptions) (*v1alpha1.Route, error)
	Update(ctx context.Context, route *v1alpha1.Route, opts v1.UpdateOptions) (*v1alpha1.Route, error)
	UpdateStatus(ctx context.Context, route *v1alpha1.Route, opts v1.UpdateOptions) (*v1alpha1.Route, 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.Route, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RouteList, 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.Route, err error)
	RouteExpansion
}

RouteInterface has methods to work with Route resources.

type RoutesGetter

type RoutesGetter interface {
	Routes(namespace string) RouteInterface
}

RoutesGetter has a method to return a RouteInterface. A group's client should implement this interface.

type VirtualGatewayExpansion

type VirtualGatewayExpansion interface{}

type VirtualGatewayInterface

type VirtualGatewayInterface interface {
	Create(ctx context.Context, virtualGateway *v1alpha1.VirtualGateway, opts v1.CreateOptions) (*v1alpha1.VirtualGateway, error)
	Update(ctx context.Context, virtualGateway *v1alpha1.VirtualGateway, opts v1.UpdateOptions) (*v1alpha1.VirtualGateway, error)
	UpdateStatus(ctx context.Context, virtualGateway *v1alpha1.VirtualGateway, opts v1.UpdateOptions) (*v1alpha1.VirtualGateway, 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.VirtualGateway, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VirtualGatewayList, 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.VirtualGateway, err error)
	VirtualGatewayExpansion
}

VirtualGatewayInterface has methods to work with VirtualGateway resources.

type VirtualGatewaysGetter

type VirtualGatewaysGetter interface {
	VirtualGateways(namespace string) VirtualGatewayInterface
}

VirtualGatewaysGetter has a method to return a VirtualGatewayInterface. A group's client should implement this interface.

type VirtualNodeExpansion

type VirtualNodeExpansion interface{}

type VirtualNodeInterface

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

type VirtualNodesGetter interface {
	VirtualNodes(namespace string) VirtualNodeInterface
}

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

type VirtualRouterExpansion

type VirtualRouterExpansion interface{}

type VirtualRouterInterface

type VirtualRouterInterface interface {
	Create(ctx context.Context, virtualRouter *v1alpha1.VirtualRouter, opts v1.CreateOptions) (*v1alpha1.VirtualRouter, error)
	Update(ctx context.Context, virtualRouter *v1alpha1.VirtualRouter, opts v1.UpdateOptions) (*v1alpha1.VirtualRouter, error)
	UpdateStatus(ctx context.Context, virtualRouter *v1alpha1.VirtualRouter, opts v1.UpdateOptions) (*v1alpha1.VirtualRouter, 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.VirtualRouter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VirtualRouterList, 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.VirtualRouter, err error)
	VirtualRouterExpansion
}

VirtualRouterInterface has methods to work with VirtualRouter resources.

type VirtualRoutersGetter

type VirtualRoutersGetter interface {
	VirtualRouters(namespace string) VirtualRouterInterface
}

VirtualRoutersGetter has a method to return a VirtualRouterInterface. A group's client should implement this interface.

type VirtualServiceExpansion

type VirtualServiceExpansion interface{}

type VirtualServiceInterface

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