@@ -30,16 +30,18 @@ import (
30
30
"github.com/IBM/platform-services-go-sdk/resourcecontrollerv2"
31
31
"github.com/IBM/platform-services-go-sdk/resourcemanagerv2"
32
32
"github.com/golang-jwt/jwt"
33
+
33
34
configapiv1 "github.com/openshift/api/config/v1"
34
35
imageregistryv1 "github.com/openshift/api/imageregistry/v1"
35
36
operatorapi "github.com/openshift/api/operator/v1"
36
37
38
+ powerUtils "github.com/ppc64le-cloud/powervs-utils"
39
+
37
40
regopclient "github.com/openshift/cluster-image-registry-operator/pkg/client"
38
41
"github.com/openshift/cluster-image-registry-operator/pkg/defaults"
39
42
"github.com/openshift/cluster-image-registry-operator/pkg/envvar"
40
43
"github.com/openshift/cluster-image-registry-operator/pkg/storage/util"
41
44
"github.com/openshift/cluster-image-registry-operator/pkg/version"
42
- powerUtils "github.com/ppc64le-cloud/powervs-utils"
43
45
)
44
46
45
47
const (
@@ -518,7 +520,7 @@ func (d *driver) setServiceEndpointOverrides(infra *configapiv1.Infrastructure)
518
520
}
519
521
}
520
522
}
521
- case configapiv1 .AWSPlatformType , configapiv1 .AzurePlatformType , configapiv1 .BareMetalPlatformType , configapiv1 .GCPPlatformType , configapiv1 .LibvirtPlatformType , configapiv1 .OpenStackPlatformType , configapiv1 .NonePlatformType , configapiv1 .VSpherePlatformType , configapiv1 .OvirtPlatformType , configapiv1 .KubevirtPlatformType , configapiv1 .EquinixMetalPlatformType , configapiv1 .AlibabaCloudPlatformType , configapiv1 .NutanixPlatformType , configapiv1 .ExternalPlatformType :
523
+ case configapiv1 .AWSPlatformType , configapiv1 .AzurePlatformType , configapiv1 .BareMetalPlatformType , configapiv1 .GCPPlatformType , configapiv1 .LibvirtPlatformType , configapiv1 .OpenStackPlatformType , configapiv1 .NonePlatformType , configapiv1 .VSpherePlatformType , configapiv1 .OvirtPlatformType , configapiv1 .KubevirtPlatformType , configapiv1 .EquinixMetalPlatformType , configapiv1 .NutanixPlatformType , configapiv1 .ExternalPlatformType , configapiv1 .AlibabaCloudPlatformType :
522
524
klog .Infof ("provider type unsupported by IBM Cloud: %s" , infra .Status .PlatformStatus .Type )
523
525
default :
524
526
klog .Infof ("ignoring unknown provider type: %s" , infra .Status .PlatformStatus .Type )
0 commit comments