Kazan v0.11.0 Kazan.Apis.Core.V1.PersistentVolumeStatus View Source

PersistentVolumeStatus is the current status of a persistent volume.

OpenAPI Definition: io.k8s.api.core.v1.PersistentVolumeStatus

Properties

  • message :: String

    • A human-readable message indicating details about why the volume is in this state.
  • phase :: String

    • Phase indicates if a volume is available, bound to a claim, or released by a claim. More info.
  • reason :: String

    • Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.PersistentVolumeStatus{
  message: String.t(),
  phase: String.t(),
  reason: String.t()
}