Package io.fabric8.kubernetes.client.dsl
Interface TimeoutImageEditReplacePatchable<T>
-
- All Superinterfaces:
Editable<T>,EditReplacePatchable<T>,ImageEditReplacePatchable<T>,Patchable<T>,Replaceable<T>,StatusUpdatable<T>,Timeoutable<ImageEditReplacePatchable<T>>
- All Known Implementing Classes:
DeploymentOperationsImpl,DeploymentOperationsImpl,ReplicaSetOperationsImpl,ReplicaSetOperationsImpl,ReplicationControllerOperationsImpl,StatefulSetOperationsImpl
public interface TimeoutImageEditReplacePatchable<T> extends Timeoutable<ImageEditReplacePatchable<T>>, ImageEditReplacePatchable<T>
-
-
Method Summary
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.ImageEditReplacePatchable
pause, restart, resume, undo, updateImage, updateImage
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Replaceable
replace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.StatusUpdatable
updateStatus
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Timeoutable
withTimeout, withTimeoutInMillis
-
-