Skip to content

Commit

Permalink
Removed .vscode files and unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcase committed Aug 9, 2018
1 parent 648c09f commit 3e15d01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
44 changes: 0 additions & 44 deletions .vscode/launch.json

This file was deleted.

8 changes: 0 additions & 8 deletions pkg/testutils/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ func NewFakeCluster(clusterName string, status string) *awseks.Cluster {

return cluster
}

// ValidClusterStatus checks that the provided status is a valid
// status of a cluster according to AWS SDK
func ValidClusterStatus(status string) bool {
valid := map[string]bool{awseks.ClusterStatusActive: true, awseks.ClusterStatusCreating: true, awseks.ClusterStatusDeleting: true, awseks.ClusterStatusFailed: true}

return valid[status]
}

0 comments on commit 3e15d01

Please sign in to comment.