File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
23
23
const (
24
24
globalInfrastuctureName = "cluster"
25
- openshiftConfigNamespace = "openshift-config"
25
+ openshiftConfigNamespace = "openshift-config-1 "
26
26
)
27
27
28
28
// vSphereConfig is a copy of the Kubernetes vSphere cloud provider config type
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ import (
4
4
"context"
5
5
"encoding/json"
6
6
"fmt"
7
+ "regexp"
8
+ goruntime "runtime"
9
+ "strconv"
10
+ "strings"
11
+
7
12
corev1 "k8s.io/api/core/v1"
8
13
apierrors "k8s.io/apimachinery/pkg/api/errors"
9
14
"k8s.io/apimachinery/pkg/api/resource"
@@ -16,15 +21,11 @@ import (
16
21
"k8s.io/apimachinery/pkg/util/validation/field"
17
22
"k8s.io/klog/v2"
18
23
"k8s.io/utils/strings/slices"
19
- "regexp"
20
- goruntime "runtime"
21
24
ctrl "sigs.k8s.io/controller-runtime"
22
25
"sigs.k8s.io/controller-runtime/pkg/client"
23
26
"sigs.k8s.io/controller-runtime/pkg/webhook/admission"
24
27
"sigs.k8s.io/kube-storage-version-migrator/pkg/clients/clientset/scheme"
25
28
"sigs.k8s.io/yaml"
26
- "strconv"
27
- "strings"
28
29
29
30
osconfigv1 "github.com/openshift/api/config/v1"
30
31
machinev1 "github.com/openshift/api/machine/v1"
You can’t perform that action at this time.
0 commit comments