Uses of Class
cz.xtf.builder.builders.route.TransportProtocol
-
Packages that use TransportProtocol Package Description cz.xtf.builder.builders cz.xtf.builder.builders.pod cz.xtf.builder.builders.route -
-
Uses of TransportProtocol in cz.xtf.builder.builders
Methods in cz.xtf.builder.builders with parameters of type TransportProtocol Modifier and Type Method Description EndpointBuilderEndpointBuilder. addPort(int port, TransportProtocol protocol)ServiceBuilderServiceBuilder. port(String name, int targetPort, int port, TransportProtocol protocol) -
Uses of TransportProtocol in cz.xtf.builder.builders.pod
Methods in cz.xtf.builder.builders.pod with parameters of type TransportProtocol Modifier and Type Method Description ContainerBuilderContainerBuilder. port(int port, TransportProtocol protocol, String name) -
Uses of TransportProtocol in cz.xtf.builder.builders.route
Methods in cz.xtf.builder.builders.route that return TransportProtocol Modifier and Type Method Description static TransportProtocolTransportProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportProtocol[]TransportProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-