Options
All
  • Public
  • Public/Protected
  • All
Menu

SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/jetstack/cert-manager/issues/4292

schema

CertificateSpecSecretTemplate

Hierarchy

  • CertificateSpecSecretTemplate

Index

Properties

Properties

Optional Readonly annotations

annotations: {}

Annotations is a key value map to be copied to the target Kubernetes Secret.

schema

CertificateSpecSecretTemplate#annotations

Type declaration

  • [key: string]: string

Optional Readonly labels

labels: {}

Labels is a key value map to be copied to the target Kubernetes Secret.

schema

CertificateSpecSecretTemplate#labels

Type declaration

  • [key: string]: string

Generated using TypeDoc