File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -982,8 +982,12 @@ wait strategy is used (i.e. `.spec.waitStrategy.name` is `poller`).
982982
983983The `.spec.healthCheckExprs` field accepts a list of objects with the following fields :
984984
985- - `apiVersion` : The API version of the custom resource. Required.
986- - `kind` : The kind of the custom resource. Required.
985+ - `apiVersion` : The API version of the custom resource. Required. Only the
986+ group portion is used for matching; the version is ignored, so the same
987+ entry applies to every served version of the resource.
988+ - `kind` : The kind of the custom resource. Optional. When omitted, the entry
989+ applies to all kinds under the given `apiVersion`'s group. An entry with a
990+ specific `kind` takes precedence over a group-only entry for that same kind.
987991- `current` : A required CEL expression that returns `true` if the resource is ready.
988992- `inProgress` : An optional CEL expression that returns `true` if the resource
989993 is still being reconciled.
You can’t perform that action at this time.
0 commit comments