Status
ConfigResource
ConfigResource represents a configuration object (group, ingress gateway, etc) that is related to an Application or API.
Field | Description | Validation Rule |
fqn | string | – |
expectedEtag | string | – |
exclusivelyOwned | bool | – |
ResourceStatus
The ResourceStatus object provides information about the status of the configuration related to an Application or an API object.
Applications and APIs are translated into configuration objects (config groups, ingress gateways, etc). This status object reflects the status of the Application and APIs with regard to the generated configuration, and exposes any configuration mismatch. This status only reflects the status of the configuration objects in Service Bridge. It does not provide information about the status of the generated configuration in the final clusters.
Field | Description | Validation Rule |
status | tetrateio.api.tsb.application.v2.Status | – |
resources | List of tetrateio.api.tsb.application.v2.ResourceStatus.ConfigResourceStatus | – |
ConfigResourceStatus
Individual status for a configuration resource related to the Application/API.
Field | Description | Validation Rule |
status | tetrateio.api.tsb.application.v2.Status | – |
resource | tetrateio.api.tsb.application.v2.ConfigResource | – |
Status
The computed configuration status for the Application or API.
Name | Number | Description |
UNKNOWN | 0 | Unknown indicates that the status has not been computed. |
MISSING | 1 | The missing status indicates that the configuration resource for the Applications or APIs do not exist. |
DIRTY | 2 | Dirty Applications and APIs are those that have the corresponding configuration objects (config groups, ingress gateways, etc), but those objects have been directly modified or they current configuration does not match the one specified in the corresponding Application/API. |
CONFIGURED | 3 | Configured Applications and APIs are those that have the corresponding configuration resources (config groups, ingress gateways, etc) and their configurations match the ones defined in the Application/API objects. |