Skip to content
Docs Try Aspire
Docs Try

GatewaySpecV1 Properties

Class Properties 2 members
Represents the specification of a Gateway resource.
GatewayClassName Section titled GatewayClassName string
Gets or sets the name of the GatewayClass that this Gateway is associated with.
public string GatewayClassName { get; set; }
Gets the listeners associated with this Gateway. Each listener defines a port, protocol, and optional TLS configuration.
public List<GatewayListenerV1> Listeners { get; }