| Modifier and Type | Method and Description |
|---|---|
static ServicePort.Builder |
ServicePort.builder() |
ServicePort.Builder |
ServicePort.Builder.name(String name)
Sets the value of
ServicePortOptions.getName() |
ServicePort.Builder |
ServicePort.Builder.nodePort(Number nodePort)
Sets the value of
ServicePortOptions.getNodePort() |
ServicePort.Builder |
ServicePort.Builder.port(Number port)
Sets the value of
ServicePort.getPort() |
ServicePort.Builder |
ServicePort.Builder.protocol(Protocol protocol)
Sets the value of
ServicePortOptions.getProtocol() |
ServicePort.Builder |
ServicePort.Builder.targetPort(Number targetPort)
Sets the value of
ServicePortOptions.getTargetPort() |
Copyright © 2021. All rights reserved.