Crate staircase
Source - controller
- this module helps you building a reconciler for your CRD that operates on
steps and thus enables you to implement idempotency easier.
- resources
- this module helps you building a reconciler for your CRD that operates on
steps and thus enables you to implement idempotency easier.
- util
- Various utils, that are not necessarily required for a step-based
operator, but handy in some situations.
- ComponentizedResource
- Derive macro available if staircase is built with
features = ["derive"]
. - LabeledResource
- Derive macro available if staircase is built with
features = ["derive"]
. - NamedResource
- Derive macro available if staircase is built with
features = ["derive"]
.