Interface KubernetesReplicationControllerCommandActionBuilder<R>
public interface KubernetesReplicationControllerCommandActionBuilder<R>
-
Method Summary
Modifier and TypeMethodDescriptionKubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> list()List replication controllers.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> watch()Watch replication controllers.
-
Method Details
-
list
KubernetesNamespacedCommandActionBuilder<?,R, list()? extends KubernetesListCommandResult<R>, ?> List replication controllers. -
watch
KubernetesNamespacedCommandActionBuilder<?,R, watch()? extends KubernetesWatchCommandResult<R, ?, ?>, ?> Watch replication controllers.
-