ConfigMapProjectionV1
Classsealednet10.0
Represents a ConfigMap source within a projected volume.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ConfigMapProjectionV1{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesItemsget Gets the key-to-path mappings to project from the ConfigMap.
Nameget; setstring Gets or sets the name of the ConfigMap to project.
Optionalget; setbool? Gets or sets whether the ConfigMap or selected keys are optional.