ConfigMapEnvSourceV1 Properties
Class Properties 2 members
ConfigMapEnvSourceV1 represents a reference to a ConfigMap that provides key-value pair data for environment variables. The specified ConfigMap is used to populate the environment variables in a container.
Gets or sets the name of the ConfigMap resource being referenced.
public string Name { get; set; } Gets or sets a value indicating whether the ConfigMap is optional. If true, the ConfigMap reference is considered optional, and the application will continue running even if the ConfigMap is not found. If false or not set, the absence of the ConfigMap will result in an error.
public bool? Optional { get; set; }