Skip to content

Commit

Permalink
Merge pull request #89 from bowei/delete-constants
Browse files Browse the repository at this point in the history
Delete unreferenced constants
  • Loading branch information
nicksardo authored Dec 22, 2017
2 parents 4394637 + 2a1f990 commit 5b9aa6f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/controller/cluster_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ import (
const (
defaultPort = 80
defaultHealthCheckPath = "/"

// Used in the test RunServer method to denote a delete request.
deleteType = "del"

// port 0 is used as a signal for port not found/no such port etc.
invalidPort = 0

// Names longer than this are truncated, because of GCE restrictions.
nameLenLimit = 62
)

// ClusterManager manages cluster resource pools.
Expand Down

0 comments on commit 5b9aa6f

Please sign in to comment.