public sealed class GatewayAPIConfig : IMessage<GatewayAPIConfig>, IEquatable<GatewayAPIConfig>, IDeepCloneable<GatewayAPIConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GatewayAPIConfig.
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GatewayAPIConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning multiple versions from 2.3.0 to the latest 3.33.0."],["The `GatewayAPIConfig` class, found in the `Google.Cloud.Container.V1` namespace, is part of the `Google.Cloud.Container.V1.dll` assembly and allows the user to configure the Gateway API on a Kubernetes cluster."],["The documentation includes information on the class's constructors, such as the default `GatewayAPIConfig()` and a copy constructor `GatewayAPIConfig(GatewayAPIConfig other)`, as well as a `Channel` property, which is used to set the release channel for the Gateway API."],["The page lists all the versions of the API from 3.0.0 to 3.33.0 and previous versions between 2.3.0 and 2.7.0, and offers links to access specific documentation for each version."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]