Skip to content

Commit

Permalink
e2e: add basic topology updater test
Browse files Browse the repository at this point in the history
Co-authored-by: Swati Sehgal <[email protected]>
Co-authored-by: Francesco Romani <[email protected]>
Signed-off-by: Artyom Lukianov <[email protected]>
  • Loading branch information
3 people committed Aug 4, 2021
1 parent d0d7583 commit 416651f
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ require (
google.golang.org/protobuf v1.26.0-rc.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.21.2
k8s.io/apiextensions-apiserver v0.21.2
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
k8s.io/klog/v2 v2.8.0
k8s.io/kubelet v0.0.0
k8s.io/kubernetes v1.21.2
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
sigs.k8s.io/yaml v1.2.0
)

Expand Down
Loading

0 comments on commit 416651f

Please sign in to comment.