Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderChartOptions ¶ added in v1.13.0
type RenderChartOptions struct {
AllowDNSRequests bool
ChartRepoInsecure bool
ChartRepoSkipTLSVerify bool
ChartRepoSkipUpdate bool
ChartVersion string
FileValues []string
HelmOptions helmopts.HelmOptions
KubeCAPath string
KubeVersion *chartutil.KubeVersion
NoStandaloneCRDs bool
RegistryClient *registry.Client
Remote bool
SetValues []string
StringSetValues []string
SubNotes bool
ValuesFiles []string
}
TODO(ilya-lesikov): pass missing options from top-level
type RenderChartResult ¶ added in v1.13.0
type RenderChartResult struct {
Chart *chart.Chart
Notes string
ReleaseConfig map[string]interface{}
ResourceSpecs []*spec.ResourceSpec
Values map[string]interface{}
}
func RenderChart ¶ added in v1.13.0
func RenderChart(ctx context.Context, chartPath, releaseName, releaseNamespace string, revision int, deployType common.DeployType, clientFactory kube.ClientFactorier, opts RenderChartOptions) (*RenderChartResult, error)
Click to show internal directories.
Click to hide internal directories.