7.3. apicurio Registry CR 状态
status
是由 Service Registry Operator 管理的 CR 部分,其中包含当前部署和应用程序状态的描述。
ApicurioRegistry CR 状态内容
status
部分包含以下字段:
status: info: host: <string> conditions: <list of:> - type: <string> status: <string, one of: True, False, Unknown> reason: <string> message: <string> lastTransitionTime: <string, RFC-3339 timestamp> managedResources: <list of:> - kind: <string> namespace: <string> name: <string>
Status 字段 | 类型 | 描述 |
---|---|---|
| - | 包含有关部署的 Apicurio Registry 的信息的部分。 |
| 字符串 | 访问 Apicurio Registry UI 和 REST API 的 URL。 |
| - | 报告 Apicurio Registry 状态或与该部署相关的 Operator 的条件列表。 |
| 字符串 | 条件的类型。 |
| 字符串 |
条件的状态,一个 |
| 字符串 | 程序识别符表示条件最后一次转换的原因。 |
| 字符串 | 人类可读的消息,表示关于该转换的详细信息。 |
| 字符串 | 条件从一个状态转换到另一个状态的时间。 |
| - | 由 Service Registry Operator 管理的 OpenShift 资源列表 |
| 字符串 | 资源类型。 |
| 字符串 | 资源对象。 |
| 字符串 | 资源名称。 |