@openshift-assisted/types 2.17.3-cim → 2.17.6-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