kubernetes v1.37

EvictionRequest.status

EvictionRequestStatus represents the last observed status of the eviction request.

2 fields
EvictionRequest.status fields and descriptions
Field / TypeDescription
Condition[]

conditions contain information about the eviction request. EvictionRequest specific conditions are: TargetEvicted or Failed (managed by evictionrequest-controller). - Failed means that the eviction request is no longer being processed by any eviction responder. This can happen if the request is canceled or if no responder managed to evict the target (e.g. terminate or delete a pod). - TargetEvicted means that the target has been evicted (e.g. a pod has been terminated or deleted). These conditions can be reset if the eviction was unsuccessful and a new Eviction intent has been submitted. The maximum length of the conditions list is 100.

  • x-kubernetes-list-map-keys: ["type"]
  • x-kubernetes-list-type: "map"
  • x-kubernetes-patch-merge-key: "type"
  • x-kubernetes-patch-strategy: "merge"
observedGeneration
integer

observedGeneration is EvictionRequest's .metadata.generation observed by the evictionrequest-controller. The observed generation value cannot be negative and can only be incremented. The minimum value is 1. This field is managed by evictionrequest-controller.

  • format: int64