public sealed class ResourceOptions : IMessage<ResourceOptions>, IEquatable<ResourceOptions>, IDeepCloneable<ResourceOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class ResourceOptions.
ResourceOptions represent options for Kubernetes resource generation.
Optional. The Connect agent version to use for connect_resources. Defaults
to the latest GKE Connect version. The version must be a currently
supported version, obsolete versions will be rejected.
Optional. Major version of the Kubernetes cluster. This is only used to
determine which version to use for the CustomResourceDefinition resources,
apiextensions/v1beta1 orapiextensions/v1.
Optional. Use apiextensions/v1beta1 instead of apiextensions/v1 for
CustomResourceDefinition resources.
This option should be set for clusters with Kubernetes apiserver versions
<1.16.
[[["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."],[[["The latest version available for the GKE Hub v1 API is 2.5.0, with multiple previous versions ranging from 2.4.0 down to 1.0.0 also accessible."],["The `ResourceOptions` class, part of the `Google.Cloud.GkeHub.V1` namespace, provides settings for Kubernetes resource generation within the GKE Hub API."],["`ResourceOptions` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities such as message handling and deep cloning."],["The `ResourceOptions` class includes properties like `ConnectVersion`, `K8SVersion`, and `V1Beta1Crd` to configure aspects of resource connection and versioning, such as specifying the Connect agent version and Kubernetes major version."]]],[]]