We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a592ede commit aad05b0Copy full SHA for aad05b0
apis/common/v1/condition.go
@@ -68,7 +68,7 @@ const (
68
// See https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
69
70
// A Condition that may apply to a resource.
71
-type Condition struct {
+type Condition struct { //nolint:recvcheck // False positive - only has non-pointer methods AFAICT.
72
// Type of this condition. At most one of each condition type may apply to
73
// a resource at any point in time.
74
Type ConditionType `json:"type"`
0 commit comments