Documentation ¶
Index ¶
- type Clientset
- func (c *Clientset) BgppeerV1() bgppeerv1.BgppeerV1Interface
- func (c *Clientset) BgppolicyapplyV1() bgppolicyapplyv1.BgppolicyapplyV1Interface
- func (c *Clientset) BgppolicydefinedsetsV1() bgppolicydefinedsetsv1.BgppolicydefinedsetsV1Interface
- func (c *Clientset) BgppolicydefinitionV1() bgppolicydefinitionv1.BgppolicydefinitionV1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- 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) BgppeerV1 ¶
func (c *Clientset) BgppeerV1() bgppeerv1.BgppeerV1Interface
BgppeerV1 retrieves the BgppeerV1Client
func (*Clientset) BgppolicyapplyV1 ¶
func (c *Clientset) BgppolicyapplyV1() bgppolicyapplyv1.BgppolicyapplyV1Interface
BgppolicyapplyV1 retrieves the BgppolicyapplyV1Client
func (*Clientset) BgppolicydefinedsetsV1 ¶
func (c *Clientset) BgppolicydefinedsetsV1() bgppolicydefinedsetsv1.BgppolicydefinedsetsV1Interface
BgppolicydefinedsetsV1 retrieves the BgppolicydefinedsetsV1Client
func (*Clientset) BgppolicydefinitionV1 ¶
func (c *Clientset) BgppolicydefinitionV1() bgppolicydefinitionv1.BgppolicydefinitionV1Interface
BgppolicydefinitionV1 retrieves the BgppolicydefinitionV1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface BgppeerV1() bgppeerv1.BgppeerV1Interface BgppolicyapplyV1() bgppolicyapplyv1.BgppolicyapplyV1Interface BgppolicydefinedsetsV1() bgppolicydefinedsetsv1.BgppolicydefinedsetsV1Interface BgppolicydefinitionV1() bgppolicydefinitionv1.BgppolicydefinitionV1Interface }
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
|
|
bgppeer/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
bgppeer/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
bgppolicyapply/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
bgppolicyapply/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
bgppolicydefinedsets/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
bgppolicydefinedsets/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
bgppolicydefinition/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
bgppolicydefinition/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |