Skip to content

Commit

Permalink
Add display options
Browse files Browse the repository at this point in the history
  • Loading branch information
koudaiii committed Dec 31, 2016
1 parent d6c27a7 commit 38fc564
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ func main() {
os.Exit(1)
}

fmt.Printf("Namespace: %s\n", namespace)
fmt.Printf("Labels: %s\n\n", labels)

deployments, err := clientset.Deployments(namespace).List(v1.ListOptions{
LabelSelector: labels,
})
Expand Down

0 comments on commit 38fc564

Please sign in to comment.