Star
0
Fork
5
代码
介绍
代码
Issues
1
Pull Requests
2
流水线
Actions
讨论
Wiki
项目成员
342
分析
项目设置
Star
0
Fork
5
of-dev/v1.7.1
kubevirt
/
hack
/
gen-client-python
下载当前目录
D
Daniel Hiller
Remove invalid email reference
0cf3f3bb
创建于
2023年6月19日
历史提交
文件
最后提交记录
最后更新时间
hard-coded-modules
Add imports for hard-coded files.
7 年前
deploy.sh
Remove invalid email reference Replace old bot user email with new kubevirtbot@redhat.com. Also swap git user.name and user.email to use correct defaults. The old email was removed from the kubevirt-bot GitHub account, thus the publish job for nightly build failed:
https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/periodic-kubevirt-push-nightly-build-main/1669510740576309248
#1
:build-log.txt%3A1510 Signed-off-by: Daniel Hiller <dhiller@redhat.com>
2 年前
generate.sh
Replace .travis.yml with two scripts for tag release and merge to master automation/release.sh takes care of the release whenever it is run against a tagged commit. It then executes tests, creates the GitHub release in case it not exists, and attaches the release artifacts to the GitHub release. It then uploads the testing manifests to gcs so that the external tests can retrieve it from there and creates a stable.txt file that is also uploaded to gcs. Finally it updates the release api documentation and the go client repository. automation/postsubmit-master.sh takes care of checking and updating on merges to the master branch. It updates api documentation for master, the python client and the go client repository. Signed-off-by: Daniel Hiller <dhiller@redhat.com>
5 年前
swagger-codegen-config.json.in
client-python: generate and deploy PySDK for KubeVirt Fixes: kubevirt/client-python
#5
8 年前