You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -883,9 +883,9 @@ _Appears in:_
883
883
|`id`_string_| The unique identifier of the entity (in UUID format). |||
884
884
|`entityType`_string_| The type of the entity. |||
885
885
|`clusterId`_string_| The optional cluster identifier |||
886
-
|`createdAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#time-v1-meta)_| Timestamp when the entity was created. |||
887
-
|`lastUpdatedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#time-v1-meta)_| Timestamp when the entity was last updated. |||
888
-
|`deletedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#time-v1-meta)_| Timestamp when the entity was deleted (or is started to be deleting).<br />If not set the entity is not deleted |||
886
+
|`createdAt`_[MicroTime](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#microtime-v1-meta)_| Timestamp when the entity was created. |||
887
+
|`lastUpdatedAt`_[MicroTime](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#microtime-v1-meta)_| Timestamp when the entity was last updated. |||
888
+
|`deletedAt`_[MicroTime](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#microtime-v1-meta)_| Timestamp when the entity was deleted (or is started to be deleting).<br />If not set the entity is not deleted |||
889
889
|`payload`_[JSON](#json)_| Generic payload for this entity |||
0 commit comments