7.3. Service 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>
状态字段 | 类型 | 描述 |
---|---|---|
| - | 包含关于部署的 Service Registry 的信息的部分。 |
| 字符串 | 访问 Service Registry UI 和 REST API 的 URL。 |
| - | 报告 Service Registry 状态或与该部署相关的 Operator 的条件列表。 |
| 字符串 | 条件的类型。 |
| 字符串 |
条件的状态, |
| 字符串 | 程序标识符表示条件最后一次转换的原因。 |
| 字符串 | 人类可读的消息,指示关于转换的详细信息。 |
| 字符串 | 条件从一个状态转换到另一个状态最后一次的时间。 |
| - | 由 Service Registry Operator 管理的 OpenShift 资源列表 |
| 字符串 | 资源类型。 |
| 字符串 | 资源命名空间。 |
| 字符串 | 资源名称。 |