package
Version:
v1.3.6
Opens a new window with list of versions in this module.
Published: Nov 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Common struct {
Kind string
Version string `yaml:"version" yaml:"apiVersion"`
}
type Tree struct {
Common *Common `yaml:",inline"`
Original *yaml.Node
Parsed interface{} `yaml:",inline"`
}
func (c *Tree) MarshalYAML() (interface{}, error)
func (c *Tree) UnmarshalYAML(node *yaml.Node) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.