Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClusterIssuerSpecAcmePrivateKeySecretRef

PrivateKey is the name of a Kubernetes Secret resource that will be used to store the automatically generated ACME account private key. Optionally, a key may be specified to select a specific entry within the named Secret resource. If key is not specified, a default of tls.key will be used.

schema

ClusterIssuerSpecAcmePrivateKeySecretRef

Hierarchy

  • ClusterIssuerSpecAcmePrivateKeySecretRef

Index

Properties

Properties

Optional Readonly key

key: string

The key of the entry in the Secret resource's data field to be used. Some instances of this field may be defaulted, in others it may be required.

schema

ClusterIssuerSpecAcmePrivateKeySecretRef#key

Readonly name

name: string

Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

schema

ClusterIssuerSpecAcmePrivateKeySecretRef#name

Generated using TypeDoc