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