Status indicates whether a config resource (currently only virtualservices and upstreams) has been (in)validated by gloo
state: {Status.State}
reason: string
Field | Type | Label | Description |
---|---|---|---|
state | Status.State | State is the enum indicating the state of the resource | |
reason | string | Reason is a description of the error for Rejected resources. If the resource is pending or accepted, this field will be empty |
Name | Number | Description |
---|---|---|
Pending | 0 | Pending status indicates the resource has not yet been validated |
Accepted | 1 | Accepted indicates the resource has been validated |
Rejected | 2 | Rejected indicates an invalid configuration by the user Rejected resources may be propagated to the xDS server depending on their severity |