Skip to content

Commit

Permalink
ARO-9520: Add UpdatedTimestamp to nodepool state
Browse files Browse the repository at this point in the history
  • Loading branch information
ahitacat committed Aug 13, 2024
1 parent 58d63b3 commit a12ddfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/clusters_mgmt/v2alpha1/node_pool_state_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ class NodePoolState {

// Detailed user friendly status for node pool state.
Details String

//Timestamp when the the state change las time. Using the format defined in
// [RFC3339](https://www.ietf.org/rfc/rfc3339.txt).
UpdatedTimestamp
}

0 comments on commit a12ddfa

Please sign in to comment.