@datatr-ux/ovhcloud-types 2.0.13 → 2.0.15
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/cloud/ProjectKubeCreationNodePool.d.ts +6 -0
- package/dist/cloud/ProjectKubeCreationNodePool.d.ts.map +1 -1
- package/dist/connectivity/eligibility/search/buildings/Post.d.ts +2 -0
- package/dist/connectivity/eligibility/search/buildings/Post.d.ts.map +1 -1
- package/dist/connectivity/eligibility/test/address/Post.d.ts +4 -0
- package/dist/connectivity/eligibility/test/address/Post.d.ts.map +1 -1
- package/dist/connectivity/eligibility/test/address/partners/Post.d.ts +4 -0
- package/dist/connectivity/eligibility/test/address/partners/Post.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { NodePoolTemplate } from './kube/NodePoolTemplate';
|
|
2
|
+
import { ProjectKubeNodePoolAttachFloatingIpsParams } from './ProjectKubeNodePoolAttachFloatingIpsParams';
|
|
3
|
+
import { ProjectKubeNodePoolAutoscalingParams } from './ProjectKubeNodePoolAutoscalingParams';
|
|
2
4
|
/** Missing description */
|
|
3
5
|
export interface ProjectKubeCreationNodePool {
|
|
4
6
|
/** Enable anti affinity groups for nodes in the pool */
|
|
5
7
|
antiAffinity?: boolean;
|
|
8
|
+
/** Parameters for optional node exposition via a floating IP per node */
|
|
9
|
+
attachFloatingIps?: ProjectKubeNodePoolAttachFloatingIpsParams;
|
|
6
10
|
/** Enable the auto-scaling on the pool */
|
|
7
11
|
autoscale?: boolean;
|
|
12
|
+
/** Autoscaling customization parameters */
|
|
13
|
+
autoscaling: ProjectKubeNodePoolAutoscalingParams;
|
|
8
14
|
/** List of availability zones where nodes will be created (only 1 zone is supported for now) */
|
|
9
15
|
availabilityZones?: string[];
|
|
10
16
|
/** Number of nodes to instantiate (1 by default) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectKubeCreationNodePool.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/ProjectKubeCreationNodePool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;
|
|
1
|
+
{"version":3,"file":"ProjectKubeCreationNodePool.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/ProjectKubeCreationNodePool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AACvE,OAAO,EAAE,0CAA0C,EAAE,MAAM,0DAA0D,CAAC;AACtH,OAAO,EAAE,oCAAoC,EAAE,MAAM,oDAAoD,CAAC;AAE1G,0BAA0B;AAC1B,MAAM,WAAW,2BAA2B;IAC1C,wDAAwD;IACxD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yEAAyE;IACzE,iBAAiB,CAAC,EAAE,0CAA0C,CAAC;IAC/D,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,2CAA2C;IAC3C,WAAW,EAAE,oCAAoC,CAAC;IAClD,gGAAgG;IAChG,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,oDAAoD;IACpD,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,0EAA0E;IAC1E,QAAQ,EAAE,MAAM,CAAC;IACjB,uEAAuE;IACvE,QAAQ,EAAE,MAAM,CAAC;IACjB,mDAAmD;IACnD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,wDAAwD;IACxD,QAAQ,EAAE,gBAAgB,CAAC;CAC5B"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
export interface Post {
|
|
3
3
|
/** Hexacle is a French unique identifier of the address (you can get it with POST /connectivity/eligibility/search/streetNumbers/details) */
|
|
4
4
|
hexacle: string;
|
|
5
|
+
/** A possible alternative identifier of the street (you can get it with POST /connectivity/eligibility/search/streets) */
|
|
6
|
+
streetAltCode: string;
|
|
5
7
|
/** Unique identifier of the street (you can get it with POST /connectivity/eligibility/search/streets) */
|
|
6
8
|
streetCode: string;
|
|
7
9
|
/** Street number */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Post.d.ts","sourceRoot":"","sources":["../../../../../generated/types/connectivity/eligibility/search/buildings/Post.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,MAAM,WAAW,IAAI;IACnB,6IAA6I;IAC7I,OAAO,EAAE,MAAM,CAAC;IAChB,0GAA0G;IAC1G,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
1
|
+
{"version":3,"file":"Post.d.ts","sourceRoot":"","sources":["../../../../../generated/types/connectivity/eligibility/search/buildings/Post.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,MAAM,WAAW,IAAI;IACnB,6IAA6I;IAC7I,OAAO,EAAE,MAAM,CAAC;IAChB,0HAA0H;IAC1H,aAAa,EAAE,MAAM,CAAC;IACtB,0GAA0G;IAC1G,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
/** connectivity.eligibility.test.address.post */
|
|
2
2
|
export interface Post {
|
|
3
|
+
/** A Hexacle is a French unique identifier of the address */
|
|
4
|
+
hexacle: string;
|
|
5
|
+
/** A possible alternative identifier of the street (you can get it with POST /connectivity/eligibility/search/streets) */
|
|
6
|
+
streetAltCode: string;
|
|
3
7
|
/** Unique identifier of the street (you can get it with POST /connectivity/eligibility/search/streets) */
|
|
4
8
|
streetCode: string;
|
|
5
9
|
/** Street number */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Post.d.ts","sourceRoot":"","sources":["../../../../../generated/types/connectivity/eligibility/test/address/Post.ts"],"names":[],"mappings":"AAAA,iDAAiD;AACjD,MAAM,WAAW,IAAI;IACnB,0GAA0G;IAC1G,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
1
|
+
{"version":3,"file":"Post.d.ts","sourceRoot":"","sources":["../../../../../generated/types/connectivity/eligibility/test/address/Post.ts"],"names":[],"mappings":"AAAA,iDAAiD;AACjD,MAAM,WAAW,IAAI;IACnB,6DAA6D;IAC7D,OAAO,EAAE,MAAM,CAAC;IAChB,0HAA0H;IAC1H,aAAa,EAAE,MAAM,CAAC;IACtB,0GAA0G;IAC1G,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
/** connectivity.eligibility.test.address.partners.post */
|
|
2
2
|
export interface Post {
|
|
3
|
+
/** A Hexacle is a French unique identifier of the address */
|
|
4
|
+
hexacle: string;
|
|
5
|
+
/** A possible alternative identifier of the street (you can get it with POST /connectivity/eligibility/search/streets) */
|
|
6
|
+
streetAltCode: string;
|
|
3
7
|
/** Unique identifier of the street (you can get it with POST /connectivity/eligibility/search/streets) */
|
|
4
8
|
streetCode: string;
|
|
5
9
|
/** Street number */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Post.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/connectivity/eligibility/test/address/partners/Post.ts"],"names":[],"mappings":"AAAA,0DAA0D;AAC1D,MAAM,WAAW,IAAI;IACnB,0GAA0G;IAC1G,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
1
|
+
{"version":3,"file":"Post.d.ts","sourceRoot":"","sources":["../../../../../../generated/types/connectivity/eligibility/test/address/partners/Post.ts"],"names":[],"mappings":"AAAA,0DAA0D;AAC1D,MAAM,WAAW,IAAI;IACnB,6DAA6D;IAC7D,OAAO,EAAE,MAAM,CAAC;IAChB,0HAA0H;IAC1H,aAAa,EAAE,MAAM,CAAC;IACtB,0GAA0G;IAC1G,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB"}
|