Skip to content

Commit fd1786f

Browse files
RomanBednark8s-publishing-bot
authored andcommitted
flag PersistentVolumeLastPhaseTransitionTime field as beta
Kubernetes-commit: 4a0a7e809237e74afd4ea1499520063f96158e1e
1 parent a48c0a4 commit fd1786f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/v1/generated.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/v1/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ type PersistentVolumeStatus struct {
423423
Reason string `json:"reason,omitempty" protobuf:"bytes,3,opt,name=reason"`
424424
// lastPhaseTransitionTime is the time the phase transitioned from one to another
425425
// and automatically resets to current time everytime a volume phase transitions.
426-
// This is an alpha field and requires enabling PersistentVolumeLastPhaseTransitionTime feature.
426+
// This is a beta field and requires the PersistentVolumeLastPhaseTransitionTime feature to be enabled (enabled by default).
427427
// +featureGate=PersistentVolumeLastPhaseTransitionTime
428428
// +optional
429429
LastPhaseTransitionTime *metav1.Time `json:"lastPhaseTransitionTime,omitempty" protobuf:"bytes,4,opt,name=lastPhaseTransitionTime"`

core/v1/types_swagger_doc_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ var map_PersistentVolumeStatus = map[string]string{
14781478
"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",
14791479
"message": "message is a human-readable message indicating details about why the volume is in this state.",
14801480
"reason": "reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.",
1481-
"lastPhaseTransitionTime": "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is an alpha field and requires enabling PersistentVolumeLastPhaseTransitionTime feature.",
1481+
"lastPhaseTransitionTime": "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is a beta field and requires the PersistentVolumeLastPhaseTransitionTime feature to be enabled (enabled by default).",
14821482
}
14831483

14841484
func (PersistentVolumeStatus) SwaggerDoc() map[string]string {

0 commit comments

Comments
 (0)