Class WatchReplicationControllers
java.lang.Object
org.citrusframework.kubernetes.command.AbstractKubernetesCommand<R,T>
org.citrusframework.kubernetes.command.AbstractClientCommand<io.fabric8.kubernetes.client.dsl.ClientNonNamespaceOperation,R,T>
org.citrusframework.kubernetes.command.AbstractWatchCommand<io.fabric8.kubernetes.api.model.ReplicationController,WatchReplicationControllers>
org.citrusframework.kubernetes.command.WatchReplicationControllers
- All Implemented Interfaces:
KubernetesCommand<io.fabric8.kubernetes.api.model.ReplicationController>
public class WatchReplicationControllers
extends AbstractWatchCommand<io.fabric8.kubernetes.api.model.ReplicationController,WatchReplicationControllers>
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor initializing the command name. -
Method Summary
Modifier and TypeMethodDescriptionprotected io.fabric8.kubernetes.client.dsl.ClientMixedOperationoperation(KubernetesClient kubernetesClient, TestContext context) Subclasses provide operation to call.Methods inherited from class org.citrusframework.kubernetes.command.AbstractWatchCommand
execute, getCommandResult, getTimeout, getWatch, setTimeoutMethods inherited from class org.citrusframework.kubernetes.command.AbstractClientCommand
executeMethods inherited from class org.citrusframework.kubernetes.command.AbstractKubernetesCommand
getLabels, getName, getParameter, getParameters, getResultCallback, getWithoutLabels, hasParameter, label, label, name, namespace, setCommandResult, setParameters, validate, withoutLabel, withoutLabel, withParam
-
Constructor Details
-
WatchReplicationControllers
public WatchReplicationControllers()Default constructor initializing the command name.
-
-
Method Details
-
operation
protected io.fabric8.kubernetes.client.dsl.ClientMixedOperation operation(KubernetesClient kubernetesClient, TestContext context) Description copied from class:AbstractClientCommandSubclasses provide operation to call.- Specified by:
operationin classAbstractClientCommand<io.fabric8.kubernetes.client.dsl.ClientNonNamespaceOperation,io.fabric8.kubernetes.api.model.ReplicationController, WatchReplicationControllers> - Returns:
-