View Source GoogleApi.Container.V1.Model.ParentProductConfig (google_api_container v0.45.0)

ParentProductConfig is the configuration of the parent product of the cluster. This field is used by Google internal products that are built on top of a GKE cluster and take the ownership of the cluster.

Attributes

  • labels (type: map(), default: nil) - Labels contain the configuration of the parent product.
  • productName (type: String.t, default: nil) - Name of the parent product associated with the cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.ParentProductConfig{
  labels: map() | nil,
  productName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.