Documentation
¶
Overview ¶
Package builtintypes holds types for kpt file package context
Index ¶
Constants ¶
View Source
const ( PkgContextFile = "package-context.yaml" PkgContextName = "kptfile.kpt.dev" ConfigKeyPackagePath = "package-path" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuiltinFunction ¶
type BuiltinFunction interface {
Run(io.Reader, io.Writer) error
Process(*framework.ResourceList) error
}
BuiltinFunction returns a reference to a builtin function
type PackageConfig ¶
type PackageConfig struct {
// PackagePath is the path to the package, as determined by the names of the parent packages.
// The path to a package is the parent package path joined with the package name.
PackagePath string
}
PackageConfig holds package automatic configuration
Click to show internal directories.
Click to hide internal directories.