Skip to content
Docs Try Aspire
Docs Try

KubernetesNamespaceAnnotation Constructors

Class Constructors 1 member
An annotation placed on a KubernetesEnvironmentResource that specifies the target Kubernetes namespace for deployment.
Constructor(ReferenceExpression) Section titled Constructor(ReferenceExpression)
An annotation placed on a KubernetesEnvironmentResource that specifies the target Kubernetes namespace for deployment.
public sealed class KubernetesNamespaceAnnotation
{
public KubernetesNamespaceAnnotation(
ReferenceExpression @namespace)
{
// ...
}
}
namespace ReferenceExpression A ApplicationModel.ReferenceExpression representing the namespace value.