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