Skip to content

Commit

Permalink
Add comments to types.go for CustomAddonImages/CustomAddonRegistries.
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyDev committed May 19, 2021
1 parent 6c31137 commit df32362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/minikube/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ type ClusterConfig struct {
KubernetesConfig KubernetesConfig
Nodes []Node
Addons map[string]bool
CustomAddonImages map[string]string
CustomAddonRegistries map[string]string
VerifyComponents map[string]bool // map of components to verify and wait for after start.
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.
CustomAddonRegistries map[string]string // Maps image names to the registry to use for addons. See CustomAddonImages for example.
VerifyComponents map[string]bool // map of components to verify and wait for after start.
StartHostTimeout time.Duration
ScheduledStop *ScheduledStopConfig
ExposedPorts []string // Only used by the docker and podman driver
Expand Down

0 comments on commit df32362

Please sign in to comment.