Skip to content

Commit

Permalink
Merge pull request #910 from philipwu08/node-drain-hcp
Browse files Browse the repository at this point in the history
Add node drain grace period to the NodePool model
  • Loading branch information
hunterkepley authored Mar 7, 2024
2 parents 6c0ce2f + 09f6f22 commit c7c6162
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.363 Mar 07 2024
- Add `NodeDrainGracePeriod` to the `NodePool` model.

## 0.0.362 Mar 06 2024
- Changed `UserName` attribute for TokenClaimMappings to `Username`.

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 c7c6162

Please sign in to comment.