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 219b19c commit 5bacd9aCopy full SHA for 5bacd9a
pkg/predicate/predicate.go
@@ -191,7 +191,7 @@ type GenerationChangedPredicate = TypedGenerationChangedPredicate[client.Object]
191
// The metadata.generation field of an object is incremented by the API server when writes are made to the spec field of an object.
192
// This allows a controller to ignore update events where the spec is unchanged, and only the metadata and/or status fields are changed.
193
//
194
-// For CustomResource objects the Generation is only incremented when the status subresource is enabled.
+// For CustomResource objects the Generation is only incremented when the status subresource is not enabled.
195
196
// Caveats:
197
0 commit comments