objectio.k8s.api.lifecycle.v1alpha1.EvictionRequestStatus
EvictionRequestStatus represents the last observed status of the eviction request.
- Source
specs/apis__lifecycle.k8s.io__v1alpha1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
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…
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.