File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import (
1717 capav1beta1 "sigs.k8s.io/cluster-api-provider-aws/v2/api/v1beta1"
1818 capav1 "sigs.k8s.io/cluster-api-provider-aws/v2/api/v1beta2"
1919 capzv1 "sigs.k8s.io/cluster-api-provider-azure/api/v1beta1"
20+ capgv1 "sigs.k8s.io/cluster-api-provider-gcp/api/v1beta1"
2021 clusterv1alpha3 "sigs.k8s.io/cluster-api/api/v1alpha3" //nolint:staticcheck
2122 clusterv1alpha4 "sigs.k8s.io/cluster-api/api/v1alpha4" //nolint:staticcheck
2223 clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
@@ -39,6 +40,7 @@ func init() {
3940 utilruntime .Must (capav1beta1 .AddToScheme (Scheme ))
4041 utilruntime .Must (capav1 .AddToScheme (Scheme ))
4142 utilruntime .Must (capzv1 .AddToScheme (Scheme ))
43+ utilruntime .Must (capgv1 .AddToScheme (Scheme ))
4244}
4345
4446// localControlPlane creates a local capi control plane
You can’t perform that action at this time.
0 commit comments