Community
function-auto-ready
By crossplane-contrib
Last changed 16 days ago

Notice something off about this package? Help us keep the marketplace safe and trustworthy by reporting inappropriate content or behavior.

Report this package
Overview
A composition function that automatically detects when resources are ready, with resource-specific health checks for standard Kubernetes resources

This composition function automatically detects composed resources that are ready. It implements resource-specific health checks for standard Kubernetes resources (Deployment, StatefulSet, DaemonSet, Service, Ingress, Secret, ConfigMap) and falls back to Ready condition checks for Crossplane managed resources. Crossplane considers a composite resource (XR) to be ready when all of its desired composed resources are ready. See the README for examples and documentation.