# Functions
GetDeployNamespace returns the namespace cert manager operator is deployed in.
GetImageID constructs image IDs for operands: either <IMAGE_NAME>:<IMAGE_TAG> or <IMAGE_NAME>@<IMAGE_SHA>.
# Constants
AcmeSolverImageEnvVar is the env variable name defined in operator container for acme-solver Image.
AcmesolverImageName is the image name of the cert-manager-acmesolver.
APISvcName is the name used for cert-manager-webhooks' apiservice definition.
CaInjectorImageEnvVar is the env variable name defined in operator container for cainjector Image.
CainjectorImageName is the image name of the cert-manager-cainjector.
CainjectorLabels is a string of the cert-manager-cainjector's labels.
CertManagerAcmeSolverName is the name of the container/pod/deployment for cert-manager-acmesolver.
CertManagerCainjectorName is the name of the container/pod/deployment for cert-manager-cainjector.
base on doc https://www.ibm.com/docs/en/cpfs?topic=services-configuring-foundational-by-using-custom-resource#cert_resources.
CertManagerControllerName is the name of the container/pod/deployment for cert-manager-controller.
CertManagerWebhookName is the name of the container/pod/deployment for cert-manager-webhook.
ClusterRoleName is the default name of the clusterrole and clusterrolebinding used by the cert-manager services.
ConfigmapWatcherName is the name of the container/pod/deployment for the configmap-watcher.
ControllerImageEnvVar is the env variable name defined in operator container for Controller Image.
ControllerImageName is the image name of the cert-manager-controller.
ControllerImageVersion is the default image version used for the cert-manager-controller.
ControllerLabels is a string of the cert-manager-controller's labels.
DefaultImagePostfix is set to empty.
DefaultNamespace is the namespace the cert-manager services will be deployed in if the operator is deployed in all namespaces or locally.
ImageRegistry is the default image registry for the operand deployments.
SecretWatchLabel is a string of secrets that watched by cert manager operator labels.
ServiceAccount is the name of the default service account to be used by cert-manager services.
WebhookImageEnvVar is the env variable name defined in operator container for Webhook Image.
WebhookImageName is the image name of the cert-manager-webhook.
WebhookImageVersion is the default image version used for the cert-manager-webhook.
WebhookLabels is a string of the cert-manager-webhook's labels.
WebhookServingSecret is the name of tls secret used for serving the cert-manager-webhook.
# Variables
AcmeSolverArg is the acme solver image to use for the cert-manager-controller.
APIService is the apiservice for cert-manager-webhook.
No description provided by the author
No description provided by the author
CainjectorDeployment is the deployment template for deploying the cert-manager-cainjector.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ControllerDeployment is the deployment template for deploying the cert-manager-controller.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DefaultArgs are the default arguments use for cert-manager-controller.
DeployNamespace is the namespace the cert-manager services will be deployed in.
FalseVar the variable representing the boolean value false.
MutatingWebhook is the mutating webhook definition for cert-manager-webhook.
CainjectorLabelMap is a map of all the labels used by the cert-manager-cainjector.
ControllerLabelMap is a map of all the labels used by cert-manager-controller.
WebhookLabelMap is a map of all the labels used by the cert-manager-webhook.
PodAnnotations are the annotations required for a pod.
PodNamespace is the namespace the the operator is getting deployed (set in an env var).
ResourceNS is the resource namespace arg for cert-manager-controller.
No description provided by the author
No description provided by the author
No description provided by the author
TrueVar the variable representing the boolean value true.
ValidatingWebhook is the validating webhook definition for cert-manager-webhook.
No description provided by the author
No description provided by the author
WebhookDeployment is the deployment template for deploying the cert-manager-webhook.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WebhookSvc is the service definition for cert-manager-webhook.