| Package | Description |
|---|---|
| cz.xtf.builder.builders | |
| cz.xtf.builder.builders.pod | |
| cz.xtf.builder.builders.route |
| Modifier and Type | Method and Description |
|---|---|
EndpointBuilder |
EndpointBuilder.addPort(int port,
TransportProtocol protocol) |
ServiceBuilder |
ServiceBuilder.port(String name,
int targetPort,
int port,
TransportProtocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
ContainerBuilder |
ContainerBuilder.port(int port,
TransportProtocol protocol,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static TransportProtocol |
TransportProtocol.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.
|
Copyright © 2025. All rights reserved.