# Functions
GetCertificatesAPIVersion returns which certificates api version operator will use to generate certificates.
GetCSRSignerName returns the signer to be used.
# Constants
CSRSignerName is the name to use for the CSR Signer, will override the default.
CSRV1 is the new version to use after k8s 1.21.
CSRV1Beta1 is dreprecated and will be removed in k8s 1.22.
EKSCsrSignerName is the signer we should use on EKS after version 1.22.
OperatorCertificatesVersion is the ENV var to force the certificates api version to use.
OperatorRuntime tells us which runtime we have.
# Type aliases
CSRVersion represents the valid types of CSR that can be used.