Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesNamespacedCommandActionBuilder
Packages that use KubernetesNamespacedCommandActionBuilder
-
Uses of KubernetesNamespacedCommandActionBuilder in org.citrusframework.actions.kubernetes.command
Classes in org.citrusframework.actions.kubernetes.command with type parameters of type KubernetesNamespacedCommandActionBuilderModifier and TypeInterfaceDescriptioninterfaceKubernetesNamespacedCommandActionBuilder<T extends TestAction,R, O, B extends KubernetesNamespacedCommandActionBuilder<T, R, O, B>> Methods in org.citrusframework.actions.kubernetes.command that return KubernetesNamespacedCommandActionBuilderModifier and TypeMethodDescriptionKubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesEndpointCommandActionBuilder.list()List endpoints.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesEventCommandActionBuilder.list()List events.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesPodCommandActionBuilder.list()List pods.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesReplicationControllerCommandActionBuilder.list()List replication controllers.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesServiceCommandActionBuilder.list()List services.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesReplicationControllerCommandActionBuilder.watch()Watch replication controllers.