DDan Kenigsbergconsistent copyright notice
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Test cleanup: Refactor pod-running utils in libpod This commit moves all the pod-related helpers from this file to a pod-specific package. Having the helpers in this pod-specific package allows us to drop redundant naming conventions. Signed-off-by: Alvaro Romero <alromero@redhat.com> | 1 年前 | |
Fix exec.ExecuteCommandOnPod to not require virtclient as a parameter We should fix exec.ExecuteCommandOnPod to not require virtclient as a parameter. since it's kubevirt.Client() in all cases. Signed-off-by: avlitman <alitman@redhat.com> | 2 年前 | |
linter: Introduce a stricter formatter gofumpt A stricter formater allows to reduce formatting and style opinionated comments in reviews and consistency over the codebase. Used the extra flag to add all rules. To automatically format the code, use: gofumpt -l -w -extra -modpath \ pkg/instancetype \ pkg/libvmi \ pkg/network/admitter \ pkg/network/namescheme \ pkg/network/domainspec \ pkg/network/deviceinfo \ tests/console \ tests/libnet \ tests/libnode \ tests/libconfigmap \ tests/libpod \ tests/libvmifact \ tests/libsecret For more information, see the project sources [1]. [1] https://github.com/mvdan/gofumpt Signed-off-by: Edward Haas <edwardh@redhat.com> | 2 年前 | |
Add a LookupComputeContainerFromVmi to libpod Signed-off-by: Itamar Holder <iholder@redhat.com> | 2 年前 | |
tests: add e2e tests for node selector of machine type Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 1 年前 | |
consistent copyright notice Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. This is a follow-up of commit e36bb0bd79976 sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./' git grep -l '20.. Red Hat, Inc.'|grep -v staging|grep -v vendor|grep -v kubevirtci Signed-off-by: Dan Kenigsberg <danken@redhat.com> | 1 年前 | |
Test cleanup: Move RunCommandOnVmiPod to libpod Signed-off-by: Alvaro Romero <alromero@redhat.com> | 1 年前 | |
e2e: fix GetRunningPodByLabel helper function it wasn't compatible with VM migration case where there could be 2 running virt-laucnher pods. With the fix the function will return the target pod when its ready. also added library function that sorts pods by creation ts Signed-off-by: Igor Bezukh <ibezukh@redhat.com> | 2 年前 |