Skip to content

Commit

Permalink
Merge pull request #15 from koudaiii/koudaiii/disply-option
Browse files Browse the repository at this point in the history
Display options
  • Loading branch information
koudaiii authored Dec 31, 2016
2 parents d6c27a7 + 38fc564 commit d6cd450
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 d6cd450

Please sign in to comment.