Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandorubbo committed Dec 30, 2019
1 parent 3481829 commit 416bc5f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file modified bin/kubectl-snapshot-darwin-386
Binary file not shown.
Binary file modified bin/kubectl-snapshot-darwin-amd64
Binary file not shown.
Binary file modified bin/kubectl-snapshot-linux-386
Binary file not shown.
Binary file modified bin/kubectl-snapshot-linux-amd64
Binary file not shown.
Binary file modified bin/kubectl-snapshot-windows-386.exe
Binary file not shown.
Binary file modified bin/kubectl-snapshot-windows-amd64.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"time"
)

const version = "0.1.5"
const versionDesciption = "Get Lifecycle PreStop, Rediness Probe and Liveness Probe"
const version = "0.1.0"
const versionDesciption = "Initial Version"

// TODO: sort-by ? How to handle the below scenarios?
func main() {
Expand Down

0 comments on commit 416bc5f

Please sign in to comment.