Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DeploymentResource = "deployment" ConfigMapResource = "configmap" )
Functions ¶
This section is empty.
Types ¶
type Pkg ¶
type Pkg struct {
// contains filtered or unexported fields
}
Pkg represents a package that can be created on the file system by using the Build function
func (*Pkg) Build ¶
Build outputs the current data structure as a set of (nested) package in the provided path.
func (*Pkg) WithKptfile ¶
WithKptfile configures the current package to have a Kptfile
func (*Pkg) WithResource ¶
WithResource configures the package to include the provided resource
func (*Pkg) WithSubPackages ¶
WithSubPackages adds the provided packages as subpackages to the current package
Click to show internal directories.
Click to hide internal directories.