SecretKeySelectorV1
Class sealed net10.0
SecretKeySelectorV1 represents a reference to a specific key within a Secret in Kubernetes. It is used to identify and optionally retrieve the key's value from a named Secret resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class SecretKeySelectorV1{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesKeyget; setstring Specifies the key within the secret to select. This property is used to reference a specific key contained in a Kubernetes secret.
Nameget; setstring Gets or sets the name of the Kubernetes Secret to select the key from.
Optionalget; setbool?