oci-containerengine 2.122.1 → 2.122.2

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.
@@ -53,7 +53,7 @@ export interface CreateVirtualNodePoolDetails {
53
53
  /**
54
54
  * The pod configuration for pods run on virtual nodes of this virtual node pool.
55
55
  */
56
- "podConfiguration"?: model.PodConfiguration;
56
+ "podConfiguration": model.PodConfiguration;
57
57
  /**
58
58
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
59
59
  * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
@@ -37,6 +37,11 @@ export interface ServiceLbConfigDetails {
37
37
  [key: string]: any;
38
38
  };
39
39
  };
40
+ /**
41
+ * A list of the OCIDs of the network security groups (NSGs) associated to backends to LBs (pods/nodes/virtual pods, etc.). Rules necessary for LB to backend communication would be added when rule management mode is set to NSG via annotations. see {@link NetworkSecurityGroup}.
42
+ *
43
+ */
44
+ "backendNsgIds"?: Array<string>;
40
45
  }
41
46
  export declare namespace ServiceLbConfigDetails {
42
47
  function getJsonObj(obj: ServiceLbConfigDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"service-lb-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/service-lb-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAyBH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
1
+ {"version":3,"file":"service-lb-config-details.js","sourceRoot":"","sources":["../../../../../lib/containerengine/lib/model/service-lb-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA8BH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -61,7 +61,7 @@ export interface VirtualNodePoolSummary {
61
61
  /**
62
62
  * The pod configuration for pods run on virtual nodes of this virtual node pool.
63
63
  */
64
- "podConfiguration"?: model.PodConfiguration;
64
+ "podConfiguration": model.PodConfiguration;
65
65
  /**
66
66
  * The state of the Virtual Node Pool.
67
67
  */
@@ -61,7 +61,7 @@ export interface VirtualNodePool {
61
61
  /**
62
62
  * The pod configuration for pods run on virtual nodes of this virtual node pool.
63
63
  */
64
- "podConfiguration"?: model.PodConfiguration;
64
+ "podConfiguration": model.PodConfiguration;
65
65
  /**
66
66
  * The state of the Virtual Node Pool.
67
67
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-containerengine",
3
- "version": "2.122.1",
3
+ "version": "2.122.2",
4
4
  "description": "OCI NodeJS client for Container Engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.122.1",
19
- "oci-workrequests": "2.122.1"
18
+ "oci-common": "2.122.2",
19
+ "oci-workrequests": "2.122.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"