Interface TimeoutImageEditReplacePatchable<T>

    • Method Detail

      • withTimeout

        @Deprecated
        ImageEditReplacePatchable<T> withTimeout​(long timeout,
                                                 TimeUnit unit)
        Deprecated.
        client managed rollouts will be removed in future versions
        Sets the timeout for each pod scaling operation during the rollout

        Applies only to ReplicaSets and ReplicationControllers

        Specified by:
        withTimeout in interface Timeoutable
        Parameters:
        timeout - 0 indicates no wait
      • withTimeoutInMillis

        @Deprecated
        ImageEditReplacePatchable<T> withTimeoutInMillis​(long timeoutInMillis)
        Deprecated.
        client managed rollouts will be removed in future versions
        Sets the timeout for each pod scaling operation during the rollout

        Applies only to ReplicaSets and ReplicationControllers

        Specified by:
        withTimeoutInMillis in interface Timeoutable
        Parameters:
        timeoutInMillis - 0 indicates no wait
      • resume

        T resume()
        Resume a paused resource. Paused resources will not be reconciled by a controller. By resuming a resource, we allow it to be reconciled again.
        Specified by:
        resume in interface ImageEditReplacePatchable<T>
        Returns:
        updated resource
      • restart

        T restart()
        Restart a resource. Resource will be rollout restarted.
        Specified by:
        restart in interface ImageEditReplacePatchable<T>
        Returns:
        updated resource