v1alpha1

package
v1.0.1-0...-1280aca Latest Latest
Warning

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

Go to latest
Published: Aug 19, 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 K8sV1alpha1Client

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

K8sV1alpha1Client is used to interact with features provided by the k8s.plugin.opnfv.org group.

func New

New creates a new K8sV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new K8sV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *K8sV1alpha1Client

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

func (*K8sV1alpha1Client) NetworkChainings

func (c *K8sV1alpha1Client) NetworkChainings(namespace string) NetworkChainingInterface

func (*K8sV1alpha1Client) Networks

func (c *K8sV1alpha1Client) Networks(namespace string) NetworkInterface

func (*K8sV1alpha1Client) ProviderNetworks

func (c *K8sV1alpha1Client) ProviderNetworks(namespace string) ProviderNetworkInterface

func (*K8sV1alpha1Client) RESTClient

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

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

type K8sV1alpha1Interface

type K8sV1alpha1Interface interface {
	RESTClient() rest.Interface
	NetworksGetter
	NetworkChainingsGetter
	ProviderNetworksGetter
}

type NetworkChainingExpansion

type NetworkChainingExpansion interface{}

type NetworkChainingInterface

type NetworkChainingInterface interface {
	Create(ctx context.Context, networkChaining *v1alpha1.NetworkChaining, opts v1.CreateOptions) (*v1alpha1.NetworkChaining, error)
	Update(ctx context.Context, networkChaining *v1alpha1.NetworkChaining, opts v1.UpdateOptions) (*v1alpha1.NetworkChaining, error)
	UpdateStatus(ctx context.Context, networkChaining *v1alpha1.NetworkChaining, opts v1.UpdateOptions) (*v1alpha1.NetworkChaining, 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.NetworkChaining, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NetworkChainingList, 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.NetworkChaining, err error)
	NetworkChainingExpansion
}

NetworkChainingInterface has methods to work with NetworkChaining resources.

type NetworkChainingsGetter

type NetworkChainingsGetter interface {
	NetworkChainings(namespace string) NetworkChainingInterface
}

NetworkChainingsGetter has a method to return a NetworkChainingInterface. A group's client should implement this interface.

type NetworkExpansion

type NetworkExpansion interface{}

type NetworkInterface

type NetworkInterface interface {
	Create(ctx context.Context, network *v1alpha1.Network, opts v1.CreateOptions) (*v1alpha1.Network, error)
	Update(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (*v1alpha1.Network, error)
	UpdateStatus(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (*v1alpha1.Network, 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.Network, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NetworkList, 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.Network, err error)
	NetworkExpansion
}

NetworkInterface has methods to work with Network resources.

type NetworksGetter

type NetworksGetter interface {
	Networks(namespace string) NetworkInterface
}

NetworksGetter has a method to return a NetworkInterface. A group's client should implement this interface.

type ProviderNetworkExpansion

type ProviderNetworkExpansion interface{}

type ProviderNetworkInterface

type ProviderNetworkInterface interface {
	Create(ctx context.Context, providerNetwork *v1alpha1.ProviderNetwork, opts v1.CreateOptions) (*v1alpha1.ProviderNetwork, error)
	Update(ctx context.Context, providerNetwork *v1alpha1.ProviderNetwork, opts v1.UpdateOptions) (*v1alpha1.ProviderNetwork, error)
	UpdateStatus(ctx context.Context, providerNetwork *v1alpha1.ProviderNetwork, opts v1.UpdateOptions) (*v1alpha1.ProviderNetwork, 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.ProviderNetwork, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ProviderNetworkList, 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.ProviderNetwork, err error)
	ProviderNetworkExpansion
}

ProviderNetworkInterface has methods to work with ProviderNetwork resources.

type ProviderNetworksGetter

type ProviderNetworksGetter interface {
	ProviderNetworks(namespace string) ProviderNetworkInterface
}

ProviderNetworksGetter has a method to return a ProviderNetworkInterface. 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