google_api_container v0.5.0 GoogleApi.Container.V1.Model.SetLabelsRequest View Source
SetLabelsRequest sets the Google Cloud Platform labels on a Google Container Engine cluster, which will in turn set them for Google Compute Engine resources used by that cluster
Attributes
- clusterId (String.t): Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. Defaults to:
null
. - labelFingerprint (String.t): The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Kubernetes Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels. Make a <code>get()</code> request to the resource to get the latest fingerprint. Defaults to:
null
. - name (String.t): The name (project, location, cluster id) of the cluster to set labels. Specified in the format 'projects//locations//clusters/*'. Defaults to:
null
. - projectId (String.t): Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field. Defaults to:
null
. - resourceLabels (%{optional(String.t) => String.t}): The labels to set for that cluster. Defaults to:
null
. - zone (String.t): Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.