public sealed class KubernetesConfig : IMessage<KubernetesConfig>, IEquatable<KubernetesConfig>, IDeepCloneable<KubernetesConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class KubernetesConfig.
KubernetesConfig contains the Kubernetes runtime configuration.
[[["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 `KubernetesConfig` class within the Google Cloud Deploy v1 API, specifically for version 3.3.0."],["The `KubernetesConfig` class is used for configuring Kubernetes runtime settings in the Google Cloud Deploy environment, offering settings like `GatewayServiceMesh` and `ServiceNetworking` for service mesh and networking configuration."],["The webpage also provides links to various versions of the `KubernetesConfig` documentation, ranging from the latest version (3.4.0) down to version 1.0.0, allowing for different release references."],["The `KubernetesConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation within the Google Cloud environment."],["There are two constructors available for `KubernetesConfig`, a parameterless one, and one that uses another `KubernetesConfig` object, allowing for cloning or creating new objects."]]],[]]