Skip to content

Commit b84cc29

Browse files
Merge pull request openshift-kni#34 from davidvossel/dead-code
remove unused references to worker-rt label
2 parents 68bda6d + c33f44a commit b84cc29

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

functests/utils/consts.go

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ const (
99
LabelHostname = "kubernetes.io/hostname"
1010
)
1111

12-
const (
13-
// RoleWorker contains the worker role
14-
RoleWorker = "worker"
15-
// RoleWorkerRT contains the worker-rt role
16-
RoleWorkerRT = "worker-rt"
17-
)
18-
1912
const (
2013
// ResourceSRIOV contains the name of SRIOV resource under the node
2114
ResourceSRIOV = corev1.ResourceName("openshift.io/sriovnic")

0 commit comments

Comments
 (0)