2 references to IsDns1123Subdomain
Aspire.Hosting.Radius (2)
Secrets\RadiusSecretStoreExtensions.cs (1)
354
if (!KubernetesName.
IsDns1123Subdomain
(name) || (ns is not null && !KubernetesName.IsDns1123Label(ns)))
Secrets\SealedSecretManifest.cs (1)
228
if (!KubernetesName.
IsDns1123Subdomain
(name!))