File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,8 +355,12 @@ health checks on custom resources. This is done through Common Expression
355355Language (CEL) expressions. This field accepts a list of objects with the
356356following fields :
357357
358- - `apiVersion` : The API version of the custom resource. Required.
359- - `kind` : The kind of the custom resource. Required.
358+ - `apiVersion` : The API version of the custom resource. Required. Only the
359+ group portion is used for matching; the version is ignored, so the same
360+ entry applies to every served version of the resource.
361+ - `kind` : The kind of the custom resource. Optional. When omitted, the entry
362+ applies to all kinds under the given `apiVersion`'s group. An entry with a
363+ specific `kind` takes precedence over a group-only entry for that same kind.
360364- `current` : A required CEL expression that returns `true` if the resource is ready.
361365- `inProgress` : An optional CEL expression that returns `true` if the resource
362366 is still being reconciled.
You can’t perform that action at this time.
0 commit comments