kb-cloud-client-typescript 2.4.0-alpha.40 → 2.4.0-alpha.41
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/adminapi/models/ops-expose.d.ts +2 -2
- package/dist/adminapi/models/vip-pool.d.ts +1 -1
- package/dist/openapi/models/ops-expose.d.ts +2 -2
- package/dist/openapi/models/vip-pool.d.ts +1 -1
- package/package.json +1 -1
- package/src/adminapi/models/ops-expose.ts +2 -2
- package/src/adminapi/models/vip-pool.ts +1 -1
- package/src/adminapi.yaml +3 -3
- package/src/openapi/models/ops-expose.ts +2 -2
- package/src/openapi/models/vip-pool.ts +1 -1
- package/src/openapi.yaml +3 -3
|
@@ -55,13 +55,13 @@ export interface OpsExpose {
|
|
|
55
55
|
*/
|
|
56
56
|
'portsMapping'?: Array<OpsExposePortsMappingInner>;
|
|
57
57
|
/**
|
|
58
|
-
* The
|
|
58
|
+
* The requested IPv4 or IPv6 address of the LoadBalancer service. If not set, IP addresses will be assigned by the system. For dual-stack MetalLB services, the system allocates the missing address family from the same VIP pool. Only available when vpcServiceType is LoadBalancer.
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof OpsExpose
|
|
61
61
|
*/
|
|
62
62
|
'loadBalancerIP'?: string | null;
|
|
63
63
|
/**
|
|
64
|
-
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. Only available when vpcServiceType is LoadBalancer.
|
|
64
|
+
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. All VIPs of a dual-stack MetalLB service are allocated from the same pool. Only available when vpcServiceType is LoadBalancer.
|
|
65
65
|
* @type {string}
|
|
66
66
|
* @memberof OpsExpose
|
|
67
67
|
*/
|
|
@@ -46,7 +46,7 @@ export interface VipPool {
|
|
|
46
46
|
*/
|
|
47
47
|
'usedIPs'?: Array<string>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Available IP address candidates, limited to 4096 per pool. IPv4 and IPv6 share the limit equally, with unused slots reassigned to the other family. Large pools return a partial list.
|
|
50
50
|
* @type {Array<string>}
|
|
51
51
|
* @memberof VipPool
|
|
52
52
|
*/
|
|
@@ -55,13 +55,13 @@ export interface OpsExpose {
|
|
|
55
55
|
*/
|
|
56
56
|
'portsMapping'?: Array<OpsExposePortsMappingInner>;
|
|
57
57
|
/**
|
|
58
|
-
* The
|
|
58
|
+
* The requested IPv4 or IPv6 address of the LoadBalancer service. If not set, IP addresses will be assigned by the system. For dual-stack MetalLB services, the system allocates the missing address family from the same VIP pool. Only available when vpcServiceType is LoadBalancer.
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof OpsExpose
|
|
61
61
|
*/
|
|
62
62
|
'loadBalancerIP'?: string | null;
|
|
63
63
|
/**
|
|
64
|
-
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. Only available when vpcServiceType is LoadBalancer.
|
|
64
|
+
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. All VIPs of a dual-stack MetalLB service are allocated from the same pool. Only available when vpcServiceType is LoadBalancer.
|
|
65
65
|
* @type {string}
|
|
66
66
|
* @memberof OpsExpose
|
|
67
67
|
*/
|
|
@@ -46,7 +46,7 @@ export interface VipPool {
|
|
|
46
46
|
*/
|
|
47
47
|
'usedIPs'?: Array<string>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Available IP address candidates, limited to 4096 per pool. IPv4 and IPv6 share the limit equally, with unused slots reassigned to the other family. Large pools return a partial list.
|
|
50
50
|
* @type {Array<string>}
|
|
51
51
|
* @memberof VipPool
|
|
52
52
|
*/
|
package/package.json
CHANGED
|
@@ -66,13 +66,13 @@ export interface OpsExpose {
|
|
|
66
66
|
*/
|
|
67
67
|
'portsMapping'?: Array<OpsExposePortsMappingInner>;
|
|
68
68
|
/**
|
|
69
|
-
* The
|
|
69
|
+
* The requested IPv4 or IPv6 address of the LoadBalancer service. If not set, IP addresses will be assigned by the system. For dual-stack MetalLB services, the system allocates the missing address family from the same VIP pool. Only available when vpcServiceType is LoadBalancer.
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof OpsExpose
|
|
72
72
|
*/
|
|
73
73
|
'loadBalancerIP'?: string | null;
|
|
74
74
|
/**
|
|
75
|
-
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. Only available when vpcServiceType is LoadBalancer.
|
|
75
|
+
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. All VIPs of a dual-stack MetalLB service are allocated from the same pool. Only available when vpcServiceType is LoadBalancer.
|
|
76
76
|
* @type {string}
|
|
77
77
|
* @memberof OpsExpose
|
|
78
78
|
*/
|
|
@@ -51,7 +51,7 @@ export interface VipPool {
|
|
|
51
51
|
*/
|
|
52
52
|
'usedIPs'?: Array<string>;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* Available IP address candidates, limited to 4096 per pool. IPv4 and IPv6 share the limit equally, with unused slots reassigned to the other family. Large pools return a partial list.
|
|
55
55
|
* @type {Array<string>}
|
|
56
56
|
* @memberof VipPool
|
|
57
57
|
*/
|
package/src/adminapi.yaml
CHANGED
|
@@ -32269,11 +32269,11 @@ components:
|
|
|
32269
32269
|
type: integer
|
|
32270
32270
|
loadBalancerIP:
|
|
32271
32271
|
type: string
|
|
32272
|
-
description: The
|
|
32272
|
+
description: The requested IPv4 or IPv6 address of the LoadBalancer service. If not set, IP addresses will be assigned by the system. For dual-stack MetalLB services, the system allocates the missing address family from the same VIP pool. Only available when vpcServiceType is LoadBalancer.
|
|
32273
32273
|
nullable: true
|
|
32274
32274
|
loadBalancerIPPoolID:
|
|
32275
32275
|
type: string
|
|
32276
|
-
description: The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. Only available when vpcServiceType is LoadBalancer.
|
|
32276
|
+
description: The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. All VIPs of a dual-stack MetalLB service are allocated from the same pool. Only available when vpcServiceType is LoadBalancer.
|
|
32277
32277
|
nullable: true
|
|
32278
32278
|
domain:
|
|
32279
32279
|
type: string
|
|
@@ -33800,7 +33800,7 @@ components:
|
|
|
33800
33800
|
items:
|
|
33801
33801
|
type: string
|
|
33802
33802
|
availableIPs:
|
|
33803
|
-
description:
|
|
33803
|
+
description: Available IP address candidates, limited to 4096 per pool. IPv4 and IPv6 share the limit equally, with unused slots reassigned to the other family. Large pools return a partial list.
|
|
33804
33804
|
type: array
|
|
33805
33805
|
items:
|
|
33806
33806
|
type: string
|
|
@@ -66,13 +66,13 @@ export interface OpsExpose {
|
|
|
66
66
|
*/
|
|
67
67
|
'portsMapping'?: Array<OpsExposePortsMappingInner>;
|
|
68
68
|
/**
|
|
69
|
-
* The
|
|
69
|
+
* The requested IPv4 or IPv6 address of the LoadBalancer service. If not set, IP addresses will be assigned by the system. For dual-stack MetalLB services, the system allocates the missing address family from the same VIP pool. Only available when vpcServiceType is LoadBalancer.
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof OpsExpose
|
|
72
72
|
*/
|
|
73
73
|
'loadBalancerIP'?: string | null;
|
|
74
74
|
/**
|
|
75
|
-
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. Only available when vpcServiceType is LoadBalancer.
|
|
75
|
+
* The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. All VIPs of a dual-stack MetalLB service are allocated from the same pool. Only available when vpcServiceType is LoadBalancer.
|
|
76
76
|
* @type {string}
|
|
77
77
|
* @memberof OpsExpose
|
|
78
78
|
*/
|
|
@@ -51,7 +51,7 @@ export interface VipPool {
|
|
|
51
51
|
*/
|
|
52
52
|
'usedIPs'?: Array<string>;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* Available IP address candidates, limited to 4096 per pool. IPv4 and IPv6 share the limit equally, with unused slots reassigned to the other family. Large pools return a partial list.
|
|
55
55
|
* @type {Array<string>}
|
|
56
56
|
* @memberof VipPool
|
|
57
57
|
*/
|
package/src/openapi.yaml
CHANGED
|
@@ -22137,7 +22137,7 @@ components:
|
|
|
22137
22137
|
items:
|
|
22138
22138
|
type: string
|
|
22139
22139
|
availableIPs:
|
|
22140
|
-
description:
|
|
22140
|
+
description: Available IP address candidates, limited to 4096 per pool. IPv4 and IPv6 share the limit equally, with unused slots reassigned to the other family. Large pools return a partial list.
|
|
22141
22141
|
type: array
|
|
22142
22142
|
items:
|
|
22143
22143
|
type: string
|
|
@@ -25181,11 +25181,11 @@ components:
|
|
|
25181
25181
|
type: integer
|
|
25182
25182
|
loadBalancerIP:
|
|
25183
25183
|
type: string
|
|
25184
|
-
description: The
|
|
25184
|
+
description: The requested IPv4 or IPv6 address of the LoadBalancer service. If not set, IP addresses will be assigned by the system. For dual-stack MetalLB services, the system allocates the missing address family from the same VIP pool. Only available when vpcServiceType is LoadBalancer.
|
|
25185
25185
|
nullable: true
|
|
25186
25186
|
loadBalancerIPPoolID:
|
|
25187
25187
|
type: string
|
|
25188
|
-
description: The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. Only available when vpcServiceType is LoadBalancer.
|
|
25188
|
+
description: The IP pool ID of the LoadBalancer service. If not set, the IP pool will be assigned by the system. All VIPs of a dual-stack MetalLB service are allocated from the same pool. Only available when vpcServiceType is LoadBalancer.
|
|
25189
25189
|
nullable: true
|
|
25190
25190
|
domain:
|
|
25191
25191
|
type: string
|