package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Sep 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Kustomization struct {
Resources []string `json:"resources,omitempty"`
Bases []string `json:"bases,omitempty"`
}
Kustomization is a structural representation of the Kustomize file format.
type Resources map[string]interface{}
Resources represents a set of filename -> Go struct with the filenames as
keys, and the values are values to be serialized to YAML.
Merge merges a set of resources in from to the set of resources in to,
replacing existing keys and returns a new set of resources.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.