Skip to content
Docs Try Aspire

SecretKeySelectorV1 Constructors

Class Constructors 1 member
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.
public sealed class SecretKeySelectorV1
{
public SecretKeySelectorV1()
{
// ...
}
}