Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
Kubernetes-commit: 294f5c9a42fead4a4cc75340a6b9171c9c657b3e
  • Loading branch information
RomanBednar authored and k8s-publishing-bot committed Jul 21, 2023
1 parent e1ce56f commit 43c3eb6
Show file tree
Hide file tree
Showing 7 changed files with 945 additions and 876 deletions.
1,795 changes: 925 additions & 870 deletions core/v1/generated.pb.go

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions core/v1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions core/v1/types_swagger_doc_generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -1446,10 +1446,11 @@ func (PersistentVolumeSpec) SwaggerDoc() map[string]string {
}

var map_PersistentVolumeStatus = map[string]string{
"": "PersistentVolumeStatus is the current status of a persistent volume.",
"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",
"message": "message is a human-readable message indicating details about why the volume is in this state.",
"reason": "reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.",
"": "PersistentVolumeStatus is the current status of a persistent volume.",
"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",
"message": "message is a human-readable message indicating details about why the volume is in this state.",
"reason": "reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.",
"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.",
}

func (PersistentVolumeStatus) SwaggerDoc() map[string]string {
Expand Down
6 changes: 5 additions & 1 deletion core/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion testdata/HEAD/core.v1.PersistentVolume.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
"status": {
"phase": "phaseValue",
"message": "messageValue",
"reason": "reasonValue"
"reason": "reasonValue",
"lastPhaseTransitionTime": "2004-01-01T01:01:01Z"
}
}
Binary file modified testdata/HEAD/core.v1.PersistentVolume.pb
Binary file not shown.
1 change: 1 addition & 0 deletions testdata/HEAD/core.v1.PersistentVolume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ spec:
storagePolicyName: storagePolicyNameValue
volumePath: volumePathValue
status:
lastPhaseTransitionTime: "2004-01-01T01:01:01Z"
message: messageValue
phase: phaseValue
reason: reasonValue

0 comments on commit 43c3eb6

Please sign in to comment.