The GKE Hub MembershipService handles the registration of many Kubernetes
clusters to Google Cloud, represented with the Membership resource.
GKE Hub is currently only available in the global region.
Membership management may be non-trivial: it is recommended to use one
of the Google-provided client libraries or tools where possible when working
with Membership resources.
Generates the manifest for deployment of the GKE connect agent.
This method is used internally by Google-provided libraries.
Most clients should not need to call this method directly.
GenerateExclusivityManifest generates the manifests to update the
exclusivity artifacts in the cluster if needed.
Exclusivity artifacts include the Membership custom resource definition
(CRD) and the singleton Membership custom resource (CR). Combined with
ValidateExclusivity, exclusivity artifacts guarantee that a Kubernetes
cluster is only registered to a single GKE Hub.
The Membership CRD is versioned, and may require conversion when the GKE
Hub API server begins serving a newer version of the CRD and
corresponding CR. The response will be the converted CRD and CR if there
are any differences between the versions.
[[["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-01-27 UTC."],[],[]]