--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/istio/istio' REPO source_repo: https://github.com/istio/istio title: Check Nothing description: A template that carries no data, useful for testing. location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/checknothing.html layout: protoc-gen-docs generator: protoc-gen-docs aliases: - /zh/docs/reference/config/template/checknothing.html number_of_entries: 1 ---

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

Example config:

apiVersion: "config.istio.io/v1alpha2"
kind: instance
metadata:
  name: denyrequest
  namespace: istio-system
spec:
  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.