ComponentStatus [v1]
- Description
-
ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+
- Type
-
object
Specification
| Property | Type | Description |
|---|---|---|
|
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
List of component conditions observed |
|
|
Information about the condition of a component. |
|
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
.conditions
- Description
-
List of component conditions observed
- Type
-
array
.conditions[]
- Description
-
Information about the condition of a component.
- Type
-
object - Required
-
-
type -
status
-
| Property | Type | Description |
|---|---|---|
|
|
Condition error code for a component. For example, a health check error code. |
|
|
Message about the condition for a component. For example, information about a health check. |
|
|
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown". |
|
|
Type of condition for a component. Valid value: "Healthy" |
API endpoints
The following API endpoints are available:
-
/api/v1/componentstatuses-
GET: list objects of kind ComponentStatus
-
-
/api/v1/componentstatuses/{name}-
GET: read the specified ComponentStatus
-
/api/v1/componentstatuses
- HTTP method
-
GET - Description
-
list objects of kind ComponentStatus
| HTTP code | Reponse body |
|---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
/api/v1/componentstatuses/{name}
| Parameter | Type | Description |
|---|---|---|
|
|
name of the ComponentStatus |
- HTTP method
-
GET - Description
-
read the specified ComponentStatus
| HTTP code | Reponse body |
|---|---|
200 - OK |
|
401 - Unauthorized |
Empty |