import "github.com/jetstack/cert-manager/pkg/client/clientset/versioned"
This package has the automatically generated 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.
New creates a new Clientset for the given RESTClient.
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.
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (c *Clientset) AcmeV1() acmev1.AcmeV1Interface
AcmeV1 retrieves the AcmeV1Client
func (c *Clientset) AcmeV1alpha2() acmev1alpha2.AcmeV1alpha2Interface
AcmeV1alpha2 retrieves the AcmeV1alpha2Client
func (c *Clientset) AcmeV1alpha3() acmev1alpha3.AcmeV1alpha3Interface
AcmeV1alpha3 retrieves the AcmeV1alpha3Client
func (c *Clientset) AcmeV1beta1() acmev1beta1.AcmeV1beta1Interface
AcmeV1beta1 retrieves the AcmeV1beta1Client
func (c *Clientset) CertmanagerV1() certmanagerv1.CertmanagerV1Interface
CertmanagerV1 retrieves the CertmanagerV1Client
func (c *Clientset) CertmanagerV1alpha2() certmanagerv1alpha2.CertmanagerV1alpha2Interface
CertmanagerV1alpha2 retrieves the CertmanagerV1alpha2Client
func (c *Clientset) CertmanagerV1alpha3() certmanagerv1alpha3.CertmanagerV1alpha3Interface
CertmanagerV1alpha3 retrieves the CertmanagerV1alpha3Client
func (c *Clientset) CertmanagerV1beta1() certmanagerv1beta1.CertmanagerV1beta1Interface
CertmanagerV1beta1 retrieves the CertmanagerV1beta1Client
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
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 }
Path | Synopsis |
---|---|
fake | This package has the automatically generated fake clientset. |
scheme | This package contains the scheme of the automatically generated clientset. |
typed/acme/v1 | This package has the automatically generated typed clients. |
typed/acme/v1alpha2 | This package has the automatically generated typed clients. |
typed/acme/v1alpha2/fake | Package fake has the automatically generated clients. |
typed/acme/v1alpha3 | This package has the automatically generated typed clients. |
typed/acme/v1alpha3/fake | Package fake has the automatically generated clients. |
typed/acme/v1beta1 | This package has the automatically generated typed clients. |
typed/acme/v1beta1/fake | Package fake has the automatically generated clients. |
typed/acme/v1/fake | Package fake has the automatically generated clients. |
typed/certmanager/v1 | This package has the automatically generated typed clients. |
typed/certmanager/v1alpha2 | This package has the automatically generated typed clients. |
typed/certmanager/v1alpha2/fake | Package fake has the automatically generated clients. |
typed/certmanager/v1alpha3 | This package has the automatically generated typed clients. |
typed/certmanager/v1alpha3/fake | Package fake has the automatically generated clients. |
typed/certmanager/v1beta1 | This package has the automatically generated typed clients. |
typed/certmanager/v1beta1/fake | Package fake has the automatically generated clients. |
typed/certmanager/v1/fake | Package fake has the automatically generated clients. |
Package versioned imports 12 packages (graph) and is imported by 96 packages. Updated 2021-01-08. Refresh now. Tools for package owners.