v1

package
v0.0.0-...-b3c4cc5 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 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 LastReservedIPExpansion

type LastReservedIPExpansion interface{}

type LastReservedIPInterface

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

LastReservedIPInterface has methods to work with LastReservedIP resources.

type LastReservedIPsGetter

type LastReservedIPsGetter interface {
	LastReservedIPs() LastReservedIPInterface
}

LastReservedIPsGetter has a method to return a LastReservedIPInterface. A group's client should implement this interface.

type NetworkExpansion

type NetworkExpansion interface{}

type NetworkInterface

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

NetworkInterface has methods to work with Network resources.

type NetworksGetter

type NetworksGetter interface {
	Networks() NetworkInterface
}

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

type ResourceV1Client

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

ResourceV1Client is used to interact with features provided by the resource.k8s.io group.

func New

New creates a new ResourceV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ResourceV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ResourceV1Client

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

func (*ResourceV1Client) LastReservedIPs

func (c *ResourceV1Client) LastReservedIPs() LastReservedIPInterface

func (*ResourceV1Client) Networks

func (c *ResourceV1Client) Networks() NetworkInterface

func (*ResourceV1Client) RESTClient

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

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

func (*ResourceV1Client) UsingIPs

func (c *ResourceV1Client) UsingIPs() UsingIPInterface

type ResourceV1Interface

type ResourceV1Interface interface {
	RESTClient() rest.Interface
	LastReservedIPsGetter
	NetworksGetter
	UsingIPsGetter
}

type UsingIPExpansion

type UsingIPExpansion interface{}

type UsingIPInterface

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

UsingIPInterface has methods to work with UsingIP resources.

type UsingIPsGetter

type UsingIPsGetter interface {
	UsingIPs() UsingIPInterface
}

UsingIPsGetter has a method to return a UsingIPInterface. 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