Options
All
  • Public
  • Public/Protected
  • All
Menu

PersistentVolumeStatus is the current status of a persistent volume.

export
interface

IoK8sApiCoreV1PersistentVolumeStatus

Hierarchy

  • IoK8sApiCoreV1PersistentVolumeStatus

Index

Properties

lastPhaseTransitionTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCoreV1PersistentVolumeStatus

message?: string

message is a human-readable message indicating details about why the volume is in this state.

memberof

IoK8sApiCoreV1PersistentVolumeStatus

phase?: string

phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase

memberof

IoK8sApiCoreV1PersistentVolumeStatus

reason?: string

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

memberof

IoK8sApiCoreV1PersistentVolumeStatus

Generated using TypeDoc