1 // Package rollouts contains types and logic for implementing graphical, user defined, 2 // cluster operation flows. E.g, applying a version of Edge to groups of clusters in a defined 3 // order with checks, schedules, approvals, and other types of gates. 4 package rollouts 5