Skip to content

Commit df32362

Browse files
committed
Add comments to types.go for CustomAddonImages/CustomAddonRegistries.
1 parent 6c31137 commit df32362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/minikube/config/types.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ type ClusterConfig struct {
7474
KubernetesConfig KubernetesConfig
7575
Nodes []Node
7676
Addons map[string]bool
77-
CustomAddonImages map[string]string
78-
CustomAddonRegistries map[string]string
79-
VerifyComponents map[string]bool // map of components to verify and wait for after start.
77+
CustomAddonImages map[string]string // Maps image names to the image to use for addons. e.g. Dashboard -> k8s.gcr.io/echoserver:1.4 makes dashboard addon use echoserver for its Dashboard deployment.
78+
CustomAddonRegistries map[string]string // Maps image names to the registry to use for addons. See CustomAddonImages for example.
79+
VerifyComponents map[string]bool // map of components to verify and wait for after start.
8080
StartHostTimeout time.Duration
8181
ScheduledStop *ScheduledStopConfig
8282
ExposedPorts []string // Only used by the docker and podman driver

0 commit comments

Comments
 (0)