Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) BgpV1alpha1() bgpv1alpha1.BgpV1alpha1Interface
- func (c *Clientset) ConnectionV1alpha1() connectionv1alpha1.ConnectionV1alpha1Interface
- func (c *Clientset) DeviceV1alpha1() devicev1alpha1.DeviceV1alpha1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) GatewayV1alpha1() gatewayv1alpha1.GatewayV1alpha1Interface
- func (c *Clientset) IpV1alpha1() ipv1alpha1.IpV1alpha1Interface
- func (c *Clientset) OrganizationV1alpha1() organizationv1alpha1.OrganizationV1alpha1Interface
- func (c *Clientset) PortV1alpha1() portv1alpha1.PortV1alpha1Interface
- func (c *Clientset) ProjectV1alpha1() projectv1alpha1.ProjectV1alpha1Interface
- func (c *Clientset) ReservedV1alpha1() reservedv1alpha1.ReservedV1alpha1Interface
- func (c *Clientset) SpotV1alpha1() spotv1alpha1.SpotV1alpha1Interface
- func (c *Clientset) SshV1alpha1() sshv1alpha1.SshV1alpha1Interface
- func (c *Clientset) UserV1alpha1() userv1alpha1.UserV1alpha1Interface
- func (c *Clientset) VirtualV1alpha1() virtualv1alpha1.VirtualV1alpha1Interface
- func (c *Clientset) VlanV1alpha1() vlanv1alpha1.VlanV1alpha1Interface
- func (c *Clientset) VolumeV1alpha1() volumev1alpha1.VolumeV1alpha1Interface
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *discovery.DiscoveryClient // contains filtered or unexported fields }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func NewForConfig ¶
NewForConfig creates a new Clientset for the given config. If config's RateLimiter is not set and QPS and Burst are acceptable, NewForConfig will generate a rate-limiter in configShallowCopy.
func NewForConfigOrDie ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) BgpV1alpha1 ¶
func (c *Clientset) BgpV1alpha1() bgpv1alpha1.BgpV1alpha1Interface
BgpV1alpha1 retrieves the BgpV1alpha1Client
func (*Clientset) ConnectionV1alpha1 ¶
func (c *Clientset) ConnectionV1alpha1() connectionv1alpha1.ConnectionV1alpha1Interface
ConnectionV1alpha1 retrieves the ConnectionV1alpha1Client
func (*Clientset) DeviceV1alpha1 ¶
func (c *Clientset) DeviceV1alpha1() devicev1alpha1.DeviceV1alpha1Interface
DeviceV1alpha1 retrieves the DeviceV1alpha1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) GatewayV1alpha1 ¶ added in v0.2.0
func (c *Clientset) GatewayV1alpha1() gatewayv1alpha1.GatewayV1alpha1Interface
GatewayV1alpha1 retrieves the GatewayV1alpha1Client
func (*Clientset) IpV1alpha1 ¶
func (c *Clientset) IpV1alpha1() ipv1alpha1.IpV1alpha1Interface
IpV1alpha1 retrieves the IpV1alpha1Client
func (*Clientset) OrganizationV1alpha1 ¶
func (c *Clientset) OrganizationV1alpha1() organizationv1alpha1.OrganizationV1alpha1Interface
OrganizationV1alpha1 retrieves the OrganizationV1alpha1Client
func (*Clientset) PortV1alpha1 ¶
func (c *Clientset) PortV1alpha1() portv1alpha1.PortV1alpha1Interface
PortV1alpha1 retrieves the PortV1alpha1Client
func (*Clientset) ProjectV1alpha1 ¶
func (c *Clientset) ProjectV1alpha1() projectv1alpha1.ProjectV1alpha1Interface
ProjectV1alpha1 retrieves the ProjectV1alpha1Client
func (*Clientset) ReservedV1alpha1 ¶
func (c *Clientset) ReservedV1alpha1() reservedv1alpha1.ReservedV1alpha1Interface
ReservedV1alpha1 retrieves the ReservedV1alpha1Client
func (*Clientset) SpotV1alpha1 ¶
func (c *Clientset) SpotV1alpha1() spotv1alpha1.SpotV1alpha1Interface
SpotV1alpha1 retrieves the SpotV1alpha1Client
func (*Clientset) SshV1alpha1 ¶
func (c *Clientset) SshV1alpha1() sshv1alpha1.SshV1alpha1Interface
SshV1alpha1 retrieves the SshV1alpha1Client
func (*Clientset) UserV1alpha1 ¶
func (c *Clientset) UserV1alpha1() userv1alpha1.UserV1alpha1Interface
UserV1alpha1 retrieves the UserV1alpha1Client
func (*Clientset) VirtualV1alpha1 ¶
func (c *Clientset) VirtualV1alpha1() virtualv1alpha1.VirtualV1alpha1Interface
VirtualV1alpha1 retrieves the VirtualV1alpha1Client
func (*Clientset) VlanV1alpha1 ¶
func (c *Clientset) VlanV1alpha1() vlanv1alpha1.VlanV1alpha1Interface
VlanV1alpha1 retrieves the VlanV1alpha1Client
func (*Clientset) VolumeV1alpha1 ¶
func (c *Clientset) VolumeV1alpha1() volumev1alpha1.VolumeV1alpha1Interface
VolumeV1alpha1 retrieves the VolumeV1alpha1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface BgpV1alpha1() bgpv1alpha1.BgpV1alpha1Interface ConnectionV1alpha1() connectionv1alpha1.ConnectionV1alpha1Interface DeviceV1alpha1() devicev1alpha1.DeviceV1alpha1Interface GatewayV1alpha1() gatewayv1alpha1.GatewayV1alpha1Interface IpV1alpha1() ipv1alpha1.IpV1alpha1Interface OrganizationV1alpha1() organizationv1alpha1.OrganizationV1alpha1Interface PortV1alpha1() portv1alpha1.PortV1alpha1Interface ProjectV1alpha1() projectv1alpha1.ProjectV1alpha1Interface ReservedV1alpha1() reservedv1alpha1.ReservedV1alpha1Interface SpotV1alpha1() spotv1alpha1.SpotV1alpha1Interface SshV1alpha1() sshv1alpha1.SshV1alpha1Interface UserV1alpha1() userv1alpha1.UserV1alpha1Interface VirtualV1alpha1() virtualv1alpha1.VirtualV1alpha1Interface VlanV1alpha1() vlanv1alpha1.VlanV1alpha1Interface VolumeV1alpha1() volumev1alpha1.VolumeV1alpha1Interface }
Directories ¶
Path | Synopsis |
---|---|
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
typed
|
|
bgp/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
bgp/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
connection/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
connection/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
device/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
device/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
gateway/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
gateway/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
ip/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
ip/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
organization/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
organization/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
port/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
port/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
project/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
project/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
reserved/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
reserved/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
spot/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
spot/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
ssh/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
ssh/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
user/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
user/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
virtual/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
virtual/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
vlan/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
vlan/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
volume/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
volume/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |