GatewaySpecV1
Class sealed net8.0
Represents the specification of a Gateway resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class GatewaySpecV1{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesGatewayClassNameget; setstring Gets or sets the name of the GatewayClass that this Gateway is associated with.
Listenersget Gets the listeners associated with this Gateway. Each listener defines a port, protocol, and optional TLS configuration.