Documentation ¶
Index ¶
- type Clientset
- func (c *Clientset) AsV1alpha1() asv1alpha1.AsV1alpha1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) EsiV1alpha1() esiv1alpha1.EsiV1alpha1Interface
- func (c *Clientset) ExtcommV1alpha1() extcommv1alpha1.ExtcommV1alpha1Interface
- func (c *Clientset) GenidV1alpha1() genidv1alpha1.GenidV1alpha1Interface
- func (c *Clientset) InfraV1alpha1() infrav1alpha1.InfraV1alpha1Interface
- func (c *Clientset) IpamV1alpha1() ipamv1alpha1.IpamV1alpha1Interface
- func (c *Clientset) VlanV1alpha1() vlanv1alpha1.VlanV1alpha1Interface
- func (c *Clientset) VxlanV1alpha1() vxlanv1alpha1.VxlanV1alpha1Interface
- 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.
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. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶
NewForConfigAndClient creates a new Clientset for the given config and http client. Note the http client provided takes precedence over the configured transport values. If config's RateLimiter is not set and QPS and Burst are acceptable, NewForConfigAndClient 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) AsV1alpha1 ¶
func (c *Clientset) AsV1alpha1() asv1alpha1.AsV1alpha1Interface
AsV1alpha1 retrieves the AsV1alpha1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) EsiV1alpha1 ¶
func (c *Clientset) EsiV1alpha1() esiv1alpha1.EsiV1alpha1Interface
EsiV1alpha1 retrieves the EsiV1alpha1Client
func (*Clientset) ExtcommV1alpha1 ¶
func (c *Clientset) ExtcommV1alpha1() extcommv1alpha1.ExtcommV1alpha1Interface
ExtcommV1alpha1 retrieves the ExtcommV1alpha1Client
func (*Clientset) GenidV1alpha1 ¶
func (c *Clientset) GenidV1alpha1() genidv1alpha1.GenidV1alpha1Interface
GenidV1alpha1 retrieves the GenidV1alpha1Client
func (*Clientset) InfraV1alpha1 ¶
func (c *Clientset) InfraV1alpha1() infrav1alpha1.InfraV1alpha1Interface
InfraV1alpha1 retrieves the InfraV1alpha1Client
func (*Clientset) IpamV1alpha1 ¶
func (c *Clientset) IpamV1alpha1() ipamv1alpha1.IpamV1alpha1Interface
IpamV1alpha1 retrieves the IpamV1alpha1Client
func (*Clientset) VlanV1alpha1 ¶
func (c *Clientset) VlanV1alpha1() vlanv1alpha1.VlanV1alpha1Interface
VlanV1alpha1 retrieves the VlanV1alpha1Client
func (*Clientset) VxlanV1alpha1 ¶
func (c *Clientset) VxlanV1alpha1() vxlanv1alpha1.VxlanV1alpha1Interface
VxlanV1alpha1 retrieves the VxlanV1alpha1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface AsV1alpha1() asv1alpha1.AsV1alpha1Interface EsiV1alpha1() esiv1alpha1.EsiV1alpha1Interface ExtcommV1alpha1() extcommv1alpha1.ExtcommV1alpha1Interface GenidV1alpha1() genidv1alpha1.GenidV1alpha1Interface InfraV1alpha1() infrav1alpha1.InfraV1alpha1Interface IpamV1alpha1() ipamv1alpha1.IpamV1alpha1Interface VlanV1alpha1() vlanv1alpha1.VlanV1alpha1Interface VxlanV1alpha1() vxlanv1alpha1.VxlanV1alpha1Interface }
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
|
|
as/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
as/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
esi/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
esi/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
extcomm/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
extcomm/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
genid/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
genid/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
infra/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
infra/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
ipam/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
ipam/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. |
vxlan/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
vxlan/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |