Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmArgs ¶
type HelmArgs struct { types.HelmGlobals `json:"helmGlobals,omitempty" yaml:"helmGlobals,omitempty"` HelmCharts []types.HelmChart `json:"helmCharts,omitempty" yaml:"helmCharts,omitempty"` }
type HelmChartInflationGeneratorPlugin ¶
type HelmChartInflationGeneratorPlugin struct { types.HelmGlobals `json:",inline,omitempty" yaml:",inline,omitempty"` types.HelmChart `json:",inline,omitempty" yaml:",inline,omitempty"` // contains filtered or unexported fields }
var KustomizeHelmChartInflationGeneratorPlugin HelmChartInflationGeneratorPlugin
noinspection GoUnusedGlobalVariable
func (*HelmChartInflationGeneratorPlugin) ConfigureAuth ¶ added in v0.2.0
func (p *HelmChartInflationGeneratorPlugin) ConfigureAuth(items []*fn.KubeObject) (err error)
func (*HelmChartInflationGeneratorPlugin) Generate ¶
func (p *HelmChartInflationGeneratorPlugin) Generate() (objects fn.KubeObjects, err error)
func (*HelmChartInflationGeneratorPlugin) ValidateArgs ¶
func (p *HelmChartInflationGeneratorPlugin) ValidateArgs() (err error)
Click to show internal directories.
Click to hide internal directories.