Commit ce94262
committed
Temporarily vendor local k8s-operator-libs restart-only predicate
The restart-only feature depends on the RestartOnlyPredicate hook in
k8s-operator-libs, which is not yet released. To let the operator build
against it and to make this branch reviewable end-to-end, add a go.mod
replace pointing at a local k8s-operator-libs checkout and vendor the
modified upgrade-package files.
This is a throwaway shim for discussion only -- the replace uses an
absolute local path and will not build elsewhere. Drop this commit before
merge; the real change bumps the dependency to a tagged library release.
Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>1 parent 30d844a commit ce94262
5 files changed
Lines changed: 52 additions & 6 deletions
File tree
- vendor
- github.com/NVIDIA/k8s-operator-libs/pkg/upgrade
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 27 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
1181 | 1181 | | |
1182 | 1182 | | |
1183 | 1183 | | |
| 1184 | + | |
0 commit comments