Documentation ¶ Index ¶ type JSON func NewJSON(logger *zap.Logger) *JSON func (converter *JSON) ToK8SManifest(input io.Reader, output io.Writer, folder string, name string) error func (converter *JSON) ToYAML(input io.Reader, output io.Writer) error 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, folder string, name string) error func (*JSON) ToYAML ¶ added in v0.2.0 func (converter *JSON) ToYAML(input io.Reader, output io.Writer) error Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.