Documentation ¶
Index ¶
- type Clientset
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) ExternalworkloadV1beta1() externalworkloadv1beta1.ExternalworkloadV1beta1Interface
- func (c *Clientset) LinkV1alpha1() linkv1alpha1.LinkV1alpha1Interface
- func (c *Clientset) LinkV1alpha2() linkv1alpha2.LinkV1alpha2Interface
- func (c *Clientset) LinkerdV1alpha2() linkerdv1alpha2.LinkerdV1alpha2Interface
- func (c *Clientset) PolicyV1alpha1() policyv1alpha1.PolicyV1alpha1Interface
- func (c *Clientset) PolicyV1beta3() policyv1beta3.PolicyV1beta3Interface
- func (c *Clientset) ServerV1beta1() serverv1beta1.ServerV1beta1Interface
- func (c *Clientset) ServerV1beta2() serverv1beta2.ServerV1beta2Interface
- func (c *Clientset) ServerV1beta3() serverv1beta3.ServerV1beta3Interface
- func (c *Clientset) ServerauthorizationV1beta1() serverauthorizationv1beta1.ServerauthorizationV1beta1Interface
- 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) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) ExternalworkloadV1beta1 ¶
func (c *Clientset) ExternalworkloadV1beta1() externalworkloadv1beta1.ExternalworkloadV1beta1Interface
ExternalworkloadV1beta1 retrieves the ExternalworkloadV1beta1Client
func (*Clientset) LinkV1alpha1 ¶
func (c *Clientset) LinkV1alpha1() linkv1alpha1.LinkV1alpha1Interface
LinkV1alpha1 retrieves the LinkV1alpha1Client
func (*Clientset) LinkV1alpha2 ¶
func (c *Clientset) LinkV1alpha2() linkv1alpha2.LinkV1alpha2Interface
LinkV1alpha2 retrieves the LinkV1alpha2Client
func (*Clientset) LinkerdV1alpha2 ¶
func (c *Clientset) LinkerdV1alpha2() linkerdv1alpha2.LinkerdV1alpha2Interface
LinkerdV1alpha2 retrieves the LinkerdV1alpha2Client
func (*Clientset) PolicyV1alpha1 ¶
func (c *Clientset) PolicyV1alpha1() policyv1alpha1.PolicyV1alpha1Interface
PolicyV1alpha1 retrieves the PolicyV1alpha1Client
func (*Clientset) PolicyV1beta3 ¶
func (c *Clientset) PolicyV1beta3() policyv1beta3.PolicyV1beta3Interface
PolicyV1beta3 retrieves the PolicyV1beta3Client
func (*Clientset) ServerV1beta1 ¶
func (c *Clientset) ServerV1beta1() serverv1beta1.ServerV1beta1Interface
ServerV1beta1 retrieves the ServerV1beta1Client
func (*Clientset) ServerV1beta2 ¶
func (c *Clientset) ServerV1beta2() serverv1beta2.ServerV1beta2Interface
ServerV1beta2 retrieves the ServerV1beta2Client
func (*Clientset) ServerV1beta3 ¶
func (c *Clientset) ServerV1beta3() serverv1beta3.ServerV1beta3Interface
ServerV1beta3 retrieves the ServerV1beta3Client
func (*Clientset) ServerauthorizationV1beta1 ¶
func (c *Clientset) ServerauthorizationV1beta1() serverauthorizationv1beta1.ServerauthorizationV1beta1Interface
ServerauthorizationV1beta1 retrieves the ServerauthorizationV1beta1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface ExternalworkloadV1beta1() externalworkloadv1beta1.ExternalworkloadV1beta1Interface LinkV1alpha1() linkv1alpha1.LinkV1alpha1Interface LinkV1alpha2() linkv1alpha2.LinkV1alpha2Interface PolicyV1alpha1() policyv1alpha1.PolicyV1alpha1Interface PolicyV1beta3() policyv1beta3.PolicyV1beta3Interface ServerV1beta1() serverv1beta1.ServerV1beta1Interface ServerV1beta2() serverv1beta2.ServerV1beta2Interface ServerV1beta3() serverv1beta3.ServerV1beta3Interface LinkerdV1alpha2() linkerdv1alpha2.LinkerdV1alpha2Interface }
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
|
|
externalworkload/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
externalworkload/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
link/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
link/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
link/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
link/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
policy/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
policy/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
policy/v1beta3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
policy/v1beta3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
server/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
server/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
server/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
server/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
server/v1beta3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
server/v1beta3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
serverauthorization/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
serverauthorization/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
serviceprofile/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
serviceprofile/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |