Skip to content

Commit

Permalink
chore: Liniting
Browse files Browse the repository at this point in the history
  • Loading branch information
djboris9 committed Apr 15, 2021
1 parent cd9ac29 commit b99d08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubediscovery/kubediscovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Client struct {
// or not.
type NodeSchedulability string

// Constants to define the NodeSchedulability of kubernetes Nodes
const (
NodeSchedulabilityUnknown NodeSchedulability = "Unknown"
NodeSchedulable NodeSchedulability = "Schedulable"
Expand Down

0 comments on commit b99d08d

Please sign in to comment.