ComponentStatus
import "k8s.io/api/core/v1"
ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+
kind: ComponentStatus
metadata (ObjectMeta)
Standard object’s metadata. More info:
conditions ([]ComponentCondition)
Patch strategy: merge on key
List of component conditions observed
Information about the condition of a component.
conditions.status (string), required
Status of the condition for a component. Valid values for “Healthy”: “True”, “False”, or “Unknown”.
conditions.type (string), required
Type of condition for a component. Valid value: “Healthy”
conditions.error (string)
Condition error code for a component. For example, a health check error code.
conditions.message (string)
Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+
apiVersion: v1
kind: ComponentStatusList
metadata (ListMeta)
Standard list metadata. More info:
items ([]ComponentStatus), required
List of ComponentStatus objects.
HTTP Request
GET /api/v1/componentstatuses/{name}
Parameters
pretty (in query): string
Response
200 (): OK
401: Unauthorized
list objects of kind ComponentStatus
HTTP Request
GET /api/v1/componentstatuses
Parameters
allowWatchBookmarks (in query): boolean
continue (in query): string
fieldSelector (in query): string
labelSelector (in query): string
limit (in query): integer
pretty (in query): string
resourceVersion (in query): string
resourceVersionMatch (in query): string
timeoutSeconds (in query): integer
watch (in query): boolean
Response
200 (): OK
401: Unauthorized