ComponentStatus
apiVersion: v1
import "k8s.io/api/core/v1"
ComponentStatus
ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+
-
apiVersion: v1
-
kind: ComponentStatus
-
metadata (ObjectMeta)
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata -
conditions ([]ComponentCondition)
Patch strategy: merge on keytype
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)
Message about the condition for a component. For example, information about a health check.
- conditions.status (string), required
ComponentStatusList
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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
items ([]ComponentStatus), required
List of ComponentStatus objects.
Operations
get
read the specified ComponentStatus
HTTP Request
GET /api/v1/componentstatuses/{name}
Parameters
- {name} (string), required
name of the ComponentStatus - ?pretty (string)
pretty
Response
200 (ComponentStatus): OK
401: Unauthorized
list
list objects of kind ComponentStatus
HTTP Request
GET /api/v1/componentstatuses
Parameters
- ?allowWatchBookmarks (boolean)
allowWatchBookmarks - ?continue (string)
continue - ?fieldSelector (string)
fieldSelector - ?labelSelector (string)
labelSelector - ?limit (integer)
limit - ?pretty (string)
pretty - ?resourceVersion (string)
resourceVersion - ?resourceVersionMatch (string)
resourceVersionMatch - ?timeoutSeconds (integer)
timeoutSeconds - ?watch (boolean)
watch
Response
200 (ComponentStatusList): OK
401: Unauthorized