We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57375c commit f078cceCopy full SHA for f078cce
pkg/minikube/config/types.go
@@ -81,8 +81,8 @@ type KubernetesConfig struct {
81
FeatureGates string // https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
82
ServiceCIDR string // the subnet which kubernetes services will be deployed to
83
ImageRepository string
84
- LoadBalancerStartIP string
85
- LoadBalancerEndIP string
+ LoadBalancerStartIP string // currently only used by MetalLB addon
+ LoadBalancerEndIP string // currently only used by MetalLB addon
86
ExtraOptions ExtraOptionSlice
87
88
ShouldLoadCachedImages bool
0 commit comments