Documentation ¶
Index ¶
Constants ¶
View Source
const (
PkgContextFile = "package-context.yaml"
)
Variables ¶
This section is empty.
Functions ¶
func AbstractPkgContext ¶
func AbstractPkgContext() string
AbstractPkgContext returns content for package context that contains placeholder value for package name. This will be used to create abstract blueprints.
Types ¶
type PackageContextGenerator ¶
type PackageContextGenerator struct{}
PackageContextGenerator is a built-in KRM function that generates a KRM object that contains package context information that can be used by functions such as `set-namespace` to customize package with minimal configuration.
func (*PackageContextGenerator) Process ¶
func (pc *PackageContextGenerator) Process(resourceList *framework.ResourceList) error
Process implements framework.ResourceListProcessor interface.
Click to show internal directories.
Click to hide internal directories.