Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxuanzhou committed Dec 5, 2018
2 parents dba2950 + a6e6415 commit c1fb175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ metadata:
name: qj-1
spec:
minMember: 6
queue: default-queue
7 changes: 5 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ import (
)

var (
// Version shows the version of kube-batch.
Version = "Not provided."
GitSHA = "Not provided."
Built = "Not provided."
// GitSHA shoows the git commit id of kube-batch.
GitSHA = "Not provided."
// Built shows the built time of the binary.
Built = "Not provided."
)

// PrintVersionAndExit prints versions from the array returned by Info() and exit
Expand Down

0 comments on commit c1fb175

Please sign in to comment.