Documentation ¶
Overview ¶
Copyright Red Hat
Copyright Red Hat
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { //ApplierFlags: The generic options from the applier cli-runtime. ApplierFlags *genericclioptionsapplier.ApplierFlags // Header specify a file that needs to be added at the beginning of each template Header string //A list of Paths Paths []string ValuesPath string Values map[string]interface{} ResourcesType ResourceType //The file to output the resources will be sent to the file. OutputFile string SortOnKind bool Exclude []string }
func NewOptions ¶
func NewOptions(applierFlags *genericclioptionsapplier.ApplierFlags, streams genericclioptions.IOStreams) *Options
type ResourceType ¶
type ResourceType string
const CoreResources ResourceType = "core-resources"
const CustomResources ResourceType = "custom-resources"
const Deployments ResourceType = "deployments"
Click to show internal directories.
Click to hide internal directories.