GoogleApi.Container.V1.Model.SetAddonsConfigRequest (google_api_container v0.57.0)
View SourceSetAddonsConfigRequest sets the addons associated with the cluster.
Attributes
-
addonsConfig(type:GoogleApi.Container.V1.Model.AddonsConfig.t, default:nil) - Required. The desired configurations for the various addons available to run in the cluster. -
clusterId(type:String.t, default:nil) - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. -
name(type:String.t, default:nil) - The name (project, location, cluster) of the cluster to set addons. Specified in the formatprojects/*/locations/*/clusters/*. -
projectId(type:String.t, default:nil) - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field. -
zone(type:String.t, default:nil) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.SetAddonsConfigRequest{ addonsConfig: GoogleApi.Container.V1.Model.AddonsConfig.t() | nil, clusterId: String.t() | nil, name: String.t() | nil, projectId: String.t() | nil, zone: String.t() | nil }