6 references to Value
Aspire.Hosting.Kubernetes (6)
Extensions\ResourceExtensions.cs (2)
80
secret.StringData[kvp.Key] = (kvp.Value.
Value
?.ContainsHelmExpression() == true)
81
? kvp.Value.
Value
KubernetesPublishingContext.cs (1)
117
paramValues[key] = helmExpressionWithValue.
Value
?? string.Empty;
KubernetesResource.cs (3)
318
public bool ValueContainsSecretExpression =>
Value
?.ContainsHelmSecretExpression() ?? false;
319
public bool ValueContainsHelmExpression =>
Value
?.ContainsHelmExpression() ?? false;
320
public override string ToString() =>
Value
?? HelmExpression;