Skip to content
DocsTry Aspire
DocsTry

SecretKeySelectorV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
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
{
// ...
}