Interface KubernetesServiceCreateActionBuilder<T extends TestAction,B extends KubernetesServiceCreateActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> KubernetesActionBuilderBase<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface KubernetesServiceCreateActionBuilder<T extends TestAction,B extends KubernetesServiceCreateActionBuilder<T,B>>
extends KubernetesActionBuilderBase<T,B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionautoCreateServerBinding(boolean enabled) port(int port) portMapping(int port, int targetPort) portMapping(String port, String targetPort) ports(int... ports) targetPort(int targetPort) targetPort(String targetPort) targetPorts(int... targetPorts) targetPorts(String... targetPorts) withPodSelector(Map<String, String> selector) Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.kubernetes.KubernetesActionBuilderBase
autoRemoveResources, client, inNamespaceMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
service
-
ports
-
ports
-
port
-
port
-
portMapping
-
portMapping
-
targetPorts
-
targetPorts
-
targetPort
-
targetPort
-
protocol
-
label
-
withPodSelector
-
server
-
server
-
autoCreateServerBinding
-