We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8da16 commit a6ffa9fCopy full SHA for a6ffa9f
pkg/exportArtifacts/main.go
@@ -9,17 +9,11 @@ import (
9
"strings"
10
11
"github.com/ChristofferNissen/helmper/pkg/helm"
12
- "github.com/ChristofferNissen/helmper/pkg/image"
13
- "github.com/ChristofferNissen/helmper/pkg/registry"
14
)
15
16
type ExportOption struct {
17
Image helm.RegistryImageStatus
18
- Chart helm.RegistryChartStatus // image data
19
- Data2 map[*registry.Registry]map[*helm.Chart]bool // chart data
20
- ChartData helm.ChartData
21
- RegistryImage map[*helm.Chart]map[*image.Image][]bool
22
- Registries []*registry.Registry
+ Chart helm.RegistryChartStatus
23
}
24
25
type ChartArtifact struct {
0 commit comments