Uses of Interface
org.citrusframework.actions.kubernetes.command.KubernetesNamedCommandActionBuilder
Packages that use KubernetesNamedCommandActionBuilder
-
Uses of KubernetesNamedCommandActionBuilder in org.citrusframework.actions.kubernetes.command
Classes in org.citrusframework.actions.kubernetes.command with type parameters of type KubernetesNamedCommandActionBuilderModifier and TypeInterfaceDescriptioninterfaceKubernetesNamedCommandActionBuilder<T extends TestAction,R, O, B extends KubernetesNamedCommandActionBuilder<T, R, O, B>> Methods in org.citrusframework.actions.kubernetes.command that return KubernetesNamedCommandActionBuilderModifier and TypeMethodDescriptionCreate new pod from template path.Create new pod from template.Creates new pod.Create new service from template path.Create new service from template.Creates new service.KubernetesNamedCommandActionBuilder<?,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.Gets pod by name.Gets service by name.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesPodCommandActionBuilder.watch()Watch pods.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> KubernetesServiceCommandActionBuilder.watch()Watch services.