Check Nothing

The checknothing template represents an empty block of data, which can be useful in different testing scenarios.

Example config:

  1. apiVersion: "config.istio.io/v1alpha2"
  2. kind: instance
  3. metadata:
  4. name: denyrequest
  5. namespace: istio-system
  6. spec:
  7. compiledTemplate: checknothing

Template

CheckNothing represents an empty block of data that is used for Check-capable adapters which don’t require any parameters. This is primarily intended for testing scenarios.