public sealed class GatewayAPIConfig : IMessage<GatewayAPIConfig>, IEquatable<GatewayAPIConfig>, IDeepCloneable<GatewayAPIConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class GatewayAPIConfig.
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
Implements
IMessage<GatewayAPIConfig>, IEquatable<GatewayAPIConfig>, IDeepCloneable<GatewayAPIConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GatewayAPIConfig()
public GatewayAPIConfig()GatewayAPIConfig(GatewayAPIConfig)
public GatewayAPIConfig(GatewayAPIConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GatewayAPIConfig |
Properties
Channel
public GatewayAPIConfig.Types.Channel Channel { get; set; }The Gateway API release channel to use for Gateway API.
| Property Value | |
|---|---|
| Type | Description |
GatewayAPIConfig.Types.Channel |
|