On this page
ApprovalState
ApprovalState API reference.
Proto: approval_state.proto
Package: common.gloo.solo.io
ClusterState
the state of a resource across clusters
Field | Description |
---|---|
states | (repeated ClusterState.StatesEntry )the approval state of the resource in each cluster |
ClusterState.StatesEntry
Field | Description |
---|---|
key | (string ) |
value | (ApprovalState ) |
ApprovalState
State of a Policy resource reflected in the status by Gloo Mesh while processing a resource.
Name | Number | Description |
---|---|---|
PENDING | 0 | Resources are in a Pending state before they have been processed by Gloo Mesh. |
ACCEPTED | 1 | Resources are in a Accepted state when they are valid and have been applied successfully to the Gloo Mesh configuration. |
INVALID | 2 | Resources are in an Invalid state when they contain incorrect configuration parameters, such as missing required values or invalid resource references. An invalid state can also result when a resource’s configuration is valid but conflicts with another resource which was accepted in an earlier point in time. |
WARNING | 3 | Resources are in a Warning state when they contain partially incorrect configuration parameters, but has still been processed and applied by the system. |
FAILED | 4 | Resources are in a Failed state when they contain correct configuration parameters, but the server encountered an error trying to synchronize the system to the desired state. |
UNLICENSED | 5 | The license key(s) in the application do not allow you to use this resource. |