We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ac45d commit d8a2367Copy full SHA for d8a2367
2 files changed
pkg/controller/node/node_controller.go
@@ -13,6 +13,7 @@ import (
13
"github.com/openshift/machine-config-operator/pkg/upgrademonitor"
14
15
configv1 "github.com/openshift/api/config/v1"
16
+ features "github.com/openshift/api/features"
17
mcfgv1 "github.com/openshift/api/machineconfiguration/v1"
18
opv1 "github.com/openshift/api/operator/v1"
19
pkg/operator/status_test.go
@@ -20,6 +20,7 @@ import (
20
"k8s.io/apimachinery/pkg/util/uuid"
21
22
23
24
25
26
fakeconfigclientset "github.com/openshift/client-go/config/clientset/versioned/fake"
0 commit comments