View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalLvpConfig (google_api_gke_on_prem v0.5.0)

Specifies the configs for local persistent volumes (PVs).

Attributes

  • path (type: String.t, default: nil) - Required. The host machine path.
  • storageClass (type: String.t, default: nil) - Required. The StorageClass name that PVs will be created with.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalLvpConfig{
  path: String.t() | nil,
  storageClass: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.