File tree Expand file tree Collapse file tree 4 files changed +734
-1
lines changed
github.com/openshift/api/features Expand file tree Collapse file tree 4 files changed +734
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import (
24
24
"time"
25
25
26
26
configv1 "github.com/openshift/api/config/v1"
27
+ apifeatures "github.com/openshift/api/features"
27
28
machinev1 "github.com/openshift/api/machine/v1beta1"
28
29
configclient "github.com/openshift/client-go/config/clientset/versioned"
29
30
configinformers "github.com/openshift/client-go/config/informers/externalversions"
@@ -161,7 +162,7 @@ func main() {
161
162
klog .Fatalf ("Failed to get feature gates: %v" , err )
162
163
}
163
164
164
- azureWorkloadIdentityEnabled := featureGates .Enabled (configv1 .FeatureGateAzureWorkloadIdentity )
165
+ azureWorkloadIdentityEnabled := featureGates .Enabled (apifeatures .FeatureGateAzureWorkloadIdentity )
165
166
166
167
// Initialize machine actuator.
167
168
machineActuator := actuator .NewActuator (actuator.ActuatorParams {
You can’t perform that action at this time.
0 commit comments