waldur-js-client 1.0.4-dev.95 → 1.0.4-dev.97
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.
- package/dist/sdk.gen.js +4672 -0
- package/dist/types.gen.d.ts +28 -6
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1509,6 +1509,11 @@ export type ConstanceSettings = {
|
|
|
1509
1509
|
FREEIPA_GROUP_SYNCHRONIZATION_ENABLED?: boolean;
|
|
1510
1510
|
KEYCLOAK_ICON?: string | null;
|
|
1511
1511
|
COUNTRIES?: Array<string>;
|
|
1512
|
+
OIDC_INTROSPECTION_URL?: string;
|
|
1513
|
+
OIDC_CLIENT_ID?: string;
|
|
1514
|
+
OIDC_CLIENT_SECRET?: string;
|
|
1515
|
+
OIDC_USER_FIELD?: string;
|
|
1516
|
+
OIDC_CACHE_TIMEOUT?: number;
|
|
1512
1517
|
};
|
|
1513
1518
|
export type ConstanceSettingsRequest = {
|
|
1514
1519
|
SITE_NAME?: string;
|
|
@@ -1634,6 +1639,11 @@ export type ConstanceSettingsRequest = {
|
|
|
1634
1639
|
FREEIPA_GROUP_SYNCHRONIZATION_ENABLED?: boolean;
|
|
1635
1640
|
KEYCLOAK_ICON?: (Blob | File) | null;
|
|
1636
1641
|
COUNTRIES?: Array<string>;
|
|
1642
|
+
OIDC_INTROSPECTION_URL?: string;
|
|
1643
|
+
OIDC_CLIENT_ID?: string;
|
|
1644
|
+
OIDC_CLIENT_SECRET?: string;
|
|
1645
|
+
OIDC_USER_FIELD?: string;
|
|
1646
|
+
OIDC_CACHE_TIMEOUT?: number;
|
|
1637
1647
|
};
|
|
1638
1648
|
export type CoreAuthToken = {
|
|
1639
1649
|
readonly token: string;
|
|
@@ -3133,7 +3143,6 @@ export type MergedPluginOptions = {
|
|
|
3133
3143
|
managed_rancher_server_data_volume_type_name?: string;
|
|
3134
3144
|
managed_rancher_worker_system_volume_size_gb?: number;
|
|
3135
3145
|
managed_rancher_worker_system_volume_type_name?: string;
|
|
3136
|
-
managed_rancher_load_balancer_cloud_init_template?: string;
|
|
3137
3146
|
managed_rancher_load_balancer_flavor_name?: string;
|
|
3138
3147
|
managed_rancher_load_balancer_system_volume_size_gb?: number;
|
|
3139
3148
|
managed_rancher_load_balancer_system_volume_type_name?: string;
|
|
@@ -3260,7 +3269,6 @@ export type MergedPluginOptionsRequest = {
|
|
|
3260
3269
|
managed_rancher_server_data_volume_type_name?: string;
|
|
3261
3270
|
managed_rancher_worker_system_volume_size_gb?: number;
|
|
3262
3271
|
managed_rancher_worker_system_volume_type_name?: string;
|
|
3263
|
-
managed_rancher_load_balancer_cloud_init_template?: string;
|
|
3264
3272
|
managed_rancher_load_balancer_flavor_name?: string;
|
|
3265
3273
|
managed_rancher_load_balancer_system_volume_size_gb?: number;
|
|
3266
3274
|
managed_rancher_load_balancer_system_volume_type_name?: string;
|
|
@@ -3337,6 +3345,7 @@ export type MergedSecretOptions = {
|
|
|
3337
3345
|
username?: string;
|
|
3338
3346
|
password?: string;
|
|
3339
3347
|
cloud_init_template?: string;
|
|
3348
|
+
managed_rancher_load_balancer_cloud_init_template?: string;
|
|
3340
3349
|
/**
|
|
3341
3350
|
* Host of the Vault server
|
|
3342
3351
|
*/
|
|
@@ -3480,6 +3489,7 @@ export type MergedSecretOptionsRequest = {
|
|
|
3480
3489
|
username?: string;
|
|
3481
3490
|
password?: string;
|
|
3482
3491
|
cloud_init_template?: string;
|
|
3492
|
+
managed_rancher_load_balancer_cloud_init_template?: string;
|
|
3483
3493
|
/**
|
|
3484
3494
|
* Host of the Vault server
|
|
3485
3495
|
*/
|
|
@@ -5631,7 +5641,7 @@ export type OrderCreate = {
|
|
|
5631
5641
|
readonly resource_name: string;
|
|
5632
5642
|
readonly cost: string | null;
|
|
5633
5643
|
state: OrderState;
|
|
5634
|
-
output
|
|
5644
|
+
readonly output: string;
|
|
5635
5645
|
readonly marketplace_resource_uuid: string;
|
|
5636
5646
|
readonly error_message: string;
|
|
5637
5647
|
callback_url?: string | null;
|
|
@@ -5665,7 +5675,6 @@ export type OrderCreateRequest = {
|
|
|
5665
5675
|
[key: string]: number;
|
|
5666
5676
|
};
|
|
5667
5677
|
type?: RequestTypes;
|
|
5668
|
-
output?: string;
|
|
5669
5678
|
accepting_terms_of_service?: boolean;
|
|
5670
5679
|
callback_url?: string | null;
|
|
5671
5680
|
project: string;
|
|
@@ -7665,6 +7674,18 @@ export type RancherCluster = {
|
|
|
7665
7674
|
install_longhorn?: boolean;
|
|
7666
7675
|
readonly management_security_group?: string;
|
|
7667
7676
|
readonly public_ips?: Array<RancherNestedPublicIp>;
|
|
7677
|
+
/**
|
|
7678
|
+
* Cluster capacity in the format {'cpu': '10', 'ram': '49125240Ki', 'pods': '330'}
|
|
7679
|
+
*/
|
|
7680
|
+
readonly capacity?: unknown;
|
|
7681
|
+
/**
|
|
7682
|
+
* Cluster requested resources in the format {'cpu': '1450m', 'memory': '884Mi', 'pods': '13'}
|
|
7683
|
+
*/
|
|
7684
|
+
readonly requested?: unknown;
|
|
7685
|
+
/**
|
|
7686
|
+
* Kubernetes version used in the cluster.
|
|
7687
|
+
*/
|
|
7688
|
+
readonly kubernetes_version?: string;
|
|
7668
7689
|
readonly marketplace_offering_uuid?: string | null;
|
|
7669
7690
|
readonly marketplace_offering_name?: string | null;
|
|
7670
7691
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
@@ -21068,6 +21089,7 @@ export type OpenstackInstancesListData = {
|
|
|
21068
21089
|
project?: string;
|
|
21069
21090
|
project_name?: string;
|
|
21070
21091
|
project_uuid?: string;
|
|
21092
|
+
query?: string;
|
|
21071
21093
|
runtime_state?: string;
|
|
21072
21094
|
service_settings_name?: string;
|
|
21073
21095
|
service_settings_uuid?: string;
|
|
@@ -25699,7 +25721,7 @@ export type RancherClustersListData = {
|
|
|
25699
25721
|
customer_uuid?: string;
|
|
25700
25722
|
description?: string;
|
|
25701
25723
|
external_ip?: string;
|
|
25702
|
-
field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
|
|
25724
|
+
field?: Array<'access_url' | 'backend_id' | 'capacity' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'kubernetes_version' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'requested' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
|
|
25703
25725
|
name?: string;
|
|
25704
25726
|
name_exact?: string;
|
|
25705
25727
|
/**
|
|
@@ -25755,7 +25777,7 @@ export type RancherClustersRetrieveData = {
|
|
|
25755
25777
|
uuid: string;
|
|
25756
25778
|
};
|
|
25757
25779
|
query?: {
|
|
25758
|
-
field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
|
|
25780
|
+
field?: Array<'access_url' | 'backend_id' | 'capacity' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'kubernetes_version' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'requested' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
|
|
25759
25781
|
};
|
|
25760
25782
|
url: '/api/rancher-clusters/{uuid}/';
|
|
25761
25783
|
};
|