3 references to IsDns1123Label
Aspire.Hosting.Radius (3)
Secrets\KubernetesName.cs (1)
45
if (!
IsDns1123Label
(label))
Secrets\RadiusSecretStoreExtensions.cs (1)
354
if (!KubernetesName.IsDns1123Subdomain(name) || (ns is not null && !KubernetesName.
IsDns1123Label
(ns)))
Secrets\SealedSecretManifest.cs (1)
235
if (namespaceWasExplicit && !KubernetesName.
IsDns1123Label
(ns!))