@openshift-assisted/types 2.17.4-cim → 2.17.7-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.
@@ -554,8 +554,10 @@ export interface ClusterDefaultConfig {
554
554
  ntpSource?: string;
555
555
  clusterNetworksIpv4?: ClusterNetwork[];
556
556
  clusterNetworksDualstack?: ClusterNetwork[];
557
+ clusterNetworksIpv6?: ClusterNetwork[];
557
558
  serviceNetworksIpv4?: ServiceNetwork[];
558
559
  serviceNetworksDualstack?: ServiceNetwork[];
560
+ serviceNetworksIpv6?: ServiceNetwork[];
559
561
  /**
560
562
  * 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.
561
563
  */
package/package.json CHANGED
@@ -47,5 +47,5 @@
47
47
  "js-yaml": "^4.1.1",
48
48
  "sw2dts": "^2.6.3"
49
49
  },
50
- "version": "2.17.4-cim"
50
+ "version": "2.17.7-cim"
51
51
  }