Skip to content

Commit 73159d6

Browse files
committed
cluster.status.conditions.reason may indeed be empty
1 parent 1b3e4a7 commit 73159d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/condition_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ type Condition struct {
7474

7575
// The reason for the condition's last transition in CamelCase.
7676
// The specific API may choose whether or not this field is considered a guaranteed API.
77-
// This field may not be empty.
77+
// This field may be empty.
7878
// +optional
7979
Reason string `json:"reason,omitempty"`
8080

0 commit comments

Comments
 (0)