waldur-js-client 1.0.4-dev.59 → 1.0.4-dev.60

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.
@@ -3332,6 +3332,10 @@ export type MergedSecretOptions = {
3332
3332
  * Base image name
3333
3333
  */
3334
3334
  base_image_name?: string;
3335
+ /**
3336
+ * OpenStack disk driver for Rancher nodes
3337
+ */
3338
+ node_disk_driver?: NodeDiskDriverEnum;
3335
3339
  };
3336
3340
  export type MergedSecretOptionsRequest = {
3337
3341
  /**
@@ -3455,6 +3459,10 @@ export type MergedSecretOptionsRequest = {
3455
3459
  * Base image name
3456
3460
  */
3457
3461
  base_image_name?: string;
3462
+ /**
3463
+ * OpenStack disk driver for Rancher nodes
3464
+ */
3465
+ node_disk_driver?: NodeDiskDriverEnum;
3458
3466
  };
3459
3467
  export type MessageTemplate = {
3460
3468
  readonly url: string;
@@ -3808,6 +3816,7 @@ export type NetworkRbacPolicyRequest = {
3808
3816
  target_tenant: string;
3809
3817
  policy_type?: PolicyTypeEnum;
3810
3818
  };
3819
+ export type NodeDiskDriverEnum = 'sd' | 'vd';
3811
3820
  export type Notification = {
3812
3821
  readonly uuid: string;
3813
3822
  readonly url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.59",
3
+ "version": "1.0.4-dev.60",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",