Documentation ¶
Index ¶
- Variables
- type Capabilities
- type Chart
- type HelmLintOptions
- type RancherHelmLintOptions
- type Release
- type Template
- type TemplateOptions
- func (o *TemplateOptions) IsUpgrade(isUpgrade bool) *TemplateOptions
- func (o *TemplateOptions) Set(key, value interface{}) *TemplateOptions
- func (o *TemplateOptions) SetKubeVersion(version string) *TemplateOptions
- func (o *TemplateOptions) SetValue(key, value string) *TemplateOptions
- func (o TemplateOptions) String() string
- type Values
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultYamllintConf string
Functions ¶
This section is empty.
Types ¶
type Capabilities ¶
type Capabilities helmChartUtil.Capabilities
type Chart ¶
type Chart interface { GetPath() string GetHelmChart() *helmChart.Chart RenderValues(opts *TemplateOptions) (helmChartUtil.Values, error) RenderTemplate(opts *TemplateOptions) (Template, error) }
type HelmLintOptions ¶
type HelmLintOptions struct {
Rancher RancherHelmLintOptions
}
type RancherHelmLintOptions ¶
type RancherHelmLintOptions struct {
Enabled bool
}
type Release ¶
type Release helmChartUtil.ReleaseOptions
type TemplateOptions ¶
type TemplateOptions struct { Values *Values Release Release Capabilities *Capabilities }
func NewTemplateOptions ¶
func NewTemplateOptions(name, namespace string) *TemplateOptions
func (*TemplateOptions) IsUpgrade ¶
func (o *TemplateOptions) IsUpgrade(isUpgrade bool) *TemplateOptions
func (*TemplateOptions) Set ¶
func (o *TemplateOptions) Set(key, value interface{}) *TemplateOptions
func (*TemplateOptions) SetKubeVersion ¶
func (o *TemplateOptions) SetKubeVersion(version string) *TemplateOptions
func (*TemplateOptions) SetValue ¶
func (o *TemplateOptions) SetValue(key, value string) *TemplateOptions
func (TemplateOptions) String ¶
func (o TemplateOptions) String() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.