Skip to main content
Schemaobject

io.k8s.api.resource.v1alpha3.DeviceTaintRuleStatus

DeviceTaintRuleStatus provides information about an on-going pod eviction.

Source
specs/apis__resource.k8s.io__v1alpha3_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
conditions array
optional

Conditions provide information about the state of the DeviceTaintRule and the cluster at some point in time, in a machine-readable and human-readable format. The following condition is currently defined as part of this API, more may get added: - Type: EvictionInProgress - Status: True if there are currently pods which need to be evicted, False otherwise (includes the effects which don't cause eviction). - Reason: not specified, may change - Message: includes information about number of pending pods and a…