Skip to content

Commit a1eca12

Browse files
committed
autogenerated full api
1 parent 9db4abe commit a1eca12

File tree

2,066 files changed

+156964
-209095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,066 files changed

+156964
-209095
lines changed

.swagger-codegen-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.swagger-codegen-ignore
2+
git_push.sh
3+
tox.ini

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ python:
1111
# command to install dependencies
1212
install: "pip install -r requirements.txt"
1313
# command to run tests
14-
script:
15-
- nosetests
16-
- for api in generated/*; do nosetests -w $api; done
14+
script: nosetests

README.md

Lines changed: 1070 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

docs/Api.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# lib_openshift.Api
2+
3+
All URIs are relative to *https://localhost:8443/*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**get_api_versions**](Api.md#get_api_versions) | **GET** /api | get available API versions
8+
9+
10+
# **get_api_versions**
11+
> get_api_versions()
12+
13+
get available API versions
14+
15+
### Example
16+
```python
17+
import time
18+
import lib_openshift
19+
from lib_openshift.rest import ApiException
20+
from pprint import pprint
21+
22+
# create an instance of the API class
23+
api_instance = lib_openshift.Api()
24+
25+
try:
26+
# get available API versions
27+
api_instance.get_api_versions()
28+
except ApiException as e:
29+
print "Exception when calling Api->get_api_versions: %s\n" % e
30+
```
31+
32+
### Parameters
33+
This endpoint does not need any parameter.
34+
35+
### Return type
36+
37+
void (empty response body)
38+
39+
### Authorization
40+
41+
No authorization required
42+
43+
### HTTP request headers
44+
45+
- **Content-Type**: application/json, application/yaml
46+
- **Accept**: application/json, application/yaml
47+
48+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
49+

docs/ApiV1.md

Lines changed: 14559 additions & 0 deletions
Large diffs are not rendered by default.

docs/Apis.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# lib_openshift.Apis
2+
3+
All URIs are relative to *https://localhost:8443/*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**get_api_versions**](Apis.md#get_api_versions) | **GET** /apis | get available API versions
8+
9+
10+
# **get_api_versions**
11+
> get_api_versions()
12+
13+
get available API versions
14+
15+
### Example
16+
```python
17+
import time
18+
import lib_openshift
19+
from lib_openshift.rest import ApiException
20+
from pprint import pprint
21+
22+
# create an instance of the API class
23+
api_instance = lib_openshift.Apis()
24+
25+
try:
26+
# get available API versions
27+
api_instance.get_api_versions()
28+
except ApiException as e:
29+
print "Exception when calling Apis->get_api_versions: %s\n" % e
30+
```
31+
32+
### Parameters
33+
This endpoint does not need any parameter.
34+
35+
### Return type
36+
37+
void (empty response body)
38+
39+
### Authorization
40+
41+
No authorization required
42+
43+
### HTTP request headers
44+
45+
- **Content-Type**: application/json, application/yaml
46+
- **Accept**: application/json, application/yaml
47+
48+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
49+

docs/ApisAutoscaling.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# lib_openshift.ApisAutoscaling
2+
3+
All URIs are relative to *https://localhost:8443/*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**get_api_group**](ApisAutoscaling.md#get_api_group) | **GET** /apis/autoscaling | get information of a group
8+
9+
10+
# **get_api_group**
11+
> get_api_group()
12+
13+
get information of a group
14+
15+
### Example
16+
```python
17+
import time
18+
import lib_openshift
19+
from lib_openshift.rest import ApiException
20+
from pprint import pprint
21+
22+
# create an instance of the API class
23+
api_instance = lib_openshift.ApisAutoscaling()
24+
25+
try:
26+
# get information of a group
27+
api_instance.get_api_group()
28+
except ApiException as e:
29+
print "Exception when calling ApisAutoscaling->get_api_group: %s\n" % e
30+
```
31+
32+
### Parameters
33+
This endpoint does not need any parameter.
34+
35+
### Return type
36+
37+
void (empty response body)
38+
39+
### Authorization
40+
41+
No authorization required
42+
43+
### HTTP request headers
44+
45+
- **Content-Type**: application/json, application/yaml
46+
- **Accept**: application/json, application/yaml
47+
48+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
49+

0 commit comments

Comments
 (0)