public abstract class AbstractPodSelectionAssert extends Object
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_NOT_READY_TIMEOUT_MS |
static long |
DEFAULT_READY_PERIOD_MS |
static String |
PROPERTY_ASSERT_NOT_READY_TIMEOUT_MILLIS |
static String |
PROPERTY_ASSERT_READY_PERIOD_MILLIS |
Constructor and Description |
---|
AbstractPodSelectionAssert() |
Modifier and Type | Method and Description |
---|---|
static long |
getDefaultNotReadyTimeoutMs() |
static long |
getDefaultReadyPeriodMs() |
abstract List<io.fabric8.kubernetes.api.model.Pod> |
getPods() |
AbstractPodSelectionAssert |
isPodReadyForPeriod()
Asserts that a pod is ready for this deployment all become ready within the given time and that each one keeps being ready for the given time
|
abstract AbstractPodSelectionAssert |
isPodReadyForPeriod(long notReadyTimeoutMS,
long readyPeriodMS) |
public static final String PROPERTY_ASSERT_NOT_READY_TIMEOUT_MILLIS
public static final String PROPERTY_ASSERT_READY_PERIOD_MILLIS
public static final long DEFAULT_NOT_READY_TIMEOUT_MS
public static final long DEFAULT_READY_PERIOD_MS
public static long getDefaultReadyPeriodMs()
public static long getDefaultNotReadyTimeoutMs()
public AbstractPodSelectionAssert isPodReadyForPeriod()
public abstract AbstractPodSelectionAssert isPodReadyForPeriod(long notReadyTimeoutMS, long readyPeriodMS)
public abstract List<io.fabric8.kubernetes.api.model.Pod> getPods()
Copyright © 2011–2017 Red Hat. All rights reserved.