Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/pborman/uuid v1.2.0
github.com/portworx/dcos-secrets v0.0.0-20180616013705-8e8ec3f66611
github.com/portworx/kvdb v0.0.0-20200929023115-b312c7519467
github.com/portworx/sched-ops v1.20.4-rc1.0.20220208024433-611d861089d4
github.com/portworx/sched-ops v1.20.4-rc1
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
google.golang.org/api v0.83.0
Expand All @@ -32,7 +32,6 @@ require (
github.com/onsi/ginkgo/v2 v2.6.0 // indirect
github.com/onsi/gomega v1.24.1 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/shirou/gopsutil v2.19.9+incompatible // indirect
go.uber.org/goleak v1.2.0 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
Expand Down
635 changes: 8 additions & 627 deletions go.sum

Large diffs are not rendered by default.

88 changes: 0 additions & 88 deletions vendor/github.com/portworx/sched-ops/k8s/common/pod.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions vendor/github.com/portworx/sched-ops/k8s/core/configmaps.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/portworx/sched-ops/k8s/core/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions vendor/github.com/portworx/sched-ops/k8s/core/nodes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 26 additions & 73 deletions vendor/github.com/portworx/sched-ops/k8s/core/pods.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions vendor/github.com/portworx/sched-ops/k8s/core/secrets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions vendor/github.com/portworx/sched-ops/k8s/core/serviceaccounts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ github.com/portworx/dcos-secrets
github.com/portworx/kvdb
github.com/portworx/kvdb/common
github.com/portworx/kvdb/mem
# github.com/portworx/sched-ops v1.20.4-rc1.0.20220208024433-611d861089d4
# github.com/portworx/sched-ops v1.20.4-rc1
github.com/portworx/sched-ops/k8s/common
github.com/portworx/sched-ops/k8s/core
github.com/portworx/sched-ops/k8s/errors
Expand Down