Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) AcmeV1() acmev1.AcmeV1Interface
- func (c *Clientset) AcmeV1alpha2() acmev1alpha2.AcmeV1alpha2Interface
- func (c *Clientset) AcmeV1alpha3() acmev1alpha3.AcmeV1alpha3Interface
- func (c *Clientset) AcmeV1beta1() acmev1beta1.AcmeV1beta1Interface
- func (c *Clientset) CertmanagerV1() certmanagerv1.CertmanagerV1Interface
- func (c *Clientset) CertmanagerV1alpha2() certmanagerv1alpha2.CertmanagerV1alpha2Interface
- func (c *Clientset) CertmanagerV1alpha3() certmanagerv1alpha3.CertmanagerV1alpha3Interface
- func (c *Clientset) CertmanagerV1beta1() certmanagerv1beta1.CertmanagerV1beta1Interface
- 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. 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) AcmeV1 ¶ added in v1.0.0
func (c *Clientset) AcmeV1() acmev1.AcmeV1Interface
AcmeV1 retrieves the AcmeV1Client
func (*Clientset) AcmeV1alpha2 ¶ added in v0.11.0
func (c *Clientset) AcmeV1alpha2() acmev1alpha2.AcmeV1alpha2Interface
AcmeV1alpha2 retrieves the AcmeV1alpha2Client
func (*Clientset) AcmeV1alpha3 ¶ added in v0.13.0
func (c *Clientset) AcmeV1alpha3() acmev1alpha3.AcmeV1alpha3Interface
AcmeV1alpha3 retrieves the AcmeV1alpha3Client
func (*Clientset) AcmeV1beta1 ¶ added in v0.16.0
func (c *Clientset) AcmeV1beta1() acmev1beta1.AcmeV1beta1Interface
AcmeV1beta1 retrieves the AcmeV1beta1Client
func (*Clientset) CertmanagerV1 ¶ added in v1.0.0
func (c *Clientset) CertmanagerV1() certmanagerv1.CertmanagerV1Interface
CertmanagerV1 retrieves the CertmanagerV1Client
func (*Clientset) CertmanagerV1alpha2 ¶ added in v0.11.0
func (c *Clientset) CertmanagerV1alpha2() certmanagerv1alpha2.CertmanagerV1alpha2Interface
CertmanagerV1alpha2 retrieves the CertmanagerV1alpha2Client
func (*Clientset) CertmanagerV1alpha3 ¶ added in v0.13.0
func (c *Clientset) CertmanagerV1alpha3() certmanagerv1alpha3.CertmanagerV1alpha3Interface
CertmanagerV1alpha3 retrieves the CertmanagerV1alpha3Client
func (*Clientset) CertmanagerV1beta1 ¶ added in v0.16.0
func (c *Clientset) CertmanagerV1beta1() certmanagerv1beta1.CertmanagerV1beta1Interface
CertmanagerV1beta1 retrieves the CertmanagerV1beta1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface AcmeV1alpha2() acmev1alpha2.AcmeV1alpha2Interface AcmeV1alpha3() acmev1alpha3.AcmeV1alpha3Interface AcmeV1beta1() acmev1beta1.AcmeV1beta1Interface AcmeV1() acmev1.AcmeV1Interface CertmanagerV1alpha2() certmanagerv1alpha2.CertmanagerV1alpha2Interface CertmanagerV1alpha3() certmanagerv1alpha3.CertmanagerV1alpha3Interface CertmanagerV1beta1() certmanagerv1beta1.CertmanagerV1beta1Interface CertmanagerV1() certmanagerv1.CertmanagerV1Interface }
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
|
|
acme/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
acme/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
acme/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
acme/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
acme/v1alpha3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
acme/v1alpha3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
acme/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
acme/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
certmanager/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
certmanager/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
certmanager/v1alpha2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
certmanager/v1alpha2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
certmanager/v1alpha3
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
certmanager/v1alpha3/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
certmanager/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
certmanager/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |