From 7776a95fc01bf062336e5c5ed2edf257fd09280d Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Mon, 15 Nov 2021 14:50:20 +0100 Subject: [PATCH] Add holdInstallation property to AgentClusterInstalK8sResource type --- src/cim/types/k8s/agent-cluster-install.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cim/types/k8s/agent-cluster-install.ts b/src/cim/types/k8s/agent-cluster-install.ts index fd61bdbf07..c59f7dd3f5 100644 --- a/src/cim/types/k8s/agent-cluster-install.ts +++ b/src/cim/types/k8s/agent-cluster-install.ts @@ -50,6 +50,7 @@ export type AgentClusterInstallK8sResource = K8sResourceCommon & { cidr: string; }[]; }; + holdInstallation: boolean; }; status?: { connectivityMajorityGroups?: string;