Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Jun 28, 2019
1 parent a64f0ee commit b28dc58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ format:
install:
GO111MODULE=on go install -v

all: install vendor
all: format install
7 changes: 4 additions & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ import (
)

type Aggregation int

const (
None Aggregation = iota
Pod
Namespace
)

type Args struct {
Namespace string
KubeConfig string
Namespace string
KubeConfig string
NamespaceBlacklist []string
Aggregation Aggregation
Aggregation Aggregation
}

func Run(args *Args) error {
Expand Down

0 comments on commit b28dc58

Please sign in to comment.