Documentation ¶
Index ¶
- func CertificateOnlyValidForDomains(cert *x509.Certificate, commonName string, dnsNames ...string) bool
- func NewCertManagerACMECertificate(name, secretName, issuerName string, issuerKind string, ingressClass string, ...) *v1alpha1.Certificate
- func NewCertManagerACMEIssuer(name, acmeURL, acmeEmail, acmePrivateKey string) *v1alpha1.Issuer
- func NewCertManagerCACertificate(name, secretName, issuerName string, issuerKind string) *v1alpha1.Certificate
- func NewCertManagerCAClusterIssuer(name, secretName string) *v1alpha1.ClusterIssuer
- func NewCertManagerCAIssuer(name, secretName string) *v1alpha1.Issuer
- func NewCertManagerControllerPod(name string, args ...string) *v1.Pod
- func NewSigningKeypairSecret(name string) *v1.Secret
- func WaitForCRDToNotExist(client apiextcs.CustomResourceDefinitionInterface, name string) error
- func WaitForCertificateCondition(client clientset.CertificateInterface, name string, ...) error
- func WaitForClusterIssuerCondition(client clientset.ClusterIssuerInterface, name string, ...) error
- func WaitForIssuerCondition(client clientset.IssuerInterface, name string, ...) error
- func WaitForIssuerStatusFunc(client clientset.IssuerInterface, name string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CertificateOnlyValidForDomains ¶
func CertificateOnlyValidForDomains(cert *x509.Certificate, commonName string, dnsNames ...string) bool
func NewCertManagerCACertificate ¶
func NewCertManagerCACertificate(name, secretName, issuerName string, issuerKind string) *v1alpha1.Certificate
func NewCertManagerCAClusterIssuer ¶
func NewCertManagerCAClusterIssuer(name, secretName string) *v1alpha1.ClusterIssuer
func NewCertManagerCAIssuer ¶
func NewSigningKeypairSecret ¶
func WaitForCRDToNotExist ¶
func WaitForCRDToNotExist(client apiextcs.CustomResourceDefinitionInterface, name string) error
WaitForCRDToNotExist waits for the CRD with the given name to no longer exist.
func WaitForCertificateCondition ¶
func WaitForCertificateCondition(client clientset.CertificateInterface, name string, condition v1alpha1.CertificateCondition, timeout time.Duration) error
WaitForCertificateCondition waits for the status of the named Certificate to contain a condition whose type and status matches the supplied one.
func WaitForClusterIssuerCondition ¶
func WaitForClusterIssuerCondition(client clientset.ClusterIssuerInterface, name string, condition v1alpha1.IssuerCondition) error
WaitForClusterIssuerCondition waits for the status of the named issuer to contain a condition whose type and status matches the supplied one.
func WaitForIssuerCondition ¶
func WaitForIssuerCondition(client clientset.IssuerInterface, name string, condition v1alpha1.IssuerCondition) error
WaitForIssuerCondition waits for the status of the named issuer to contain a condition whose type and status matches the supplied one.
func WaitForIssuerStatusFunc ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.