Skip to content

Commit

Permalink
Add node drain grace period to the NodePool model
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwu08 committed Mar 6, 2024
1 parent 1a0085a commit 75e5702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This document describes the relevant changes between releases of the API model.

## 0.0.362 Mar 06 2024
- Add `NodeDrainGracePeriod` to the `NodePool` model.

## 0.0.361 Mar 06 2024
- Add `Scope` attribute to `ReservedResource`.
- Add `Scope` attribute to `ClusterAuthorizationRequest`.
Expand Down
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/node_pool_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 75e5702

Please sign in to comment.