Skip to content

Commit

Permalink
Api aligned with kubernetes standard
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar committed Oct 3, 2017
1 parent fcf804c commit 7f695a0
Show file tree
Hide file tree
Showing 167 changed files with 8,102 additions and 10,505 deletions.
1 change: 1 addition & 0 deletions .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.0-SNAPSHOT
82 changes: 41 additions & 41 deletions README.md

Large diffs are not rendered by default.

845 changes: 440 additions & 405 deletions docs/ApiskubevirtiovalphaApi.md → docs/ApiskubevirtIov1alpha1Api.md

Large diffs are not rendered by default.

1,003 changes: 81 additions & 922 deletions kubevirt-pysdk-codegen.log

Large diffs are not rendered by default.

795 changes: 0 additions & 795 deletions kubevirt-pysdk.log

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi >= 14.05.14
six == 1.8.0
six >= 1.10
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.15.1
20 changes: 4 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,19 @@
"""
No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
OpenAPI spec version:
Generated by: https://github.com/swagger-api/swagger-codegen.git
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


import sys
from setuptools import setup, find_packages

NAME = "swagger_client"
NAME = "swagger-client"
VERSION = "1.0.0"

# To install the library, run the following
#
# python setup.py install
Expand All @@ -48,6 +36,6 @@
packages=find_packages(),
include_package_data=True,
long_description="""\
No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
"""
)
Loading

0 comments on commit 7f695a0

Please sign in to comment.