Skip to content

Commit fd12799

Browse files
regenerate schema properties
1 parent 5107aea commit fd12799

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

minikube/schema_cluster.go

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ var (
6464
Type: schema.TypeSet,
6565
Description: "A set of apiserver IP Addresses which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine",
6666

67-
Computed: true,
68-
6967
Optional: true,
7068
ForceNew: true,
7169

@@ -137,7 +135,7 @@ var (
137135
Optional: true,
138136
ForceNew: true,
139137

140-
Default: "gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279",
138+
Default: "gcr.io/k8s-minikube/kicbase:v0.0.47@sha256:6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b",
141139
},
142140

143141
"binary_mirror": {
@@ -375,7 +373,7 @@ var (
375373

376374
"extra_disks": {
377375
Type: schema.TypeInt,
378-
Description: "Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)",
376+
Description: "Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)",
379377

380378
Optional: true,
381379
ForceNew: true,
@@ -600,7 +598,7 @@ var (
600598

601599
"kubernetes_version": {
602600
Type: schema.TypeString,
603-
Description: "The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.32.0, 'latest' for v1.32.0). Defaults to 'stable'.",
601+
Description: "The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.33.1, 'latest' for v1.33.1). Defaults to 'stable'.",
604602

605603
Optional: true,
606604
ForceNew: true,
@@ -826,7 +824,7 @@ var (
826824

827825
"network": {
828826
Type: schema.TypeString,
829-
Description: "network to run minikube with. Now it is used by docker/podman and KVM drivers. If left empty, minikube will create a new network.",
827+
Description: "network to run minikube with. Used by docker/podman, qemu, kvm, and vfkit drivers. If left empty, minikube will create a new network.",
830828

831829
Optional: true,
832830
ForceNew: true,
@@ -1107,7 +1105,7 @@ var (
11071105

11081106
"wait": {
11091107
Type: schema.TypeSet,
1110-
Description: "comma separated list of Kubernetes components to verify and wait for after starting a cluster. defaults to \"apiserver,system_pods\", available options: \"apiserver,system_pods,default_sa,apps_running,node_ready,kubelet\" . other acceptable values are 'all' or 'none', 'true' and 'false'",
1108+
Description: "comma separated list of Kubernetes components to verify and wait for after starting a cluster. defaults to \"apiserver,system_pods\", available options: \"apiserver,system_pods,default_sa,apps_running,node_ready,kubelet,extra\" . other acceptable values are 'all' or 'none', 'true' and 'false'",
11111109

11121110
Optional: true,
11131111
ForceNew: true,

0 commit comments

Comments
 (0)