package
Version:
v0.1.12
Opens a new window with list of versions in this module.
Published: Aug 12, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bundle struct {
Name string `yaml:"name"`
Path string `yaml:"path"`
Version string `yaml:"version"`
}
type Chart struct {
Path string `yaml:"path"`
Version string `yaml:"version"`
VersionFromFlavor bool `yaml:"versionFromFlavor"`
UpdateAppVersion bool `yaml:"updateAppVersion"`
}
type Flavor struct {
Name string `yaml:"name"`
Version string `yaml:"version"`
PublishBundle bool `yaml:"publishBundle,omitempty,default=false"`
PublishPackageUrl string `yaml:"publishPackageUrl"`
PublishBundleUrl string `yaml:"publishBundleUrl,omitempty"`
}
type Package struct {
Name string `yaml:"name"`
Path string `yaml:"path"`
Flavors []Flavor `yaml:"flavors"`
Charts []Chart `yaml:"charts,omitempty"`
}
type ReleaseConfig struct {
Flavors []Flavor `yaml:"flavors"`
Charts []Chart `yaml:"charts,omitempty"`
Packages []Package `yaml:"packages,omitempty"`
Bundles []Bundle `yaml:"bundles,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.