Skip to content

feat: add all missing health checks for core kinds - #226

Open
doxsch wants to merge 1 commit into
crossplane-contrib:mainfrom
doxsch:add-core-kind-checks
Open

feat: add all missing health checks for core kinds#226
doxsch wants to merge 1 commit into
crossplane-contrib:mainfrom
doxsch:add-core-kind-checks

Conversation

@doxsch

@doxsch doxsch commented Aug 5, 2026

Copy link
Copy Markdown

Description of your changes

This PR adds missing health checks for all remaining standard Kubernetes core resource kinds, bringing the Core API section fully implemented.

Kind GVK Pattern File
Node core/v1 Status-based (Ready condition True) node.go
PersistentVolume core/v1 Status-based (Bound or Available) persistentvolume.go
ReplicationController core/v1 Status-based (all replicas match) replicationcontroller.go
Endpoints core/v1 Always ready endpoints.go
ResourceQuota core/v1 Always ready resourcequota.go
LimitRange core/v1 Always ready limitrange.go
Event core/v1 Always ready event.go

I have:

Signed-off-by: doxsch <28098153+doxsch@users.noreply.github.com>
@doxsch

doxsch commented Aug 20, 2026

Copy link
Copy Markdown
Author

Hi @negz @sergenyalcin @turkenf @ulucinar could someone please take a look at this PR?

We are also waiting on a review for #167. Would be great if someone could check that one as well when they have a chance.

Is there an estimated release timeline for merging these?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant