File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ import (
34
34
controlplanev1 "sigs.k8s.io/cluster-api/controlplane/kubeadm/api/v1beta1"
35
35
addonsv1 "sigs.k8s.io/cluster-api/exp/addons/api/v1beta1"
36
36
expv1 "sigs.k8s.io/cluster-api/exp/api/v1beta1"
37
+ ipamv1 "sigs.k8s.io/cluster-api/exp/ipam/api/v1beta1"
37
38
runtimev1 "sigs.k8s.io/cluster-api/exp/runtime/api/v1alpha1"
38
39
)
39
40
@@ -68,6 +69,9 @@ func TryAddDefaultSchemes(scheme *runtime.Scheme) {
68
69
// Add the kubeadm controlplane scheme.
69
70
_ = controlplanev1 .AddToScheme (scheme )
70
71
72
+ // Add the IPAM scheme.
73
+ _ = ipamv1 .AddToScheme (scheme )
74
+
71
75
// Add the api extensions (CRD) to the scheme.
72
76
_ = apiextensionsv1beta .AddToScheme (scheme )
73
77
_ = apiextensionsv1 .AddToScheme (scheme )
You can’t perform that action at this time.
0 commit comments