File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ type Condition struct {
72
72
// Last time the condition transitioned from one status to another.
73
73
// This should be when the underlying condition changed. If that is not known, then using the time when
74
74
// the API field changed is acceptable.
75
- // +required
75
+ // +optional
76
76
LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty"`
77
77
78
78
// The reason for the condition's last transition in CamelCase.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ type Condition struct {
72
72
// Last time the condition transitioned from one status to another.
73
73
// This should be when the underlying condition changed. If that is not known, then using the time when
74
74
// the API field changed is acceptable.
75
- // +required
75
+ // +optional
76
76
LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty"`
77
77
78
78
// The reason for the condition's last transition in CamelCase.
You can’t perform that action at this time.
0 commit comments