On this page
Status
Status API reference.
Proto: status.proto
Package: common.gloo.solo.io
AppliedDestinationPortPolicies
| Field | Description |
|---|---|
policies | (repeated AppliedDestinationPortPolicies.DestinationPolicyReference)List of applied destination port policies |
AppliedDestinationPortPolicies.DestinationPolicyReference
| Field | Description |
|---|---|
destinationPort | (int32)the port on the destination object that the policy applies to |
destinationKind | (DestinationKind)the kind of destination object that the policy applies to |
policy | (ObjectReference)The reference to the policy |
AppliedRoutePolicies
| Field | Description |
|---|---|
policies | (repeated AppliedRoutePolicies.RoutePolicyReference)List of applied route policies |
AppliedRoutePolicies.RoutePolicyReference
| Field | Description |
|---|---|
routeName | (string)The name of the route that the policy is applied to |
routeIndex | (int32)The index of the route on the route table |
policy | (ObjectReference)The reference to the policy |
rootRouteTable | (ObjectReference)The reference to the root route table. Only relevant if this is a delegated route table. |
AppliedWorkloadPolicies
| Field | Description |
|---|---|
policies | (repeated ObjectReference)Policies on the workload |
RouteReference
Indicates selected routes on status messages.
| Field | Description |
|---|---|
routeName | (string)The name of the route |
routeIndex | (int32)The index of the route on the route table |
routeTable | (ObjectReference)The route table containing the route |
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) |