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 4, 2024
1 parent fe0268b commit 6515f0a
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.360 Mar 4 2024
- Add `NodeDrainGracePeriod` to the `NodePool` model.

## 0.0.359 Feb 28 2024
- Add `ExternalAuthConfig` resource to `Cluster`.

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 on upgrades for a NodePool to drain before it is removed.
NodeDrainGracePeriod Value
}

0 comments on commit 6515f0a

Please sign in to comment.