Uses of Interface
org.citrusframework.kubernetes.command.KubernetesCommand
Packages that use KubernetesCommand
Package
Description
-
Uses of KubernetesCommand in org.citrusframework.kubernetes.actions
Fields in org.citrusframework.kubernetes.actions declared as KubernetesCommandModifier and TypeFieldDescriptionprotected final KubernetesCommandKubernetesExecuteAction.Builder.BaseActionBuilder.commandKubernetes commandMethods in org.citrusframework.kubernetes.actions that return KubernetesCommandModifier and TypeMethodDescriptionKubernetesExecuteAction.getCommand()Gets the kubernetes command to execute.Methods in org.citrusframework.kubernetes.actions with parameters of type KubernetesCommandModifier and TypeMethodDescriptionprotected BKubernetesExecuteAction.Builder.BaseActionBuilder.command(KubernetesCommand command) Sets command.KubernetesExecuteAction.Builder.command(KubernetesCommand command) Use a kubernetes command. -
Uses of KubernetesCommand in org.citrusframework.kubernetes.command
Classes in org.citrusframework.kubernetes.command with type parameters of type KubernetesCommandModifier and TypeClassDescriptionclassAbstractClientCommand<O extends io.fabric8.kubernetes.client.dsl.ClientNonNamespaceOperation,R extends io.fabric8.kubernetes.api.model.KubernetesResource, T extends KubernetesCommand<R>> classAbstractCreateCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,D extends io.fabric8.kubernetes.api.model.Doneable<R>, T extends KubernetesCommand<R>> classAbstractDeleteCommand<D extends DeleteResult,R extends io.fabric8.kubernetes.api.model.KubernetesResource, T extends KubernetesCommand<D>> classAbstractGetCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> classAbstractKubernetesCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> classAbstractListCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> classAbstractWatchCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> Classes in org.citrusframework.kubernetes.command that implement KubernetesCommandModifier and TypeClassDescriptionclassAbstractClientCommand<O extends io.fabric8.kubernetes.client.dsl.ClientNonNamespaceOperation,R extends io.fabric8.kubernetes.api.model.KubernetesResource, T extends KubernetesCommand<R>> classAbstractCreateCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,D extends io.fabric8.kubernetes.api.model.Doneable<R>, T extends KubernetesCommand<R>> classAbstractDeleteCommand<D extends DeleteResult,R extends io.fabric8.kubernetes.api.model.KubernetesResource, T extends KubernetesCommand<D>> classAbstractGetCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> classAbstractKubernetesCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> classAbstractListCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> classAbstractWatchCommand<R extends io.fabric8.kubernetes.api.model.KubernetesResource,T extends KubernetesCommand<R>> classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.citrusframework.kubernetes.command that return KubernetesCommandModifier and TypeMethodDescriptionSets the label parameter.Sets the label parameter.Sets the name parameter.Sets the namespace parameter.KubernetesCommand.validate(CommandResultCallback<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. -
Uses of KubernetesCommand in org.citrusframework.kubernetes.config.xml
Classes in org.citrusframework.kubernetes.config.xml with type parameters of type KubernetesCommandModifier and TypeClassDescriptionclassKubernetesExecuteActionParser<T extends KubernetesCommand>Bean definition parser for kubernetes client action in test case.Methods in org.citrusframework.kubernetes.config.xml with parameters of type KubernetesCommandModifier and TypeMethodDescriptionvoidKubernetesExecuteActionParser.KubernetesExecuteActionFactoryBean.setCommand(KubernetesCommand<?> command) Sets kubernetes command to execute. -
Uses of KubernetesCommand in org.citrusframework.kubernetes.message
Methods in org.citrusframework.kubernetes.message that return KubernetesCommandModifier and TypeMethodDescriptionKubernetesMessageConverter.convertOutbound(Message message, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) Methods in org.citrusframework.kubernetes.message with parameters of type KubernetesCommandModifier and TypeMethodDescriptionKubernetesMessageConverter.convertInbound(KubernetesCommand<?> command, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) voidKubernetesMessageConverter.convertOutbound(KubernetesCommand<?> command, Message message, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) static KubernetesMessageKubernetesMessage.request(KubernetesCommand<?> command) Request generating instantiation.