Documentation ¶
Overview ¶
Package target implements state for the set of all resources being customized.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KustTarget ¶
type KustTarget struct {
// contains filtered or unexported fields
}
KustTarget encapsulates the entirety of a kustomization build.
func NewKustTarget ¶
func NewKustTarget( ldr ifc.Loader, fSys fs.FileSystem, rf *resmap.Factory, ptf transformer.Factory, tcfg *config.TransformerConfig) (*KustTarget, error)
NewKustTarget returns a new instance of KustTarget primed with a Loader.
func (*KustTarget) MakeCustomizedResMap ¶
func (kt *KustTarget) MakeCustomizedResMap() (resmap.ResMap, error)
MakeCustomizedResMap creates a ResMap per kustomization instructions. The Resources in the returned ResMap are fully customized.
Click to show internal directories.
Click to hide internal directories.