Skip to content

Commit 34c91c3

Browse files
committed
client-python: remove generation
client-python repo is archived kubevirt/client-python#61 Signed-off-by: fossedihelm <[email protected]>
1 parent 654c1fd commit 34c91c3

File tree

9 files changed

+0
-249
lines changed

9 files changed

+0
-249
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ generate-verify: generate
6666
apidocs:
6767
hack/dockerized "./hack/gen-swagger-doc/gen-swagger-docs.sh v1 html"
6868

69-
client-python:
70-
hack/dockerized "DOCKER_TAG=${DOCKER_TAG} ./hack/gen-client-python/generate.sh"
71-
7269
go-build:
7370
KUBEVIRT_NO_BAZEL=true hack/dockerized "export KUBEVIRT_VERSION=${KUBEVIRT_VERSION} && KUBEVIRT_GO_BUILD_TAGS=${KUBEVIRT_GO_BUILD_TAGS} KUBEVIRT_RELEASE=${KUBEVIRT_RELEASE} ./hack/build-go.sh install ${WHAT}" && ./hack/build-copy-artifacts.sh ${WHAT}
7471

automation/postsubmit-main.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ make bazel-build-verify
1212

1313
make build-verify # verify that we set version on the packages built by go (goveralls depends on go-build target)
1414
make apidocs
15-
make client-python
1615
make manifests DOCKER_PREFIX="$DOCKER_PREFIX" DOCKER_TAG="$DOCKER_TAG" # skip getting old CSVs here (no QUAY_REPOSITORY), verification might fail because of stricter rules over time; falls back to latest if not on a tag
1716
make olm-verify
1817
make prom-rules-verify
@@ -21,5 +20,4 @@ make manifests
2120
make build-functests
2221

2322
bash hack/gen-swagger-doc/deploy.sh
24-
bash hack/gen-client-python/deploy.sh
2523
hack/publish-staging.sh

automation/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function build_release_artifacts() {
3737
make
3838
make build-verify
3939
make apidocs
40-
make client-python
4140
make manifests
4241
make olm-verify
4342
make prom-rules-verify

hack/common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ ARTIFACTS=${ARTIFACTS:-${OUT_DIR}/artifacts}
4343
DIGESTS_DIR=${OUT_DIR}/digests
4444
MANIFESTS_OUT_DIR=$OUT_DIR/manifests
4545
MANIFEST_TEMPLATES_OUT_DIR=$OUT_DIR/templates/manifests
46-
PYTHON_CLIENT_OUT_DIR=$OUT_DIR/client-python
4746
ARCHITECTURE="${ARCHITECTURE:-$(uname -m)}"
4847
HOST_ARCHITECTURE="$(uname -m)"
4948
KUBEVIRT_NO_BAZEL=${KUBEVIRT_NO_BAZEL:-false}

hack/gen-client-python/deploy.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

hack/gen-client-python/generate.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

hack/gen-client-python/hard-coded-modules/v1_interface_bridge.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

hack/gen-client-python/hard-coded-modules/v1_interface_slirp.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

hack/gen-client-python/swagger-codegen-config.json.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)