Share via


KubernetesSecretObjectMapping.TargetKey Property

Definition

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

Property Value

Applies to