View Source GoogleApi.GKEHub.V1.Model.ResourceManifest (google_api_gke_hub v0.16.0)

ResourceManifest represents a single Kubernetes resource to be applied to the cluster.

Attributes

  • clusterScoped (type: boolean(), default: nil) - Output only. Whether the resource provided in the manifest is cluster_scoped. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.
  • manifest (type: String.t, default: nil) - Output only. YAML manifest of the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ResourceManifest{
  clusterScoped: boolean() | nil,
  manifest: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.