Skip to content
DocsTry Aspire
DocsTry

ConfigMapProjectionV1 Properties

ClassProperties3 members
Represents a ConfigMap source within a projected volume.
Gets the key-to-path mappings to project from the ConfigMap.
public List<KeyToPathV1> Items { get; }
Gets or sets the name of the ConfigMap to project.
public string Name { get; set; }
OptionalSection titled Optionalnullablebool?
Gets or sets whether the ConfigMap or selected keys are optional.
public bool? Optional { get; set; }