3 references to ScalarExpressionPattern
Aspire.Hosting.Kubernetes (3)
Extensions\HelmExtensions.cs (1)
103if (!ScalarExpressionPattern().IsMatch(value))
KubernetesResource.cs (2)
509var conditionPath = $"({HelmExtensions.ScalarExpressionPattern().Match(paramExpression).Value.Trim()} | lower)"; 729var expression = HelmExtensions.ScalarExpressionPattern().Match(Expression);