package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 6, 2022
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ChartWithRelease struct {
Metadata *chart.Metadata `json:"metadata"`
Files []*chart.File `json:"files"`
Values map[string]interface{} `json:"values"`
Defaults map[string]interface{} `json:"defaults"`
Release ReleaseOption `json:"release"`
}
type ReleaseOption struct {
Name string `json:"name,omitempty"`
Namespace string `json:"namespace,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.