configStatus property

String? configStatus
getter/setter pair

Per xDS resource config status.

It is generated by management servers. It will not be present if the CSDS server is an xDS client. Possible string values are:

  • "UNKNOWN" : Status info is not available/unknown.
  • "SYNCED" : Management server has sent the config to client and received ACK.
  • "NOT_SENT" : Config is not sent.
  • "STALE" : Management server has sent the config to client but hasn’t received ACK/NACK.
  • "ERROR" : Management server has sent the config to client but received NACK. The attached config dump will be the latest config (the rejected one), since it is the persisted version in the management server.

Implementation

core.String? configStatus;