Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateManifest ¶
func GenerateManifest(files []string, setFlags []string, force bool, client kube.Client, logger clog.Logger) ([]manifest.ManifestSet, values.Map, error)
GenerateManifest produces fully rendered Kubernetes objects from rendering Helm charts. Inputs can be files and --set strings. Client is option; if it is provided, cluster-specific settings can be auto-detected. Logger is also option; if it is provided warning messages may be logged.
Types ¶
type ComponentMigration ¶
type MigrationResult ¶
type MigrationResult struct {
Components []ComponentMigration
}
Click to show internal directories.
Click to hide internal directories.