Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComponentCondition

Information about the condition of a component.

schema

io.k8s.api.core.v1.ComponentCondition

Hierarchy

  • ComponentCondition

Index

Properties

Properties

Optional Readonly error

error: string

Condition error code for a component. For example, a health check error code.

schema

io.k8s.api.core.v1.ComponentCondition#error

Optional Readonly message

message: string

Message about the condition for a component. For example, information about a health check.

schema

io.k8s.api.core.v1.ComponentCondition#message

Readonly status

status: string

Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".

schema

io.k8s.api.core.v1.ComponentCondition#status

Readonly type

type: string

Type of condition for a component. Valid value: "Healthy"

schema

io.k8s.api.core.v1.ComponentCondition#type

Generated using TypeDoc