6 references to KubernetesName
Aspire.Hosting.Radius (6)
Secrets\RadiusSecretStoreExtensions.cs (4)
309
if (!
KubernetesName
.IsValidSecretDataKey(key))
354
if (!
KubernetesName
.IsDns1123Subdomain(name) || (ns is not null && !
KubernetesName
.IsDns1123Label(ns)))
427
if (!
KubernetesName
.IsValidSecretDataKey(key))
Secrets\SealedSecretManifest.cs (2)
228
if (!
KubernetesName
.IsDns1123Subdomain(name!))
235
if (namespaceWasExplicit && !
KubernetesName
.IsDns1123Label(ns!))