@openshift-assisted/types 2.52.2 → 5.0.0-cim

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.
@@ -572,8 +572,10 @@ export interface ClusterDefaultConfig {
572
572
  ntpSource?: string;
573
573
  clusterNetworksIpv4?: ClusterNetwork[];
574
574
  clusterNetworksDualstack?: ClusterNetwork[];
575
+ clusterNetworksIpv6?: ClusterNetwork[];
575
576
  serviceNetworksIpv4?: ServiceNetwork[];
576
577
  serviceNetworksDualstack?: ServiceNetwork[];
578
+ serviceNetworksIpv6?: ServiceNetwork[];
577
579
  /**
578
580
  * This provides a list of forbidden hostnames. If this list is empty or not present, this implies that the UI should fall back to a hard coded list.
579
581
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openshift-assisted/types",
3
- "packageManager": "yarn@3.4.1",
3
+ "packageManager": "yarn@3.8.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./assisted-installer-service": "./assisted-installer-service.d.ts",
@@ -47,5 +47,5 @@
47
47
  "js-yaml": "^4.1.1",
48
48
  "sw2dts": "^2.6.3"
49
49
  },
50
- "version": "2.52.2"
50
+ "version": "5.0.0-cim"
51
51
  }