v1alpha1

package
v0.0.0-...-662d0f3 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2019 License: Apache-2.0 Imports: 7 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.k8s.aws 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) 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) VirtualNodes

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

func (*AppmeshV1alpha1Client) VirtualServices

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

type AppmeshV1alpha1Interface

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

type MeshExpansion

type MeshExpansion interface{}

type MeshInterface

type MeshInterface interface {
	Create(*v1alpha1.Mesh) (*v1alpha1.Mesh, error)
	Update(*v1alpha1.Mesh) (*v1alpha1.Mesh, error)
	UpdateStatus(*v1alpha1.Mesh) (*v1alpha1.Mesh, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Mesh, error)
	List(opts v1.ListOptions) (*v1alpha1.MeshList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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 VirtualNodeExpansion

type VirtualNodeExpansion interface{}

type VirtualNodeInterface

type VirtualNodeInterface interface {
	Create(*v1alpha1.VirtualNode) (*v1alpha1.VirtualNode, error)
	Update(*v1alpha1.VirtualNode) (*v1alpha1.VirtualNode, error)
	UpdateStatus(*v1alpha1.VirtualNode) (*v1alpha1.VirtualNode, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.VirtualNode, error)
	List(opts v1.ListOptions) (*v1alpha1.VirtualNodeList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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 VirtualServiceExpansion

type VirtualServiceExpansion interface{}

type VirtualServiceInterface

type VirtualServiceInterface interface {
	Create(*v1alpha1.VirtualService) (*v1alpha1.VirtualService, error)
	Update(*v1alpha1.VirtualService) (*v1alpha1.VirtualService, error)
	UpdateStatus(*v1alpha1.VirtualService) (*v1alpha1.VirtualService, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.VirtualService, error)
	List(opts v1.ListOptions) (*v1alpha1.VirtualServiceList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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