ComponentStatus
apiVersion: v1
import "k8s.io/api/core/v1"
ComponentStatus
ComponentStatus (和 ComponentStatusList) 保存集群验证信息。已弃用:此 API 在 v1.19+ 中已弃用
apiVersion: v1
kind: ComponentStatus
metadata (ObjectMeta)
标准对象的元数据。更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
conditions ([]ComponentCondition)
补丁策略:在键
type
上合并映射:在合并期间,将保留键 type 上的唯一值
观察到的组件条件列表
conditions.status (string), 必需
组件的条件状态。 “健康”的有效值为:“True”、“False”或“Unknown”。
conditions.type (string), 必需
组件的条件类型。有效值:“Healthy”
conditions.error (string)
组件的条件错误代码。例如,健康检查错误代码。
conditions.message (string)
关于组件条件的消息。例如,有关健康检查的信息。
ComponentStatusList
组件的所有条件的状态,以 ComponentStatus 对象列表的形式表示。已弃用:此 API 在 v1.19+ 中已弃用
apiVersion: v1
kind: ComponentStatusList
metadata (ListMeta)
标准列表元数据。更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
items ([]ComponentStatus), 必需
ComponentStatus 对象列表。
操作
get
读取指定的 ComponentStatus
HTTP 请求
GET /api/v1/componentstatuses/{name}
参数
name (在路径中):字符串,必需
ComponentStatus 的名称
pretty (在查询中): 字符串
响应
200 (ComponentStatus): OK
401: 未授权
list
列出 ComponentStatus 类型的对象
HTTP 请求
GET /api/v1/componentstatuses
参数
allowWatchBookmarks (在查询中): 布尔值
continue (在查询中): 字符串
fieldSelector (在查询中): 字符串
labelSelector (在查询中): 字符串
limit (在查询中): 整数
pretty (在查询中): 字符串
resourceVersion (在查询中): 字符串
resourceVersionMatch (在查询中): 字符串
sendInitialEvents (在查询中): 布尔值
timeoutSeconds (在查询中): 整数
watch (在查询中): 布尔值
响应
200 (ComponentStatusList): OK
401: 未授权
此页面是自动生成的。
如果您计划报告此页面的问题,请在您的问题描述中提及该页面是自动生成的。修复可能需要在 Kubernetes 项目的其他地方进行。