Skip to content

Commit

Permalink
job: add activeDeadlineSeconds option and fix teams info (#213)
Browse files Browse the repository at this point in the history
* job: add activeDeadlineSeconds option and fix teams info

* job: fix ActiveDeadlineSeconds set value as 0
  • Loading branch information
morpheu authored Oct 9, 2023
1 parent 1c1122a commit 5b5f8cc
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 161 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ require (
github.com/pmorie/go-open-service-broker-client v0.0.0-20180330214919-dca737037ce6
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
github.com/tsuru/gnuflag v0.0.0-20151217162021-86b8c1b864aa
github.com/tsuru/go-tsuruclient v0.0.0-20230825190329-707cd132390e
github.com/tsuru/go-tsuruclient v0.0.0-20231005173907-4607cc1f111e
github.com/tsuru/tablecli v0.0.0-20190131152944-7ded8a3383c6
github.com/tsuru/tsuru v0.0.0-20230721211340-f41fb455f8c3
github.com/tsuru/tsuru v0.0.0-20231003184130-e29d84f36397
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.23.4
k8s.io/apimachinery v0.23.17
)

require (
Expand Down Expand Up @@ -78,17 +78,18 @@ require (
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.23.4 // indirect
k8s.io/client-go v0.23.4 // indirect
k8s.io/api v0.23.17 // indirect
k8s.io/client-go v0.23.17 // indirect
k8s.io/klog/v2 v2.50.2 // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

replace (
Expand Down
Loading

0 comments on commit 5b5f8cc

Please sign in to comment.