Record
delete-node-params
No description available.
record delete-node-params {
cluster-id: string,
node-pool-id: string,
node-id: string,
skip-drain: option<s32>,
replace: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| cluster-id | string | |
| node-pool-id | string | |
| node-id | string | |
| skip-drain | option<s32> | |
| replace | option<s32> |