mirror of https://github.com/kubernetes/kops.git
Remove unused RoleLabelName16
The constant was unused, confusing and deprecated. I shouldn't have introduced it!
This commit is contained in:
parent
7c0cbb7954
commit
7494150f44
|
@ -24,7 +24,6 @@ import (
|
|||
|
||||
const (
|
||||
RoleLabelName15 = "kubernetes.io/role"
|
||||
RoleLabelName16 = "kubernetes.io/role"
|
||||
RoleMasterLabelValue15 = "master"
|
||||
RoleAPIServerLabelValue15 = "api-server"
|
||||
RoleNodeLabelValue15 = "node"
|
||||
|
|
Loading…
Reference in New Issue