Skip to content
Docs Try Aspire
Docs Try

KubernetesGatewayResource Properties

Class Properties 2 members
Represents a Kubernetes Gateway API Gateway as a first-class resource in the Aspire application model. A Gateway defines listeners (ports, protocols, TLS) and HTTPRoutes attach to it for routing.
GatewayClassName Section titled GatewayClassName nullable ReferenceExpression?
Gets or sets the GatewayClass name that selects which controller implementation handles this gateway.
public ReferenceExpression? GatewayClassName { get; set; }
Common values include "azure-alb-external" (for AKS with AGC), "istio", or controller-specific class names.
Gets the parent Kubernetes environment resource.
public KubernetesEnvironmentResource Parent { get; }