StatusConfig interface
Defines the status config properties.
Properties
| error | Object to transfer and persist errors that originate from the edge. |
| last |
A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. |
| version | A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version. |
Property Details
error
Object to transfer and persist errors that originate from the edge.
error?: StatusError
Property Value
lastTransitionTime
A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
lastTransitionTime?: Date
Property Value
Date
version
A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
version?: number
Property Value
number