Kazan v0.9.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.