Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Factory util.Factory
PackageName string
Input string // used for none, file or dir
InputData store.Storer[[]byte]
Output string
OutputData store.Storer[[]byte]
Path string // path of the kform files
ResourceData store.Storer[[]byte] // this providers resource externally w/o having to parse from a filepath
DryRun bool
Destroy bool
AutoApprove bool
InventoryID string
}
type KformConfig ¶
Click to show internal directories.
Click to hide internal directories.