mayadata-io / d-operators

Declarative patterns to write kubernetes controllers
Apache License 2.0
10 stars 7 forks source link

design: recipe should differentiate between action, action on collection & bulk action #123

Open AmitKumarDas opened 4 years ago

AmitKumarDas commented 4 years ago
kind: Recipe
spec:
  tasks:
  - assert:
  - assertAll:
  - bulkAssert:
  - delete:
  - deleteAll:
  - bulkDelete:

Where: