23 lines
476 B
Markdown
23 lines
476 B
Markdown
---
|
|
title: PersistentVolumeLastPhaseTransitionTime
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.28"
|
|
toVersion: "1.28"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.29"
|
|
toVersion: "1.30"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.31"
|
|
---
|
|
Adds a new field to PersistentVolume
|
|
which holds a timestamp of when the volume last transitioned its phase.
|