public interface PodResource extends Resource<io.fabric8.kubernetes.api.model.Pod>, Loggable, Containerable<String,ContainerResource>, ContainerResource, EphemeralContainersResource, PortForwardable
FieldValidateable.Validation| Modifier and Type | Method and Description |
|---|---|
EphemeralContainersResource |
ephemeralContainers()
Manage ephemeral containers for a pod.
|
boolean |
evict()
Evicts resource, respecting
PodDisruptionBudget |
boolean |
evict(io.fabric8.kubernetes.api.model.policy.v1.Eviction eviction)
Evicts a pod from its node subject to certain policies and safety constraints.
|
io.fabric8.kubernetes.api.model.Pod |
patchReadinessGateStatus(Map<String,Boolean> readiness)
Set the Pod status readiness gate fields to match the given map.
|
cascading, isReady, item, lockResourceVersion, lockResourceVersion, requirescale, scale, scale, scalefromServerwithResourceVersionwaitUntilCondition, waitUntilReadycreateOr, editStatus, patchStatus, subresource, unlockcreate, createOrReplacereplaceStatus, updateStatusaccept, edit, edit, edit, patch, patch, patch, patch, patch, patchcreate, createOrReplace, delete, patchStatus, updateStatuswithGracePeriodwithPropagationPolicydelete, withTimeout, withTimeoutInMillisreplace, replaceStatusfieldManager, forceConflicts, serverSideApplyfieldValidationdryRun, dryRuninform, inform, inform, informOnCondition, runnableInformer, withIndexers, withLimitinContainerdir, file, readingInput, redirectingInput, redirectingInput, withReadyWaitTimeoutredirectingOutput, writingOutputredirectingError, terminateOnError, writingErrorredirectingErrorChannel, writingErrorChannelwithTTYusingListenerusingTimestampslimitBytes, terminatedsinceSeconds, sinceTimetailingLineswithPrettyOutputgetLog, getLog, getLogInputStream, getLogReader, watchLog, watchLog, withLogWaitTimeoutportForward, portForward, portForward, portForwardboolean evict()
PodDisruptionBudgetKubernetesClientException - if an error occurs, including if the Pod is not found.boolean evict(io.fabric8.kubernetes.api.model.policy.v1.Eviction eviction)
eviction - Eviction objectKubernetesClientException - if an error occurs, including if the Pod is not found.EphemeralContainersResource ephemeralContainers()
Copyright © 2015–2024 Red Hat. All rights reserved.