Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesCommand
Packages that use KubernetesCommand
Package
Description
-
Uses of KubernetesCommand in org.citrusframework.actions.kubernetes
Methods in org.citrusframework.actions.kubernetes with parameters of type KubernetesCommandModifier and TypeMethodDescriptionKubernetesExecuteActionBuilder.command(KubernetesCommand<?, ?, ?> command) Use a kubernetes command. -
Uses of KubernetesCommand in org.citrusframework.actions.kubernetes.command
Methods in org.citrusframework.actions.kubernetes.command that return KubernetesCommandModifier and TypeMethodDescriptionSets the label parameter.Sets the label parameter.Sets the name parameter.Sets the namespace parameter.KubernetesCommand.validate(KubernetesCommandResultCallback<R> callback) Adds validation callback with command result.KubernetesCommand.withoutLabel(String key) Sets the without label parameter.KubernetesCommand.withoutLabel(String key, String value) Sets the without label parameter.