File tree Expand file tree Collapse file tree 21 files changed +21
-21
lines changed
infrastructure/clusterapi Expand file tree Collapse file tree 21 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 99 "k8s.io/apimachinery/pkg/runtime"
1010 "k8s.io/apimachinery/pkg/runtime/serializer"
1111 utilruntime "k8s.io/apimachinery/pkg/util/runtime"
12- ipamv1 "sigs.k8s.io/cluster-api/api/ipam/v1beta1"
12+ ipamv1 "sigs.k8s.io/cluster-api/api/ipam/v1beta1" //nolint:staticcheck //CORS-3563
1313 "sigs.k8s.io/yaml"
1414
1515 configv1 "github.com/openshift/api/config/v1"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "k8s.io/apimachinery/pkg/util/sets"
1515 "k8s.io/utils/ptr"
1616 capa "sigs.k8s.io/cluster-api-provider-aws/v2/api/v1beta2"
17- capi "sigs.k8s.io/cluster-api/api/core/v1beta1"
17+ capi "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1818
1919 "github.com/openshift/installer/pkg/asset"
2020 "github.com/openshift/installer/pkg/asset/installconfig"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "k8s.io/apimachinery/pkg/util/sets"
1111 "k8s.io/utils/ptr"
1212 capz "sigs.k8s.io/cluster-api-provider-azure/api/v1beta1"
13- capi "sigs.k8s.io/cluster-api/api/core/v1beta1"
13+ capi "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1414
1515 "github.com/openshift/api/machine/v1beta1"
1616 "github.com/openshift/installer/pkg/asset"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1111 "k8s.io/utils/ptr"
1212 capg "sigs.k8s.io/cluster-api-provider-gcp/api/v1beta1"
13- capi "sigs.k8s.io/cluster-api/api/core/v1beta1"
13+ capi "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1414
1515 "github.com/openshift/installer/pkg/asset"
1616 "github.com/openshift/installer/pkg/asset/installconfig"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1212 "k8s.io/utils/ptr"
1313 capg "sigs.k8s.io/cluster-api-provider-gcp/api/v1beta1"
14- capi "sigs.k8s.io/cluster-api/api/core/v1beta1"
14+ capi "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1515
1616 "github.com/openshift/installer/pkg/asset/installconfig"
1717 gcpconsts "github.com/openshift/installer/pkg/constants/gcp"
Original file line number Diff line number Diff line change 99 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1010 "k8s.io/utils/ptr"
1111 capibmcloud "sigs.k8s.io/cluster-api-provider-ibmcloud/api/v1beta2"
12- capi "sigs.k8s.io/cluster-api/api/core/v1beta1"
12+ capi "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1313
1414 "github.com/openshift/installer/pkg/asset"
1515 ibmcloudic "github.com/openshift/installer/pkg/asset/installconfig/ibmcloud"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1717 "k8s.io/apimachinery/pkg/runtime"
1818 "k8s.io/apimachinery/pkg/runtime/serializer"
19- ipamv1 "sigs.k8s.io/cluster-api/api/ipam/v1beta1"
19+ ipamv1 "sigs.k8s.io/cluster-api/api/ipam/v1beta1" //nolint:staticcheck //CORS-3563
2020 "sigs.k8s.io/yaml"
2121
2222 configv1 "github.com/openshift/api/config/v1"
Original file line number Diff line number Diff line change 88 v1 "k8s.io/api/core/v1"
99 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1010 "k8s.io/utils/ptr"
11- capv1 "sigs.k8s.io/cluster-api/api/core/v1beta1"
11+ capv1 "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1212
1313 machinev1 "github.com/openshift/api/machine/v1"
1414 "github.com/openshift/installer/pkg/asset"
Original file line number Diff line number Diff line change 88 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
99 "k8s.io/utils/ptr"
1010 capo "sigs.k8s.io/cluster-api-provider-openstack/api/v1beta1"
11- capi "sigs.k8s.io/cluster-api/api/core/v1beta1"
11+ capi "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1212
1313 configv1 "github.com/openshift/api/config/v1"
1414 machinev1 "github.com/openshift/api/machine/v1"
Original file line number Diff line number Diff line change 88 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
99 "k8s.io/utils/ptr"
1010 capibm "sigs.k8s.io/cluster-api-provider-ibmcloud/api/v1beta2"
11- capi "sigs.k8s.io/cluster-api/api/core/v1beta1"
11+ capi "sigs.k8s.io/cluster-api/api/core/v1beta1" //nolint:staticcheck //CORS-3563
1212
1313 "github.com/openshift/installer/pkg/asset"
1414 "github.com/openshift/installer/pkg/asset/manifests/capiutils"
You can’t perform that action at this time.
0 commit comments