Skip to content

Commit

Permalink
Add comment on LoadBalancerStartIP/LoadBalancerEndIP
Browse files Browse the repository at this point in the history
  • Loading branch information
laozc committed Apr 9, 2020
1 parent c57375c commit f078cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ type KubernetesConfig struct {
FeatureGates string // https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
ServiceCIDR string // the subnet which kubernetes services will be deployed to
ImageRepository string
LoadBalancerStartIP string
LoadBalancerEndIP string
LoadBalancerStartIP string // currently only used by MetalLB addon
LoadBalancerEndIP string // currently only used by MetalLB addon
ExtraOptions ExtraOptionSlice

ShouldLoadCachedImages bool
Expand Down

0 comments on commit f078cce

Please sign in to comment.