Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCertManagerCRDsNotFound = errors.New("the cert-manager CRDs are not yet installed on the Kubernetes API server") ErrWebhookServiceFailure = errors.New("the cert-manager webhook service is not created yet") ErrWebhookDeploymentFailure = errors.New("the cert-manager webhook deployment is not ready yet") ErrWebhookCertificateFailure = errors.New("the cert-manager webhook CA bundle is not injected yet") )
Functions ¶
This section is empty.
Types ¶
type ApiCheckError ¶
func (*ApiCheckError) Error ¶
func (e *ApiCheckError) Error() string
func (*ApiCheckError) Unwrap ¶
func (e *ApiCheckError) Unwrap() error
If no simple error exists, this function will return nil which indicates that the error is not unwrappable
Click to show internal directories.
Click to hide internal directories.