KubernetesSecretObjectMapping.TargetKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TargetKey is the key in the Kubernetes secret's data field where the secret value will be stored. This key is used to reference the secret data within Kubernetes, and it should be unique within the secret.
public string TargetKey { get; set; }
member this.TargetKey : string with get, set
Public Property TargetKey As String