View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalLvpShareConfig (google_api_gke_on_prem v0.6.0)

Specifies the configs for local persistent volumes under a shared file system.

Attributes

  • lvpConfig (type: GoogleApi.GKEOnPrem.V1.Model.BareMetalLvpConfig.t, default: nil) - Required. Defines the machine path and storage class for the LVP Share.
  • sharedPathPvCount (type: integer(), default: nil) - The number of subdirectories to create under path.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalLvpShareConfig{
  lvpConfig: GoogleApi.GKEOnPrem.V1.Model.BareMetalLvpConfig.t() | nil,
  sharedPathPvCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.