GatewaySpecV1 Properties
Class Properties 2 members
Represents the specification of a Gateway resource.
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; }