istio.io/_docs/reference/config/mixer/template/checknothing.md

669 B

title overview order layout type
checknothing Config Generated documentation for Mixer's Template Configuration Schema 1150 docs markdown

Index

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.

Example config:

apiVersion: "config.istio.io/v1alpha2"
kind: checknothing
metadata:
  name: denyrequest
  namespace: istio-config-default
spec:

NOTE: No fields in this message type._