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) { // ... }}Parameters
namespace ReferenceExpression A ApplicationModel.ReferenceExpression representing the namespace value.