Skip to content

Commit

Permalink
Generated new PySDK from KubeVirt c6e2089
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar committed Nov 28, 2017
1 parent c4b14fe commit ac126b1
Show file tree
Hide file tree
Showing 5 changed files with 1,115 additions and 83 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ var/
pip-log.txt
pip-delete-this-directory.txt

# Swagger bin
swagger-codegen-cli.jar
# Unit test / coverage reports
htmlcov/
.tox/
Expand All @@ -55,7 +53,6 @@ venv/

# Django stuff:
*.log
!kubevirt-pysdk-codegen.log

# Sphinx documentation
docs/_build/
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**update_namespaced_migration**](docs/DefaultApi.md#update_namespaced_migration) | **PATCH** /apis/kubevirt.io/v1alpha1/namespaces/{namespace}/migrations/{name} | Patch a Migration object.
*DefaultApi* | [**update_namespaced_virtual_machine**](docs/DefaultApi.md#update_namespaced_virtual_machine) | **PATCH** /apis/kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachines/{name} | Patch a VirtualMachine object.
*DefaultApi* | [**update_namespaced_virtual_machine_replica_set**](docs/DefaultApi.md#update_namespaced_virtual_machine_replica_set) | **PATCH** /apis/kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinereplicasets/{name} | Patch a VirtualMachineReplicaSet object.
*DefaultApi* | [**watch_migration_list_for_all_namespaces**](docs/DefaultApi.md#watch_migration_list_for_all_namespaces) | **GET** /apis/kubevirt.io/v1alpha1/watch/migrations | Watch a MigrationList object.
*DefaultApi* | [**watch_namespaced_migration**](docs/DefaultApi.md#watch_namespaced_migration) | **GET** /apis/kubevirt.io/v1alpha1/watch/namespaces/{namespace}/migrations | Watch a Migration object.
*DefaultApi* | [**watch_namespaced_virtual_machine**](docs/DefaultApi.md#watch_namespaced_virtual_machine) | **GET** /apis/kubevirt.io/v1alpha1/watch/namespaces/{namespace}/virtualmachines | Watch a VirtualMachine object.
*DefaultApi* | [**watch_namespaced_virtual_machine_replica_set**](docs/DefaultApi.md#watch_namespaced_virtual_machine_replica_set) | **GET** /apis/kubevirt.io/v1alpha1/watch/namespaces/{namespace}/virtualmachinereplicasets | Watch a VirtualMachineReplicaSet object.
*DefaultApi* | [**watch_virtual_machine_list_for_all_namespaces**](docs/DefaultApi.md#watch_virtual_machine_list_for_all_namespaces) | **GET** /apis/kubevirt.io/v1alpha1/watch/virtualmachines | Watch a VirtualMachineList object.
*DefaultApi* | [**watch_virtual_machine_replica_set_list_for_all_namespaces**](docs/DefaultApi.md#watch_virtual_machine_replica_set_list_for_all_namespaces) | **GET** /apis/kubevirt.io/v1alpha1/watch/virtualmachinereplicasets | Watch a VirtualMachineReplicaSetList object.


## Documentation For Models
Expand Down
Loading

0 comments on commit ac126b1

Please sign in to comment.