Remove unused RoleLabelName16

The constant was unused, confusing and deprecated.  I shouldn't have
introduced it!
This commit is contained in:
Justin SB 2021-03-20 17:16:58 -04:00
parent 7c0cbb7954
commit 7494150f44
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ import (
const (
RoleLabelName15 = "kubernetes.io/role"
RoleLabelName16 = "kubernetes.io/role"
RoleMasterLabelValue15 = "master"
RoleAPIServerLabelValue15 = "api-server"
RoleNodeLabelValue15 = "node"