v1

package
v3.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2019 License: Apache-2.0 Imports: 7 Imported by: 3

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 ContivppV1Client

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

ContivppV1Client is used to interact with features provided by the contivpp.io group.

func New

New creates a new ContivppV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ContivppV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ContivppV1Client

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

func (*ContivppV1Client) CustomNetworks

func (c *ContivppV1Client) CustomNetworks(namespace string) CustomNetworkInterface

func (*ContivppV1Client) RESTClient

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

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

func (*ContivppV1Client) ServiceFunctionChains

func (c *ContivppV1Client) ServiceFunctionChains(namespace string) ServiceFunctionChainInterface

type ContivppV1Interface

type ContivppV1Interface interface {
	RESTClient() rest.Interface
	CustomNetworksGetter
	ServiceFunctionChainsGetter
}

type CustomNetworkExpansion

type CustomNetworkExpansion interface{}

type CustomNetworkInterface

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

CustomNetworkInterface has methods to work with CustomNetwork resources.

type CustomNetworksGetter

type CustomNetworksGetter interface {
	CustomNetworks(namespace string) CustomNetworkInterface
}

CustomNetworksGetter has a method to return a CustomNetworkInterface. A group's client should implement this interface.

type ServiceFunctionChainExpansion

type ServiceFunctionChainExpansion interface{}

type ServiceFunctionChainInterface

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

ServiceFunctionChainInterface has methods to work with ServiceFunctionChain resources.

type ServiceFunctionChainsGetter

type ServiceFunctionChainsGetter interface {
	ServiceFunctionChains(namespace string) ServiceFunctionChainInterface
}

ServiceFunctionChainsGetter has a method to return a ServiceFunctionChainInterface. 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