Skip to content

Latest commit

 

History

History
53 lines (24 loc) · 1.24 KB

status.md

File metadata and controls

53 lines (24 loc) · 1.24 KB

Contents

Top

Status

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

Status.State

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