Documentation ¶
Index ¶
- type Clientset
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) EventingV1() eventingv1.EventingV1Interface
- func (c *Clientset) EventingV1beta1() eventingv1beta1.EventingV1beta1Interface
- func (c *Clientset) EventingV1beta2() eventingv1beta2.EventingV1beta2Interface
- func (c *Clientset) EventingV1beta3() eventingv1beta3.EventingV1beta3Interface
- func (c *Clientset) FlowsV1() flowsv1.FlowsV1Interface
- func (c *Clientset) MessagingV1() messagingv1.MessagingV1Interface
- func (c *Clientset) SourcesV1() sourcesv1.SourcesV1Interface
- func (c *Clientset) SourcesV1beta2() sourcesv1beta2.SourcesV1beta2Interface
- 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 ¶ added in v0.31.0
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) EventingV1 ¶ added in v0.16.0
func (c *Clientset) EventingV1() eventingv1.EventingV1Interface
EventingV1 retrieves the EventingV1Client
func (*Clientset) EventingV1beta1 ¶ added in v0.13.0
func (c *Clientset) EventingV1beta1() eventingv1beta1.EventingV1beta1Interface
EventingV1beta1 retrieves the EventingV1beta1Client
func (*Clientset) EventingV1beta2 ¶ added in v0.38.0
func (c *Clientset) EventingV1beta2() eventingv1beta2.EventingV1beta2Interface
EventingV1beta2 retrieves the EventingV1beta2Client
func (*Clientset) EventingV1beta3 ¶ added in v0.40.0
func (c *Clientset) EventingV1beta3() eventingv1beta3.EventingV1beta3Interface
EventingV1beta3 retrieves the EventingV1beta3Client
func (*Clientset) FlowsV1 ¶ added in v0.16.0
func (c *Clientset) FlowsV1() flowsv1.FlowsV1Interface
FlowsV1 retrieves the FlowsV1Client
func (*Clientset) MessagingV1 ¶ added in v0.16.0
func (c *Clientset) MessagingV1() messagingv1.MessagingV1Interface
MessagingV1 retrieves the MessagingV1Client
func (*Clientset) SourcesV1 ¶ added in v0.19.0
func (c *Clientset) SourcesV1() sourcesv1.SourcesV1Interface
SourcesV1 retrieves the SourcesV1Client
func (*Clientset) SourcesV1beta2 ¶ added in v0.20.0
func (c *Clientset) SourcesV1beta2() sourcesv1beta2.SourcesV1beta2Interface
SourcesV1beta2 retrieves the SourcesV1beta2Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface EventingV1beta1() eventingv1beta1.EventingV1beta1Interface EventingV1beta2() eventingv1beta2.EventingV1beta2Interface EventingV1beta3() eventingv1beta3.EventingV1beta3Interface EventingV1() eventingv1.EventingV1Interface FlowsV1() flowsv1.FlowsV1Interface MessagingV1() messagingv1.MessagingV1Interface SourcesV1beta2() sourcesv1beta2.SourcesV1beta2Interface SourcesV1() sourcesv1.SourcesV1Interface }
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
|
|
eventing/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
eventing/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
eventing/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
eventing/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
eventing/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
eventing/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
eventing/v1beta3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
eventing/v1beta3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
flows/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
flows/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
messaging/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
messaging/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
sources/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
sources/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
sources/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
sources/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |