mayadata-io / d-operators

Declarative patterns to write kubernetes controllers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add assert logs action in recipe

AmitKumarDas opened this issue · comments

kind: Recipe
spec:
  tasks:
  - name:
    assert:
      logs:
        name: # optional
        namespace: # optional
        labelSelector: # optional if name & namespace are nil
        tailf: # optional
      logCheck:
      - logCheckOperator: Contains
        values: 
        - Error