From fae742e2dc722a26e4a75e1aba0d137e55aa4e8f Mon Sep 17 00:00:00 2001 From: philipwu08 Date: Mon, 4 Mar 2024 16:09:58 -0500 Subject: [PATCH] Add node drain grace period to the NodePool model --- model/clusters_mgmt/v1/node_pool_type.model | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model/clusters_mgmt/v1/node_pool_type.model b/model/clusters_mgmt/v1/node_pool_type.model index 7ac5f973..d5c74561 100644 --- a/model/clusters_mgmt/v1/node_pool_type.model +++ b/model/clusters_mgmt/v1/node_pool_type.model @@ -50,4 +50,7 @@ class NodePool { // The names of the tuning configs for this node pool. TuningConfigs []String + + // Time to wait for a NodePool to drain when it is upgraded or replaced before it is forcibly removed. + NodeDrainGracePeriod Value }