--- title: Report Nothing overview: A template that carries no data, useful for testing. location: https://istio.io/docs/reference/config/template/reportnothing.html layout: protoc-gen-docs number_of_entries: 1 ---

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

Template

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

Example config:

apiVersion: "config.istio.io/v1alpha2"
kind: reportnothing
metadata:
  name: reportrequest
  namespace: istio-system
spec: