Skip to content

Commit 8a16071

Browse files
Update clients to latest platform release (4.19.0)
1 parent 6edbaf6 commit 8a16071

99 files changed

Lines changed: 5677 additions & 685 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 0.1.0
7-
- Package version: 4.18.0
7+
- Package version: 4.19.0
88
- Generator version: 7.9.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

@@ -76,15 +76,15 @@ configuration = platform_api_python_client.Configuration(
7676
with platform_api_python_client.ApiClient(configuration) as api_client:
7777
# Create an instance of the API class
7878
api_instance = platform_api_python_client.EXTERNALApi(api_client)
79-
create_compute_deployment_request = platform_api_python_client.CreateComputeDeploymentRequest() # CreateComputeDeploymentRequest |
79+
cluster_registration_request = platform_api_python_client.ClusterRegistrationRequest() # ClusterRegistrationRequest |
8080

8181
try:
82-
# Create Compute Deployment
83-
api_response = api_instance.create_compute_deployment_deployments_compute_post(create_compute_deployment_request)
84-
print("The response of EXTERNALApi->create_compute_deployment_deployments_compute_post:\n")
82+
# Create Cluster
83+
api_response = api_instance.create_cluster_clusters_post(cluster_registration_request)
84+
print("The response of EXTERNALApi->create_cluster_clusters_post:\n")
8585
pprint(api_response)
8686
except ApiException as e:
87-
print("Exception when calling EXTERNALApi->create_compute_deployment_deployments_compute_post: %s\n" % e)
87+
print("Exception when calling EXTERNALApi->create_cluster_clusters_post: %s\n" % e)
8888

8989
```
9090

@@ -94,6 +94,7 @@ All URIs are relative to *http://localhost*
9494

9595
Class | Method | HTTP request | Description
9696
------------ | ------------- | ------------- | -------------
97+
*EXTERNALApi* | [**create_cluster_clusters_post**](docs/EXTERNALApi.md#create_cluster_clusters_post) | **POST** /clusters | Create Cluster
9798
*EXTERNALApi* | [**create_compute_deployment_deployments_compute_post**](docs/EXTERNALApi.md#create_compute_deployment_deployments_compute_post) | **POST** /deployments/compute | Create Compute Deployment
9899
*EXTERNALApi* | [**create_cserve_v2_deployment_deployments_cserve_v2_post**](docs/EXTERNALApi.md#create_cserve_v2_deployment_deployments_cserve_v2_post) | **POST** /deployments/cserve_v2 | Create Cserve V2 Deployment
99100
*EXTERNALApi* | [**create_cserve_v3_deployment_deployments_cserve_v3_post**](docs/EXTERNALApi.md#create_cserve_v3_deployment_deployments_cserve_v3_post) | **POST** /deployments/cserve_v3 | Create Cserve V3 Deployment
@@ -103,10 +104,10 @@ Class | Method | HTTP request | Description
103104
*EXTERNALApi* | [**create_job_deployment_deployments_job_post**](docs/EXTERNALApi.md#create_job_deployment_deployments_job_post) | **POST** /deployments/job | Create Job Deployment
104105
*EXTERNALApi* | [**create_new_organization_organizations_post**](docs/EXTERNALApi.md#create_new_organization_organizations_post) | **POST** /organizations | Create New Organization
105106
*EXTERNALApi* | [**create_service_account_service_accounts_post**](docs/EXTERNALApi.md#create_service_account_service_accounts_post) | **POST** /service-accounts | Create Service Account
107+
*EXTERNALApi* | [**delete_cluster_clusters_cluster_id_delete**](docs/EXTERNALApi.md#delete_cluster_clusters_cluster_id_delete) | **DELETE** /clusters/{cluster_id} | Delete Cluster
106108
*EXTERNALApi* | [**delete_hardware_instance_hardware_instances_hardware_instance_id_delete**](docs/EXTERNALApi.md#delete_hardware_instance_hardware_instances_hardware_instance_id_delete) | **DELETE** /hardware-instances/{hardware_instance_id} | Delete Hardware Instance
107109
*EXTERNALApi* | [**delete_service_account_service_accounts_workos_id_delete**](docs/EXTERNALApi.md#delete_service_account_service_accounts_workos_id_delete) | **DELETE** /service-accounts/{workos_id} | Delete Service Account
108110
*EXTERNALApi* | [**delete_user_vault_item_endpoint_user_vault_delete**](docs/EXTERNALApi.md#delete_user_vault_item_endpoint_user_vault_delete) | **DELETE** /user_vault | Delete User Vault Item Endpoint
109-
*EXTERNALApi* | [**download_url_file_url_download_post**](docs/EXTERNALApi.md#download_url_file_url_download_post) | **POST** /file_url/download | Download Url
110111
*EXTERNALApi* | [**generate_service_account_secret_service_accounts_workos_id_secrets_post**](docs/EXTERNALApi.md#generate_service_account_secret_service_accounts_workos_id_secrets_post) | **POST** /service-accounts/{workos_id}/secrets | Generate Service Account Secret
111112
*EXTERNALApi* | [**get_all_user_vault_items_endpoint_user_vault_get**](docs/EXTERNALApi.md#get_all_user_vault_items_endpoint_user_vault_get) | **GET** /user_vault | Get All User Vault Items Endpoint
112113
*EXTERNALApi* | [**get_clusters_clusters_get**](docs/EXTERNALApi.md#get_clusters_clusters_get) | **GET** /clusters | Get Clusters
@@ -134,6 +135,7 @@ Class | Method | HTTP request | Description
134135
*EXTERNALApi* | [**list_service_accounts_service_accounts_get**](docs/EXTERNALApi.md#list_service_accounts_service_accounts_get) | **GET** /service-accounts | List Service Accounts
135136
*EXTERNALApi* | [**rollout_existing_revision_deployments_revisions_deployment_id_revision_number_put**](docs/EXTERNALApi.md#rollout_existing_revision_deployments_revisions_deployment_id_revision_number_put) | **PUT** /deployments/revisions/{deployment_id}/{revision_number} | Rollout Existing Revision
136137
*EXTERNALApi* | [**setup_stripe_customer_payments_setup_post**](docs/EXTERNALApi.md#setup_stripe_customer_payments_setup_post) | **POST** /payments/setup | Setup Stripe Customer
138+
*EXTERNALApi* | [**update_cluster_clusters_cluster_id_put**](docs/EXTERNALApi.md#update_cluster_clusters_cluster_id_put) | **PUT** /clusters/{cluster_id} | Update Cluster
137139
*EXTERNALApi* | [**update_compute_deployment_deployments_compute_put**](docs/EXTERNALApi.md#update_compute_deployment_deployments_compute_put) | **PUT** /deployments/compute | Update Compute Deployment
138140
*EXTERNALApi* | [**update_cserve_v2_deployment_deployments_cserve_v2_put**](docs/EXTERNALApi.md#update_cserve_v2_deployment_deployments_cserve_v2_put) | **PUT** /deployments/cserve_v2 | Update Cserve V2 Deployment
139141
*EXTERNALApi* | [**update_cserve_v3_deployment_deployments_cserve_v3_put**](docs/EXTERNALApi.md#update_cserve_v3_deployment_deployments_cserve_v3_put) | **PUT** /deployments/cserve_v3 | Update Cserve V3 Deployment
@@ -143,16 +145,23 @@ Class | Method | HTTP request | Description
143145
*EXTERNALApi* | [**update_inference_v3_deployment_deployments_inference_v3_put**](docs/EXTERNALApi.md#update_inference_v3_deployment_deployments_inference_v3_put) | **PUT** /deployments/inference_v3 | Update Inference V3 Deployment
144146
*EXTERNALApi* | [**update_service_account_service_accounts_workos_id_put**](docs/EXTERNALApi.md#update_service_account_service_accounts_workos_id_put) | **PUT** /service-accounts/{workos_id} | Update Service Account
145147
*EXTERNALApi* | [**update_user_vault_item_endpoint_user_vault_put**](docs/EXTERNALApi.md#update_user_vault_item_endpoint_user_vault_put) | **PUT** /user_vault | Update User Vault Item Endpoint
146-
*EXTERNALApi* | [**upload_url_file_url_upload_post**](docs/EXTERNALApi.md#upload_url_file_url_upload_post) | **POST** /file_url/upload | Upload Url
147148

148149

149150
## Documentation For Models
150151

152+
- [ArgoRollouts](docs/ArgoRollouts.md)
151153
- [BackendProtocol](docs/BackendProtocol.md)
152154
- [CServeRecipePerf](docs/CServeRecipePerf.md)
153155
- [CServeRecipeResponse](docs/CServeRecipeResponse.md)
154156
- [CServeV2Recipe](docs/CServeV2Recipe.md)
157+
- [CertManager](docs/CertManager.md)
158+
- [CloudProvider](docs/CloudProvider.md)
155159
- [ClusterCapacityResponse](docs/ClusterCapacityResponse.md)
160+
- [ClusterComponents](docs/ClusterComponents.md)
161+
- [ClusterConfig](docs/ClusterConfig.md)
162+
- [ClusterCredential](docs/ClusterCredential.md)
163+
- [ClusterRegistrationRequest](docs/ClusterRegistrationRequest.md)
164+
- [ClusterRegistrationResponse](docs/ClusterRegistrationResponse.md)
156165
- [ConfigFileMount](docs/ConfigFileMount.md)
157166
- [CreateCServeV2DeploymentResponse](docs/CreateCServeV2DeploymentResponse.md)
158167
- [CreateCServeV3DeploymentRequest](docs/CreateCServeV3DeploymentRequest.md)
@@ -168,8 +177,6 @@ Class | Method | HTTP request | Description
168177
- [CreateOrganizationResponse](docs/CreateOrganizationResponse.md)
169178
- [CreateServiceAccountRequest](docs/CreateServiceAccountRequest.md)
170179
- [CreateServiceAccountResponse](docs/CreateServiceAccountResponse.md)
171-
- [CreateUrlRequest](docs/CreateUrlRequest.md)
172-
- [CreateUrlResponse](docs/CreateUrlResponse.md)
173180
- [CreditsResponse](docs/CreditsResponse.md)
174181
- [DailyBillResponse](docs/DailyBillResponse.md)
175182
- [DeploymentResponse](docs/DeploymentResponse.md)
@@ -180,6 +187,9 @@ Class | Method | HTTP request | Description
180187
- [DeploymentType](docs/DeploymentType.md)
181188
- [DeploymentUsage](docs/DeploymentUsage.md)
182189
- [DeploymentUsageValue](docs/DeploymentUsageValue.md)
190+
- [ExternalDns](docs/ExternalDns.md)
191+
- [FinalStack](docs/FinalStack.md)
192+
- [FluentBit](docs/FluentBit.md)
183193
- [GenerateServiceAccountSecretResponse](docs/GenerateServiceAccountSecretResponse.md)
184194
- [GetCServeV2DeploymentResponse](docs/GetCServeV2DeploymentResponse.md)
185195
- [GetCServeV3DeploymentResponse](docs/GetCServeV3DeploymentResponse.md)
@@ -192,11 +202,19 @@ Class | Method | HTTP request | Description
192202
- [GetInferenceDeploymentResponse](docs/GetInferenceDeploymentResponse.md)
193203
- [GetInferenceV3DeploymentResponse](docs/GetInferenceV3DeploymentResponse.md)
194204
- [GetJobDeploymentResponse](docs/GetJobDeploymentResponse.md)
205+
- [GpuOperator](docs/GpuOperator.md)
195206
- [GpuTypeCapacity](docs/GpuTypeCapacity.md)
196207
- [HTTPValidationError](docs/HTTPValidationError.md)
197208
- [HardwareInstanceResponse](docs/HardwareInstanceResponse.md)
198209
- [ImagePullSecretCredentials](docs/ImagePullSecretCredentials.md)
210+
- [IngressNginx](docs/IngressNginx.md)
199211
- [InviteUserRequest](docs/InviteUserRequest.md)
212+
- [Istio](docs/Istio.md)
213+
- [IstioCniOverrides](docs/IstioCniOverrides.md)
214+
- [IstioCniSubchartOverrides](docs/IstioCniSubchartOverrides.md)
215+
- [IstioOverrides](docs/IstioOverrides.md)
216+
- [Keda](docs/Keda.md)
217+
- [KubePrometheusStack](docs/KubePrometheusStack.md)
200218
- [ListCServeRecipeResponse](docs/ListCServeRecipeResponse.md)
201219
- [ListClusterCapacityResponse](docs/ListClusterCapacityResponse.md)
202220
- [ListDailyBillResponse](docs/ListDailyBillResponse.md)
@@ -207,16 +225,24 @@ Class | Method | HTTP request | Description
207225
- [ListPrebuiltImageResponse](docs/ListPrebuiltImageResponse.md)
208226
- [ListServiceAccountsResponse](docs/ListServiceAccountsResponse.md)
209227
- [ListUserVaultItemsResponse](docs/ListUserVaultItemsResponse.md)
228+
- [Longhorn](docs/Longhorn.md)
210229
- [Metric](docs/Metric.md)
211230
- [MetricsConfig](docs/MetricsConfig.md)
231+
- [MetricsServer](docs/MetricsServer.md)
232+
- [NetworkOperator](docs/NetworkOperator.md)
233+
- [OpentelemetryCollector](docs/OpentelemetryCollector.md)
212234
- [PodDetails](docs/PodDetails.md)
213235
- [PodStatus](docs/PodStatus.md)
214236
- [PrebuiltImageResponse](docs/PrebuiltImageResponse.md)
237+
- [PrometheusAdapter](docs/PrometheusAdapter.md)
215238
- [RevisionPodDetails](docs/RevisionPodDetails.md)
216239
- [RolloutStatus](docs/RolloutStatus.md)
217240
- [RolloutStrategyParams](docs/RolloutStrategyParams.md)
218241
- [ServiceAccountResponse](docs/ServiceAccountResponse.md)
219242
- [ServiceStatus](docs/ServiceStatus.md)
243+
- [Spire](docs/Spire.md)
244+
- [SpireCrds](docs/SpireCrds.md)
245+
- [TeleportKubeAgent](docs/TeleportKubeAgent.md)
220246
- [UpdateDeploymentResponse](docs/UpdateDeploymentResponse.md)
221247
- [UpdateDeploymentStatusV3Request](docs/UpdateDeploymentStatusV3Request.md)
222248
- [UpdateServiceAccountRequest](docs/UpdateServiceAccountRequest.md)

docs/ArgoRollouts.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ArgoRollouts
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**enabled** | **bool** | | [optional] [default to True]
9+
**values** | **object** | | [optional]
10+
11+
## Example
12+
13+
```python
14+
from platform_api_python_client.models.argo_rollouts import ArgoRollouts
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of ArgoRollouts from a JSON string
19+
argo_rollouts_instance = ArgoRollouts.from_json(json)
20+
# print the JSON string representation of the object
21+
print(ArgoRollouts.to_json())
22+
23+
# convert the object into a dict
24+
argo_rollouts_dict = argo_rollouts_instance.to_dict()
25+
# create an instance of ArgoRollouts from a dict
26+
argo_rollouts_from_dict = ArgoRollouts.from_dict(argo_rollouts_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/CertManager.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# CertManager
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**enabled** | **bool** | | [optional] [default to True]
9+
**values** | **object** | | [optional]
10+
11+
## Example
12+
13+
```python
14+
from platform_api_python_client.models.cert_manager import CertManager
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of CertManager from a JSON string
19+
cert_manager_instance = CertManager.from_json(json)
20+
# print the JSON string representation of the object
21+
print(CertManager.to_json())
22+
23+
# convert the object into a dict
24+
cert_manager_dict = cert_manager_instance.to_dict()
25+
# create an instance of CertManager from a dict
26+
cert_manager_from_dict = CertManager.from_dict(cert_manager_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/CloudProvider.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CloudProvider
2+
3+
4+
## Enum
5+
6+
* `GCP` (value: `'gcp'`)
7+
8+
* `AWS` (value: `'aws'`)
9+
10+
* `AZURE` (value: `'azure'`)
11+
12+
* `NEBIUS` (value: `'nebius'`)
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+

docs/ClusterComponents.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# ClusterComponents
2+
3+
Per-component ApplicationSet entries — the caller-facing surface. This is the request-body schema for cluster updates: callers may flip `enabled` and supply per-component `values`, but nothing here is cluster identity. Cluster identity lives in `Shared` and is passed as serialization context when building ApplicationSet elements. Field declaration order is for code locality only — actual bring-up order is driven by each subclass's `wave` ClassVar (rendered into the child Application's argocd.argoproj.io/sync-wave annotation).
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**kube_prometheus_stack** | [**KubePrometheusStack**](KubePrometheusStack.md) | | [optional]
10+
**istio** | [**Istio**](Istio.md) | | [optional]
11+
**cert_manager** | [**CertManager**](CertManager.md) | | [optional]
12+
**ingress_nginx** | [**IngressNginx**](IngressNginx.md) | | [optional]
13+
**spire_crds** | [**SpireCrds**](SpireCrds.md) | | [optional]
14+
**spire** | [**Spire**](Spire.md) | | [optional]
15+
**external_dns** | [**ExternalDns**](ExternalDns.md) | | [optional]
16+
**prometheus_adapter** | [**PrometheusAdapter**](PrometheusAdapter.md) | | [optional]
17+
**keda** | [**Keda**](Keda.md) | | [optional]
18+
**fluent_bit** | [**FluentBit**](FluentBit.md) | | [optional]
19+
**argo_rollouts** | [**ArgoRollouts**](ArgoRollouts.md) | | [optional]
20+
**network_operator** | [**NetworkOperator**](NetworkOperator.md) | | [optional]
21+
**opentelemetry_collector** | [**OpentelemetryCollector**](OpentelemetryCollector.md) | | [optional]
22+
**gpu_operator** | [**GpuOperator**](GpuOperator.md) | | [optional]
23+
**longhorn** | [**Longhorn**](Longhorn.md) | | [optional]
24+
**metrics_server** | [**MetricsServer**](MetricsServer.md) | | [optional]
25+
**teleport_kube_agent** | [**TeleportKubeAgent**](TeleportKubeAgent.md) | | [optional]
26+
**final_stack** | [**FinalStack**](FinalStack.md) | | [optional]
27+
28+
## Example
29+
30+
```python
31+
from platform_api_python_client.models.cluster_components import ClusterComponents
32+
33+
# TODO update the JSON string below
34+
json = "{}"
35+
# create an instance of ClusterComponents from a JSON string
36+
cluster_components_instance = ClusterComponents.from_json(json)
37+
# print the JSON string representation of the object
38+
print(ClusterComponents.to_json())
39+
40+
# convert the object into a dict
41+
cluster_components_dict = cluster_components_instance.to_dict()
42+
# create an instance of ClusterComponents from a dict
43+
cluster_components_from_dict = ClusterComponents.from_dict(cluster_components_dict)
44+
```
45+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
46+
47+

docs/ClusterConfig.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# ClusterConfig
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**components** | [**ClusterComponents**](ClusterComponents.md) | |
9+
10+
## Example
11+
12+
```python
13+
from platform_api_python_client.models.cluster_config import ClusterConfig
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of ClusterConfig from a JSON string
18+
cluster_config_instance = ClusterConfig.from_json(json)
19+
# print the JSON string representation of the object
20+
print(ClusterConfig.to_json())
21+
22+
# convert the object into a dict
23+
cluster_config_dict = cluster_config_instance.to_dict()
24+
# create an instance of ClusterConfig from a dict
25+
cluster_config_from_dict = ClusterConfig.from_dict(cluster_config_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

docs/ClusterCredential.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# ClusterCredential
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**server** | **str** | |
9+
**bearer_token** | **str** | |
10+
**ca_cert** | **str** | |
11+
12+
## Example
13+
14+
```python
15+
from platform_api_python_client.models.cluster_credential import ClusterCredential
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of ClusterCredential from a JSON string
20+
cluster_credential_instance = ClusterCredential.from_json(json)
21+
# print the JSON string representation of the object
22+
print(ClusterCredential.to_json())
23+
24+
# convert the object into a dict
25+
cluster_credential_dict = cluster_credential_instance.to_dict()
26+
# create an instance of ClusterCredential from a dict
27+
cluster_credential_from_dict = ClusterCredential.from_dict(cluster_credential_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+

docs/ClusterRegistrationRequest.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# ClusterRegistrationRequest
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**display_name** | **str** | |
9+
**storage_class** | **str** | |
10+
**region** | **str** | | [optional]
11+
**cloud_provider** | [**CloudProvider**](CloudProvider.md) | | [optional]
12+
**credential** | [**ClusterCredential**](ClusterCredential.md) | |
13+
14+
## Example
15+
16+
```python
17+
from platform_api_python_client.models.cluster_registration_request import ClusterRegistrationRequest
18+
19+
# TODO update the JSON string below
20+
json = "{}"
21+
# create an instance of ClusterRegistrationRequest from a JSON string
22+
cluster_registration_request_instance = ClusterRegistrationRequest.from_json(json)
23+
# print the JSON string representation of the object
24+
print(ClusterRegistrationRequest.to_json())
25+
26+
# convert the object into a dict
27+
cluster_registration_request_dict = cluster_registration_request_instance.to_dict()
28+
# create an instance of ClusterRegistrationRequest from a dict
29+
cluster_registration_request_from_dict = ClusterRegistrationRequest.from_dict(cluster_registration_request_dict)
30+
```
31+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
32+
33+

0 commit comments

Comments
 (0)