Documentation ¶
Index ¶
- type ChartTree
- func (t *ChartTree) FinalValues() map[string]interface{}
- func (t *ChartTree) GeneralResources() []*resrc.GeneralResource
- func (t *ChartTree) HookResources() []*resrc.HookResource
- func (t *ChartTree) LegacyChart() *chart.Chart
- func (t *ChartTree) Name() string
- func (t *ChartTree) Notes() string
- func (t *ChartTree) Path() string
- func (t *ChartTree) ReleaseValues() map[string]interface{}
- func (t *ChartTree) StandaloneCRDs() []*resrc.StandaloneCRD
- type ChartTreeOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartTree ¶
type ChartTree struct {
// contains filtered or unexported fields
}
func NewChartTree ¶
func NewChartTree(ctx context.Context, chartPath, releaseName, releaseNamespace string, revision int, deployType common.DeployType, actionConfig *action.Configuration, opts ChartTreeOptions) (*ChartTree, error)
func (*ChartTree) FinalValues ¶
func (*ChartTree) GeneralResources ¶
func (t *ChartTree) GeneralResources() []*resrc.GeneralResource
func (*ChartTree) HookResources ¶
func (t *ChartTree) HookResources() []*resrc.HookResource
func (*ChartTree) LegacyChart ¶
func (*ChartTree) ReleaseValues ¶
func (*ChartTree) StandaloneCRDs ¶
func (t *ChartTree) StandaloneCRDs() []*resrc.StandaloneCRD
type ChartTreeOptions ¶
type ChartTreeOptions struct { Mapper meta.ResettableRESTMapper DiscoveryClient discovery.CachedDiscoveryInterface StringSetValues []string SetValues []string FileValues []string ValuesFiles []string SubNotes bool }
Click to show internal directories.
Click to hide internal directories.