From a12ddfa14103d6531071ab1ad3feb9b325b246fc Mon Sep 17 00:00:00 2001 From: Alba Hita Catala Date: Tue, 13 Aug 2024 12:43:18 +0200 Subject: [PATCH] ARO-9520: Add UpdatedTimestamp to nodepool state --- model/clusters_mgmt/v2alpha1/node_pool_state_type.model | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/model/clusters_mgmt/v2alpha1/node_pool_state_type.model b/model/clusters_mgmt/v2alpha1/node_pool_state_type.model index 9636d829..54420f78 100644 --- a/model/clusters_mgmt/v2alpha1/node_pool_state_type.model +++ b/model/clusters_mgmt/v2alpha1/node_pool_state_type.model @@ -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 }