Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesWatchCommandResult
Packages that use KubernetesWatchCommandResult
-
Uses of KubernetesWatchCommandResult in org.citrusframework.actions.kubernetes.command
Methods in org.citrusframework.actions.kubernetes.command that return types with arguments of type KubernetesWatchCommandResultModifier and TypeMethodDescriptionKubernetesCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesNamespaceCommandActionBuilder.watch()Watch services.KubernetesCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesNodeCommandActionBuilder.watch()Watch nodes.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesPodCommandActionBuilder.watch()Watch pods.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesReplicationControllerCommandActionBuilder.watch()Watch replication controllers.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesServiceCommandActionBuilder.watch()Watch services.