⎈ k8s knowledge compiler

ComponentStatus [page]deterministic

ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+

reference

`apiVersion: v1`

`import "k8s.io/api/core/v1"`

## ComponentStatus {#ComponentStatus}

ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+

<hr>

<table> <thead><tr><th>Field</th><th>Description</th></tr></thead> <tbody> <tr> <td><code>apiVersion</code><br/><em>string</em></td> <td>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</td> </tr> <tr> <td><code>conditions</code><br/><em><a href="">ComponentCondition array</a></em><br/><em>patch strategy: merge on key <code>type</code></em></td> <td>List of component conditions observed</td> </tr> <tr> <td><code>kind</code><br/><em>string</em></td> <td>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</td> </tr> <tr> <td><code>metadata</code><br/><em><a href="">ObjectMeta</a></em></td> <td>Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata</td> </tr> </tbody> </table>

## ComponentStatusList {#ComponentStatusList}

Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+

<hr>

<table> <thead><tr><th>Field</th><th>Description</th></tr></thead> <tbody> <tr> <td><code>apiVersion</code><br/><em>string</em></td> <td>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</td> </tr> <tr> <td><code>items</code>&nbsp;<strong>*</strong><br/><em><a href="">ComponentStatus array</a></em></td> <td>List of ComponentStatus objects.</td> </tr> <tr> <td><code>kind</code><br/><em>string</em></td> <td>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</td> </tr> <tr> <td><code>metadata</code><br/><em><a href="">ListMeta</a></em></td> <td>Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds</td> </tr> </tbody> </table>

## ComponentCondition {#ComponentCondition}

Information about the condition of a component.

<hr>

<table> <thead><tr><th>Field</th><th>Description</th></tr></thead> <tbody> <tr> <td><code>error</code><br/><em>string</em></td> <td>Condition error code for a component. For example, a health check error code.</td> </tr> <tr> <td><code>message</code><br/><em>string</em></td> <td>Message about the condition for a component. For example, information about a health check.</td> </tr> <tr> <td><code>status</code>&nbsp;<strong>*</strong><br/><em>string</em></td> <td>Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".</td> </tr> <tr> <td><code>type</code>&nbsp;<strong>*</strong><br/><em>string</em></td> <td>Type of condition for a component. Valid value: "Healthy"</td> </tr> </tbody> </table>

## Operations {#Operations}

<hr>

### `get` Read

#### HTT …(trimmed)

Sources

reference/kubernetes-api/core/component-status-v1.md · docComponentStatus

Related (7)

part_of ComponentStatus {#ComponentStatus}describes conf=1
part_of ComponentStatusList {#ComponentStatusList}describes conf=1
part_of ComponentCondition {#ComponentCondition}describes conf=1
part_of Operations {#Operations}describes conf=1
part_of `get` Readdescribes conf=1
part_of `get` Listdescribes conf=1
api_for ComponentStatusdocuments API object conf=1

← all Docs