EnvFromSourceV1.Prefix 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.
The prefix to be added to each environment variable name defined by ConfigMapRef or SecretRef. This allows easy identification or grouping of environment variables injected from ConfigMap or Secret sources within the application.
[YamlDotNet.Serialization.YamlMember(Alias="prefix")]
public string? Prefix { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="prefix")>]
member this.Prefix : string with get, set
Public Property Prefix As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute