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: cmd/plugin/cmd/init.go
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ import (
24
24
)
25
25
26
26
typeinitOptionsstruct {
27
-
kubeconfigstring
28
-
kubeconfigContextstring
29
-
coreProviderstring
30
-
bootstrapProviders[]string
31
-
controlPlaneProviders[]string
32
-
infrastructureProviders[]string
33
-
ipamProviders []string
34
-
runtimeExtensionProviders []string
35
-
addonProviders[]string
36
-
targetNamespacestring
37
-
validatebool
38
-
waitProvidersbool
39
-
waitProviderTimeoutint
27
+
kubeconfigstring
28
+
kubeconfigContextstring
29
+
coreProviderstring
30
+
bootstrapProviders []string
31
+
controlPlaneProviders []string
32
+
infrastructureProviders []string
33
+
// ipamProviders []string
34
+
// runtimeExtensionProviders []string
35
+
addonProviders []string
36
+
targetNamespacestring
37
+
validatebool
38
+
waitProvidersbool
39
+
waitProviderTimeoutint
40
40
}
41
41
42
42
varinitOpts=&initOptions{}
@@ -102,10 +102,10 @@ func init() {
102
102
"Bootstrap providers and versions (e.g. kubeadm:v1.1.5) to add to the management cluster. If unspecified, Kubeadm bootstrap provider's latest release is used.")
"Control plane providers and versions (e.g. kubeadm:v1.1.5) to add to the management cluster. If unspecified, the Kubeadm control plane provider's latest release is used.")
0 commit comments