On this page
StatusNew
StatusNew API reference.
Proto: status_new.proto
Package: common.gloo.solo.io
Types:
State
Field | Description |
---|---|
observedGeneration | (int64 )The most recent generation observed in the object’s metadata. If the observedGeneration does not match metadata.generation , Gloo Mesh has not processed the most recent version of this object. |
approval | (ApprovalState )Whether the resource has been accepted as valid and processed in the Gloo Mesh config translation. |
message | (string )Additional information about the current state of the resource. |
Status
Field | Description |
---|---|
state | (State ) |
workspaceConditions | (repeated Status.WorkspaceConditionsEntry )A map of ApprovalState to the number of workspaces in this condition, e.g., “Accepted” -> 2 “Pending” -> 1 |
Status.WorkspaceConditionsEntry
Field | Description |
---|---|
key | (string ) |
value | (uint32 ) |