PersistentVolumeStatus

case class PersistentVolumeStatus(message: Optional[String], phase: Optional[String], reason: Optional[String])

PersistentVolumeStatus is the current status of a persistent volume.

Value parameters:
message

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

phase

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

reason

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product