Skip to content

Commit

Permalink
address nit
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Mar 12, 2019
1 parent ceabf34 commit 71c05a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/cluster/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ type NodeRole string

const (
// ControlPlaneRole identifies a node that hosts a Kubernetes control-plane.
//
// NOTE: in single node clusters, control-plane nodes act also as a worker nodes
ControlPlaneRole NodeRole = "control-plane"
// WorkerRole identifies a node that hosts a Kubernetes worker
Expand Down
1 change: 0 additions & 1 deletion pkg/cluster/config/v1alpha3/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ type NodeRole string

const (
// ControlPlaneRole identifies a node that hosts a Kubernetes control-plane.
//
// NOTE: in single node clusters, control-plane nodes act also as a worker nodes
ControlPlaneRole NodeRole = "control-plane"
// WorkerRole identifies a node that hosts a Kubernetes worker
Expand Down

0 comments on commit 71c05a3

Please sign in to comment.