You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/minikube/config/types.go
+3-3
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,9 @@ type ClusterConfig struct {
74
74
KubernetesConfigKubernetesConfig
75
75
Nodes []Node
76
76
Addonsmap[string]bool
77
-
CustomAddonImagesmap[string]string
78
-
CustomAddonRegistriesmap[string]string
79
-
VerifyComponentsmap[string]bool// map of components to verify and wait for after start.
77
+
CustomAddonImagesmap[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
+
CustomAddonRegistriesmap[string]string// Maps image names to the registry to use for addons. See CustomAddonImages for example.
79
+
VerifyComponentsmap[string]bool// map of components to verify and wait for after start.
80
80
StartHostTimeout time.Duration
81
81
ScheduledStop*ScheduledStopConfig
82
82
ExposedPorts []string// Only used by the docker and podman driver
0 commit comments