Documentation ¶
Index ¶
Constants ¶
View Source
const Version string = "v1alpha1"
Variables ¶
This section is empty.
Functions ¶
func NewKubeMetadata ¶
func NewKubeMetadata() vconf.ConfigInterface
Types ¶
type KubeMetadata ¶
type KubeMetadata struct { APIVersion string `json:"apiVersion"` Name string `json:"name"` Version string `json:"version"` Source string `json:"source"` Variables map[string]string `json:"variables"` Patches string `json:"patches"` Namespace string `json:"namespace"` Manifest string `json:"manifest"` }
func (*KubeMetadata) GetVersion ¶
func (c *KubeMetadata) GetVersion() string
func (*KubeMetadata) Parse ¶
func (c *KubeMetadata) Parse(data []byte) error
func (*KubeMetadata) Upgrade ¶
func (c *KubeMetadata) Upgrade() (vconf.ConfigInterface, error)
Click to show internal directories.
Click to hide internal directories.