Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesCommandResult
Packages that use KubernetesCommandResult
-
Uses of KubernetesCommandResult in org.citrusframework.actions.kubernetes.command
Subinterfaces of KubernetesCommandResult in org.citrusframework.actions.kubernetes.commandModifier and TypeInterfaceDescriptioninterfaceKubernetesWatchCommandResult<R,A extends Enum<?>, E extends Exception> Methods in org.citrusframework.actions.kubernetes.command that return KubernetesCommandResultModifier and TypeMethodDescriptionKubernetesCommand.getCommandResult()Provides access to this command result if any.Methods in org.citrusframework.actions.kubernetes.command with parameters of type KubernetesCommandResultModifier and TypeMethodDescriptionvoidKubernetesCommandResultCallback.validateCommandResult(KubernetesCommandResult<T> result, TestContext context) Callback method called with command result for validation.