Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesListCommandResult
Packages that use KubernetesListCommandResult
-
Uses of KubernetesListCommandResult in org.citrusframework.actions.kubernetes.command
Methods in org.citrusframework.actions.kubernetes.command that return types with arguments of type KubernetesListCommandResultModifier and TypeMethodDescriptionKubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesEndpointCommandActionBuilder.list()List endpoints.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesEventCommandActionBuilder.list()List events.KubernetesCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesNamespaceCommandActionBuilder.list()List services.KubernetesCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> KubernetesNodeCommandActionBuilder.list()List nodes.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.