@openshift-assisted/types 2.14.0-cim → 2.14.2-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.
|
@@ -367,6 +367,10 @@ export interface Cluster {
|
|
|
367
367
|
* Indication if organization soft timeouts is enabled for the cluster.
|
|
368
368
|
*/
|
|
369
369
|
orgSoftTimeoutsEnabled?: boolean;
|
|
370
|
+
/**
|
|
371
|
+
* Specifies the required number of control plane nodes that should be part of the cluster.
|
|
372
|
+
*/
|
|
373
|
+
controlPlaneCount?: number;
|
|
370
374
|
}
|
|
371
375
|
export interface ClusterCreateParams {
|
|
372
376
|
/**
|
package/package.json
CHANGED