v1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2018 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 IpAddressExpansion

type IpAddressExpansion interface{}

type IpAddressInterface

type IpAddressInterface interface {
	Create(*v1.IpAddress) (*v1.IpAddress, error)
	Update(*v1.IpAddress) (*v1.IpAddress, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	DeleteCollection(options *meta_v1.DeleteOptions, listOptions meta_v1.ListOptions) error
	Get(name string, options meta_v1.GetOptions) (*v1.IpAddress, error)
	List(opts meta_v1.ListOptions) (*v1.IpAddressList, error)
	Watch(opts meta_v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.IpAddress, err error)
	IpAddressExpansion
}

IpAddressInterface has methods to work with IpAddress resources.

type IpAddressesGetter

type IpAddressesGetter interface {
	IpAddresses(namespace string) IpAddressInterface
}

IpAddressesGetter has a method to return a IpAddressInterface. A group's client should implement this interface.

type IpamV1Client

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

IpamV1Client is used to interact with features provided by the ipam.nexinto.com group.

func New

func New(c rest.Interface) *IpamV1Client

New creates a new IpamV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new IpamV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *IpamV1Client

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

func (*IpamV1Client) IpAddresses

func (c *IpamV1Client) IpAddresses(namespace string) IpAddressInterface

func (*IpamV1Client) RESTClient

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

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

type IpamV1Interface

type IpamV1Interface interface {
	RESTClient() rest.Interface
	IpAddressesGetter
}

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