assisted-service-client 2.30.0.post48__py3-none-any.whl → 2.31.0.post16__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -225,6 +225,8 @@ class VersionsApi(object):
225
225
  >>> result = thread.get()
226
226
 
227
227
  :param async_req bool
228
+ :param str version: Retrieves only the versions that contain the specified substring in their display name.
229
+ :param bool only_latest: If true, returns only the latest version for each minor.
228
230
  :return: OpenshiftVersions
229
231
  If the method is called asynchronously,
230
232
  returns the request thread.
@@ -246,12 +248,14 @@ class VersionsApi(object):
246
248
  >>> result = thread.get()
247
249
 
248
250
  :param async_req bool
251
+ :param str version: Retrieves only the versions that contain the specified substring in their display name.
252
+ :param bool only_latest: If true, returns only the latest version for each minor.
249
253
  :return: OpenshiftVersions
250
254
  If the method is called asynchronously,
251
255
  returns the request thread.
252
256
  """
253
257
 
254
- all_params = [] # noqa: E501
258
+ all_params = ['version', 'only_latest'] # noqa: E501
255
259
  all_params.append('async_req')
256
260
  all_params.append('_return_http_data_only')
257
261
  all_params.append('_preload_content')
@@ -272,6 +276,10 @@ class VersionsApi(object):
272
276
  path_params = {}
273
277
 
274
278
  query_params = []
279
+ if 'version' in params:
280
+ query_params.append(('version', params['version'])) # noqa: E501
281
+ if 'only_latest' in params:
282
+ query_params.append(('only_latest', params['only_latest'])) # noqa: E501
275
283
 
276
284
  header_params = {}
277
285
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: assisted-service-client
3
- Version: 2.30.0.post48
3
+ Version: 2.31.0.post16
4
4
  Summary: AssistedInstall
5
5
  Home-page: https://github.com/openshift/assisted-service
6
6
  Author: RedHat
@@ -8,7 +8,7 @@ assisted_service_client/api/installer_api.py,sha256=O4W5uLz2xoHnr4WdkUVvz2SUQkjN
8
8
  assisted_service_client/api/managed_domains_api.py,sha256=rTPj3IVxrECtMc_-acZ14u6WydVqHVw6VaM7I8Zvu3g,4087
9
9
  assisted_service_client/api/manifests_api.py,sha256=aLktOGwkOa3siGnJOYuGO0mH3TlES-fBZvilNvseGO0,25146
10
10
  assisted_service_client/api/operators_api.py,sha256=d-QpJNPGcrAKlE2zG7K160zWrQ7_Wig4osid_92zSTQ,17473
11
- assisted_service_client/api/versions_api.py,sha256=3DDWSGJCHSOrcB9V2-ZaWNfrcbc-SBaWtKBt_UIcD1I,11006
11
+ assisted_service_client/api/versions_api.py,sha256=0eomTHtqgrHnxBxNhL_rZ43K3O3fjvpy0nMRxt2idEg,11674
12
12
  assisted_service_client/models/__init__.py,sha256=aTAQza7vnbn-zJKV-6_pMuj1F6T25Vk58btXN91zUJI,14463
13
13
  assisted_service_client/models/api_vip.py,sha256=gn7i8OtCG3uzm-Ymku55LMWWOn9sujJ-tJ-eZ2VSLkk,4590
14
14
  assisted_service_client/models/api_vip_connectivity_additional_request_header.py,sha256=pxx8s7nM0qoKarVqYMF0qyY4R4Tz3O6eOfPnji55lRY,4138
@@ -373,7 +373,7 @@ test/test_versions.py,sha256=n-4xIBBiEuExya4yfHjxHbsRinb_vccUxwIrMxyEvfk,843
373
373
  test/test_versions_api.py,sha256=STXdU0DUr6Bmpp8YEBvPKo5ohNZKwxI0e_ddDi3F_1c,1087
374
374
  test/test_vip_type.py,sha256=MAse7Cn2PT8pBELxmmAa4X9K_fZ-jtvNTmrqQ0Hvc-o,837
375
375
  test/test_vip_verification.py,sha256=DwaHdagiOxRAPQ8TN541xSPn--MJEbRATBm1h3OmmZ4,901
376
- assisted_service_client-2.30.0.post48.dist-info/METADATA,sha256=uREW-VrDSR_aF9tUonVScHzUR_8FX5t-d-tGyYV-aSw,25678
377
- assisted_service_client-2.30.0.post48.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
378
- assisted_service_client-2.30.0.post48.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
379
- assisted_service_client-2.30.0.post48.dist-info/RECORD,,
376
+ assisted_service_client-2.31.0.post16.dist-info/METADATA,sha256=L_0G4UG5UNzheeaseRRQLfW3gU6qoeBMK9n712Fu80Q,25678
377
+ assisted_service_client-2.31.0.post16.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
378
+ assisted_service_client-2.31.0.post16.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
379
+ assisted_service_client-2.31.0.post16.dist-info/RECORD,,