Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2026 Changes in this version + type BundleChartOverrides struct + Namespace string + Values []BundleChartValue + ValuesFiles []string + Variables []BundleChartVariable + type BundleChartValue struct + Path string + Value interface{} + type BundleChartVariable struct + Default interface{} + Description string + Name string + Path string + Sensitive bool + Source valuesources.Source + Type chartvariable.Type + type BundleCommonOptions struct + CachePath string + Confirm bool + Insecure bool + OCIConcurrency int + SkipSignatureValidation bool + TempDirectory string + type BundleConfig struct + CreateOpts BundleCreateOptions + DeployOpts BundleDeployOptions + DevDeployOpts BundleDevDeployOptions + InspectOpts BundleInspectOptions + PublishOpts BundlePublishOptions + PullOpts BundlePullOptions + RemoveOpts BundleRemoveOptions + type BundleCreateOptions struct + BundleFile string + Name string + Output string + SigningKeyPassword string + SigningKeyPath string + SourceDirectory string + Version string + type BundleDeployOptions struct + Config string + Options map[string]interface{} + Packages []string + PublicKeyPath string + Resume bool + Retries int + SetVariables map[string]string + SharedVariables map[string]interface{} + Source string + Variables map[string]map[string]interface{} + type BundleDevDeployOptions struct + Flavor map[string]string + FlavorInput string + ForceCreate bool + Ref map[string]string + type BundleInspectOptions struct + ExtractSBOM bool + IncludeSBOM bool + IsYAMLFile bool + ListImages bool + ListVariables bool + PublicKeyPath string + Source string + type BundlePublishOptions struct + Destination string + Source string + Version string + type BundlePullOptions struct + OutputDirectory string + PublicKeyPath string + Source string + type BundleRemoveOptions struct + Packages []string + Source string + type BundleVariableExport struct + Description string + Name string + type BundleVariableImport struct + Description string + Name string + Package string + type Package struct + Description string + Exports []BundleVariableExport + Flavor string + Imports []BundleVariableImport + Name string + OptionalComponents []string + Overrides map[string]map[string]BundleChartOverrides + Path string + PublicKey string + Ref string + Repository string + type PathMap map[string]string + type UDSBuildData struct + Architecture string + Terminal string + Timestamp string + User string + Version string + type UDSBundle struct + Build UDSBuildData + Kind string + Metadata UDSMetadata + Packages []Package + type UDSMetadata struct + AggregateChecksum string + Architecture string + Authors string + Description string + Documentation string + Name string + Source string + URL string + Uncompressed bool + Vendor string + Version string