Documentation ¶ Index ¶ type JSON func NewJSON(logger *zap.Logger) *JSON func (converter *JSON) ToK8SManifest(input io.Reader, output io.Writer, options K8SManifestOptions) error func (converter *JSON) ToYAML(input io.Reader, output io.Writer) error type K8SManifestOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type JSON ¶ type JSON struct { // contains filtered or unexported fields } func NewJSON ¶ func NewJSON(logger *zap.Logger) *JSON func (*JSON) ToK8SManifest ¶ added in v0.2.0 func (converter *JSON) ToK8SManifest(input io.Reader, output io.Writer, options K8SManifestOptions) error func (*JSON) ToYAML ¶ added in v0.2.0 func (converter *JSON) ToYAML(input io.Reader, output io.Writer) error type K8SManifestOptions ¶ added in v0.5.7 type K8SManifestOptions struct { Folder string Name string Namespace string } Source Files ¶ View all Source files alert.go annotation.go externallink.go graph.go heatmap.go json.go row.go single_stat.go table.go target.go text.go timeseries.go utils.go variable.go Click to show internal directories. Click to hide internal directories.