v1

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2019 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 GatewayExpansion

type GatewayExpansion interface{}

type GatewayInterface

type GatewayInterface interface {
	Create(*v1.Gateway) (*v1.Gateway, error)
	Update(*v1.Gateway) (*v1.Gateway, error)
	UpdateStatus(*v1.Gateway) (*v1.Gateway, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.Gateway, error)
	List(opts metav1.ListOptions) (*v1.GatewayList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.Gateway, err error)
	GatewayExpansion
}

GatewayInterface has methods to work with Gateway resources.

type GatewayV1Client

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

GatewayV1Client is used to interact with features provided by the gateway.solo.io group.

func New

New creates a new GatewayV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new GatewayV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *GatewayV1Client

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

func (*GatewayV1Client) Gateways

func (c *GatewayV1Client) Gateways(namespace string) GatewayInterface

func (*GatewayV1Client) RESTClient

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

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

func (*GatewayV1Client) RouteTables

func (c *GatewayV1Client) RouteTables(namespace string) RouteTableInterface

func (*GatewayV1Client) VirtualServices

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

type GatewayV1Interface

type GatewayV1Interface interface {
	RESTClient() rest.Interface
	GatewaysGetter
	RouteTablesGetter
	VirtualServicesGetter
}

type GatewaysGetter

type GatewaysGetter interface {
	Gateways(namespace string) GatewayInterface
}

GatewaysGetter has a method to return a GatewayInterface. A group's client should implement this interface.

type RouteTableExpansion

type RouteTableExpansion interface{}

type RouteTableInterface

type RouteTableInterface interface {
	Create(*v1.RouteTable) (*v1.RouteTable, error)
	Update(*v1.RouteTable) (*v1.RouteTable, error)
	UpdateStatus(*v1.RouteTable) (*v1.RouteTable, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.RouteTable, error)
	List(opts metav1.ListOptions) (*v1.RouteTableList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.RouteTable, err error)
	RouteTableExpansion
}

RouteTableInterface has methods to work with RouteTable resources.

type RouteTablesGetter

type RouteTablesGetter interface {
	RouteTables(namespace string) RouteTableInterface
}

RouteTablesGetter has a method to return a RouteTableInterface. A group's client should implement this interface.

type VirtualServiceExpansion

type VirtualServiceExpansion interface{}

type VirtualServiceInterface

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