Tekton task kind checks Package
Policies to verify that a Tekton task definition has the expected value for kind.
Rules Included
Kind field is present in task definition
Confirm the task definition includes the kind field.
- 
Rule type: FAILURE
 - 
FAILURE message:
Required field 'kind' not found - 
Code:
kind.kind_present 
Task definition has expected kind
Confirm the task definition has the kind "Task".
- 
Rule type: FAILURE
 - 
FAILURE message:
Unexpected kind '%s' for task definition - 
Code:
kind.expected_kind