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) AcmeV1alpha2() acmev1alpha2.AcmeV1alpha2Interface
AcmeV1alpha2 retrieves the AcmeV1alpha2Client
func (c *Clientset) CertmanagerV1alpha2() certmanagerv1alpha2.CertmanagerV1alpha2Interface
CertmanagerV1alpha2 retrieves the CertmanagerV1alpha2Client
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
type Interface interface { Discovery() discovery.DiscoveryInterface AcmeV1alpha2() acmev1alpha2.AcmeV1alpha2Interface CertmanagerV1alpha2() certmanagerv1alpha2.CertmanagerV1alpha2Interface }
Path | Synopsis |
---|---|
fake | This package has the automatically generated fake clientset. |
scheme | This package contains the scheme of the automatically generated clientset. |
typed/acme/v1alpha2 | This package has the automatically generated typed clients. |
typed/acme/v1alpha2/fake | Package fake has the automatically generated clients. |
typed/certmanager/v1alpha2 | This package has the automatically generated typed clients. |
typed/certmanager/v1alpha2/fake | Package fake has the automatically generated clients. |
Package versioned imports 6 packages (graph) and is imported by 40 packages. Updated 2019-09-26. Refresh now. Tools for package owners.