package
0.0.0-20210624121128-6b231d83a5d4
Repository: https://github.com/tkestack/kube-jarvis.git
Documentation: pkg.go.dev
# README
stdout exporter
stdout exporter just print result to stdout with a simple format
config
exporters:
- type: "stdout"
name: "stdout"
config:
format: "fmt" # use "json" to print a json
supported cluster type
- all
# Functions
NewExporter return a stdout Exporter.
# Constants
ExporterType is type name of this Exporter.