Package io.fabric8.openshift.client.dsl
Interface TimeoutDeployable<T>
-
- All Superinterfaces:
Deletable,Timeoutable,TimeoutableScalable<T>
- All Known Subinterfaces:
DeployableScalableResource<T>
public interface TimeoutDeployable<T> extends TimeoutableScalable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TdeployLatest()TimeoutDeployable<T>withTimeout(long timeout, TimeUnit unit)TimeoutDeployable<T>withTimeoutInMillis(long timeoutInMillis)-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.TimeoutableScalable
scale
-
-
-
-
Method Detail
-
deployLatest
T deployLatest()
-
withTimeout
TimeoutDeployable<T> withTimeout(long timeout, TimeUnit unit)
- Specified by:
withTimeoutin interfaceDeletable- Specified by:
withTimeoutin interfaceTimeoutable- Specified by:
withTimeoutin interfaceTimeoutableScalable<T>
-
withTimeoutInMillis
TimeoutDeployable<T> withTimeoutInMillis(long timeoutInMillis)
- Specified by:
withTimeoutInMillisin interfaceDeletable- Specified by:
withTimeoutInMillisin interfaceTimeoutable- Specified by:
withTimeoutInMillisin interfaceTimeoutableScalable<T>
-
-