assisted-service-client 2.20.0.post12__py3-none-any.whl → 2.20.0.post14__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -403,6 +403,8 @@ class InfraEnvCreateParams(object):
403
403
  :param additional_trust_bundle: The additional_trust_bundle of this InfraEnvCreateParams. # noqa: E501
404
404
  :type: str
405
405
  """
406
+ if additional_trust_bundle is not None and len(additional_trust_bundle) > 65535:
407
+ raise ValueError("Invalid value for `additional_trust_bundle`, length must be less than or equal to `65535`") # noqa: E501
406
408
 
407
409
  self._additional_trust_bundle = additional_trust_bundle
408
410
 
@@ -283,6 +283,8 @@ class InfraEnvUpdateParams(object):
283
283
  :param additional_trust_bundle: The additional_trust_bundle of this InfraEnvUpdateParams. # noqa: E501
284
284
  :type: str
285
285
  """
286
+ if additional_trust_bundle is not None and len(additional_trust_bundle) > 65535:
287
+ raise ValueError("Invalid value for `additional_trust_bundle`, length must be less than or equal to `65535`") # noqa: E501
286
288
 
287
289
  self._additional_trust_bundle = additional_trust_bundle
288
290
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: assisted-service-client
3
- Version: 2.20.0.post12
3
+ Version: 2.20.0.post14
4
4
  Summary: AssistedInstall
5
5
  Home-page: https://github.com/openshift/assisted-service
6
6
  Author: RedHat
@@ -93,9 +93,9 @@ assisted_service_client/models/image_info.py,sha256=qLE6WdrbAF3NcgwCBXbTDxrWMlEy
93
93
  assisted_service_client/models/image_type.py,sha256=xswQhbh-FSRQdOmiYYvpAxEJPsVQ7v9JfsMrmLwUIqY,2455
94
94
  assisted_service_client/models/import_cluster_params.py,sha256=1fRPcjsG18l7HbxdUubpFyt5oh3s0kR-VyntcVOuF9c,6408
95
95
  assisted_service_client/models/infra_env.py,sha256=pS9Q4A1TDwQXqKp9Ph29_87L_yAQtmJY_i4Ck87Uy60,24743
96
- assisted_service_client/models/infra_env_create_params.py,sha256=kiPACmhQBR4O-OtHYeN2MvwO1eA6jzcuqeKPOd8F_Ik,15926
96
+ assisted_service_client/models/infra_env_create_params.py,sha256=vEzMXPORxoepCHwNdZKlcQaTUOsNZhYWolX0FxPK2Pg,16151
97
97
  assisted_service_client/models/infra_env_list.py,sha256=QAy34UbUHugMwQZYOI9Y3SQKY1MNXOIKf3Yanry9GdE,2368
98
- assisted_service_client/models/infra_env_update_params.py,sha256=HA4LHuLcj6I0Vl0QGurL36F2f-Nt0TeWrXvdWNdCWC4,11325
98
+ assisted_service_client/models/infra_env_update_params.py,sha256=UNbrQTKyKF3lT38MaGOL8qnktAFYQMUGkRz2V0E_i5g,11550
99
99
  assisted_service_client/models/infra_error.py,sha256=Y5c3rRcqf_HKAPKzX5xUVvXpFVcT0ygZnWtPFH-NF74,4314
100
100
  assisted_service_client/models/ingress_cert_params.py,sha256=-XP1NimCqaTWoxjUIJ_ELs5y37ShwaeKXadoOvUTiPA,2388
101
101
  assisted_service_client/models/ingress_vip.py,sha256=lyf0K-0cVmdhuflocLIEtJ1r-zZjiYUb6BJmY8h-Vlk,4662
@@ -361,7 +361,7 @@ test/test_versions.py,sha256=n-4xIBBiEuExya4yfHjxHbsRinb_vccUxwIrMxyEvfk,843
361
361
  test/test_versions_api.py,sha256=1I1X8zO7RRpqgvWhuV05bK2PnSQfYjN7_d4eBYkum1s,967
362
362
  test/test_vip_type.py,sha256=MAse7Cn2PT8pBELxmmAa4X9K_fZ-jtvNTmrqQ0Hvc-o,837
363
363
  test/test_vip_verification.py,sha256=DwaHdagiOxRAPQ8TN541xSPn--MJEbRATBm1h3OmmZ4,901
364
- assisted_service_client-2.20.0.post12.dist-info/METADATA,sha256=s3OutHcLCA67cHE15u7GBfFsikE-cju2Uy9HiHP_l9c,24800
365
- assisted_service_client-2.20.0.post12.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
366
- assisted_service_client-2.20.0.post12.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
367
- assisted_service_client-2.20.0.post12.dist-info/RECORD,,
364
+ assisted_service_client-2.20.0.post14.dist-info/METADATA,sha256=TPsEV9p0PoYOVCQb1WF7ghc5kW-CWlIu88rmOmDXVww,24800
365
+ assisted_service_client-2.20.0.post14.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
366
+ assisted_service_client-2.20.0.post14.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
367
+ assisted_service_client-2.20.0.post14.dist-info/RECORD,,