REASON_ALL_READY

Constant REASON_ALL_READY 

Source
pub const REASON_ALL_READY: &str = "AllReady";
Expand description

All child resources are ready and healthy.

Usage:

  • Use for the encompassing type: Ready condition when all children are ready
  • For child conditions (e.g., Bind9Instance-0, Pod-1), use REASON_READY instead