Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesDeleteCommandResult
Packages that use KubernetesDeleteCommandResult
-
Uses of KubernetesDeleteCommandResult in org.citrusframework.actions.kubernetes.command
Methods in org.citrusframework.actions.kubernetes.command that return types with arguments of type KubernetesDeleteCommandResultModifier and TypeMethodDescriptionKubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesDeleteCommandResult, ?> KubernetesPodCommandActionBuilder.delete()Deletes pods.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesDeleteCommandResult, ?> Deletes pod by name.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesDeleteCommandResult, ?> KubernetesServiceCommandActionBuilder.delete()Deletes services.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesDeleteCommandResult, ?> Deletes service by name.