assisted-service-client 2.37.0.post43__py3-none-any.whl → 2.37.0.post45__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of assisted-service-client might be problematic. Click here for more details.
- assisted_service_client/models/cluster_create_params.py +2 -2
- assisted_service_client/models/v2_cluster_update_params.py +2 -2
- {assisted_service_client-2.37.0.post43.dist-info → assisted_service_client-2.37.0.post45.dist-info}/METADATA +1 -1
- {assisted_service_client-2.37.0.post43.dist-info → assisted_service_client-2.37.0.post45.dist-info}/RECORD +6 -6
- {assisted_service_client-2.37.0.post43.dist-info → assisted_service_client-2.37.0.post45.dist-info}/WHEEL +0 -0
- {assisted_service_client-2.37.0.post43.dist-info → assisted_service_client-2.37.0.post45.dist-info}/top_level.txt +0 -0
|
@@ -637,7 +637,7 @@ class ClusterCreateParams(object):
|
|
|
637
637
|
def olm_operators(self):
|
|
638
638
|
"""Gets the olm_operators of this ClusterCreateParams. # noqa: E501
|
|
639
639
|
|
|
640
|
-
List of OLM operators to be installed.
|
|
640
|
+
List of OLM operators to be installed. For the full list of supported operators, check the endpoint `/v2/supported-operators`: # noqa: E501
|
|
641
641
|
|
|
642
642
|
:return: The olm_operators of this ClusterCreateParams. # noqa: E501
|
|
643
643
|
:rtype: list[OperatorCreateParams]
|
|
@@ -648,7 +648,7 @@ class ClusterCreateParams(object):
|
|
|
648
648
|
def olm_operators(self, olm_operators):
|
|
649
649
|
"""Sets the olm_operators of this ClusterCreateParams.
|
|
650
650
|
|
|
651
|
-
List of OLM operators to be installed.
|
|
651
|
+
List of OLM operators to be installed. For the full list of supported operators, check the endpoint `/v2/supported-operators`: # noqa: E501
|
|
652
652
|
|
|
653
653
|
:param olm_operators: The olm_operators of this ClusterCreateParams. # noqa: E501
|
|
654
654
|
:type: list[OperatorCreateParams]
|
|
@@ -616,7 +616,7 @@ class V2ClusterUpdateParams(object):
|
|
|
616
616
|
def olm_operators(self):
|
|
617
617
|
"""Gets the olm_operators of this V2ClusterUpdateParams. # noqa: E501
|
|
618
618
|
|
|
619
|
-
List of OLM operators to be installed.
|
|
619
|
+
List of OLM operators to be installed. For the full list of supported operators, check the endpoint `/v2/supported-operators`: # noqa: E501
|
|
620
620
|
|
|
621
621
|
:return: The olm_operators of this V2ClusterUpdateParams. # noqa: E501
|
|
622
622
|
:rtype: list[OperatorCreateParams]
|
|
@@ -627,7 +627,7 @@ class V2ClusterUpdateParams(object):
|
|
|
627
627
|
def olm_operators(self, olm_operators):
|
|
628
628
|
"""Sets the olm_operators of this V2ClusterUpdateParams.
|
|
629
629
|
|
|
630
|
-
List of OLM operators to be installed.
|
|
630
|
+
List of OLM operators to be installed. For the full list of supported operators, check the endpoint `/v2/supported-operators`: # noqa: E501
|
|
631
631
|
|
|
632
632
|
:param olm_operators: The olm_operators of this V2ClusterUpdateParams. # noqa: E501
|
|
633
633
|
:type: list[OperatorCreateParams]
|
|
@@ -19,7 +19,7 @@ assisted_service_client/models/bind_host_params.py,sha256=R6AntLnkrOE_uVaRECc_gx
|
|
|
19
19
|
assisted_service_client/models/boot.py,sha256=HaFURZ2Zcn14eHfojQVuCT7W6jmVly_hgCpgoeY-Pu8,5412
|
|
20
20
|
assisted_service_client/models/bundle.py,sha256=KSblKrop2bnV5MlxFaWROMC4zKatF5qMX9dn4PZOWOA,3796
|
|
21
21
|
assisted_service_client/models/cluster.py,sha256=3qQ8JGiYPVU_tlaQHsU4vokckaNzyoQfjIkZch1qrcM,76616
|
|
22
|
-
assisted_service_client/models/cluster_create_params.py,sha256=
|
|
22
|
+
assisted_service_client/models/cluster_create_params.py,sha256=J-VvUpdbFQ1F_yAdKvnzOP6B_w3exRwEDT1RrEWatPM,39783
|
|
23
23
|
assisted_service_client/models/cluster_default_config.py,sha256=MXhboRxA2o4-lHR9baQCiehfksCV4XfsabSMqFfSv3U,12993
|
|
24
24
|
assisted_service_client/models/cluster_finalizing_progress.py,sha256=lTBxx_NSDubtAg8aSXbxwWhW2XxPYJZ0ztUmozfEJhA,3325
|
|
25
25
|
assisted_service_client/models/cluster_host_requirements.py,sha256=WA_ZAdFbM4jnENgyc1Hbwc41g651D8kVOpHFRZkCtoo,5883
|
|
@@ -184,7 +184,7 @@ assisted_service_client/models/upgrade_agent_response.py,sha256=OhvFdKCUZvb1awBX
|
|
|
184
184
|
assisted_service_client/models/upgrade_agent_result.py,sha256=n0QImJ9nWvRC88hrBb5GLpGwq4h_YaGA-Rh6J7uxEeI,2481
|
|
185
185
|
assisted_service_client/models/upgrade_channel.py,sha256=1zGictvdXO0SRJZfRamBovlh6MneEnQz0eIDI6BPK7E,4560
|
|
186
186
|
assisted_service_client/models/usage.py,sha256=wP7af-XSqp3kWq8eiMumEz4vZnoy9FKko_IoITk8oac,4321
|
|
187
|
-
assisted_service_client/models/v2_cluster_update_params.py,sha256=
|
|
187
|
+
assisted_service_client/models/v2_cluster_update_params.py,sha256=KJvTJQzG-DzLCbrLz3C-o3jOJqgsvhXauvqEoGDYClI,36910
|
|
188
188
|
assisted_service_client/models/verified_vip.py,sha256=XbwwmYkF4nFHeyWU0dhDzLUizU65OBkG_h-J1LUXw_Q,4348
|
|
189
189
|
assisted_service_client/models/verify_vip.py,sha256=ocOvQ8-jVV1xTH57rO4BXVDFVqRkTQnIrz5D-TGAXmg,3555
|
|
190
190
|
assisted_service_client/models/verify_vips_request.py,sha256=cK1qzbhYcmD9BTZuQgv84wsbCZKozTySr6Acf8hI9LY,2388
|
|
@@ -383,7 +383,7 @@ test/test_versions.py,sha256=n-4xIBBiEuExya4yfHjxHbsRinb_vccUxwIrMxyEvfk,843
|
|
|
383
383
|
test/test_versions_api.py,sha256=STXdU0DUr6Bmpp8YEBvPKo5ohNZKwxI0e_ddDi3F_1c,1087
|
|
384
384
|
test/test_vip_type.py,sha256=MAse7Cn2PT8pBELxmmAa4X9K_fZ-jtvNTmrqQ0Hvc-o,837
|
|
385
385
|
test/test_vip_verification.py,sha256=DwaHdagiOxRAPQ8TN541xSPn--MJEbRATBm1h3OmmZ4,901
|
|
386
|
-
assisted_service_client-2.37.0.
|
|
387
|
-
assisted_service_client-2.37.0.
|
|
388
|
-
assisted_service_client-2.37.0.
|
|
389
|
-
assisted_service_client-2.37.0.
|
|
386
|
+
assisted_service_client-2.37.0.post45.dist-info/METADATA,sha256=5kuJP84MLM8CEuqa1RKDwSNoqXVl0cH8syEZH5V4dfA,26536
|
|
387
|
+
assisted_service_client-2.37.0.post45.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
388
|
+
assisted_service_client-2.37.0.post45.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
|
|
389
|
+
assisted_service_client-2.37.0.post45.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|