Adds a new label to cert-manager API

Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
irbekrm 2023-01-06 18:28:40 +00:00
parent a5d67d3a21
commit 767170d65f

View File

@ -16,8 +16,15 @@ limitations under the License.
package v1
// Common annotation keys added to resources.
const (
// Common label keys added to resources
// Label key that indicates that a resource is of interest to cert-manager controller
PartOfCertManagerControllerLabelKey = "controller.cert-manager.io/fao"
// Common annotation keys added to resources
// Annotation key for DNS subjectAltNames.
AltNamesAnnotationKey = "cert-manager.io/alt-names"