Interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ServiceSpecFluent.PortsNested<N>
- All Known Implementing Classes:
V1ServicePortBuilder
,V1ServicePortFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getPort()
io.kubernetes.client.custom.IntOrString
hasName()
hasPort()
withAppProtocol
(String appProtocol) withNewTargetPort
(int value) withNewTargetPort
(String value) withNodePort
(Integer nodePort) withProtocol
(String protocol) withTargetPort
(io.kubernetes.client.custom.IntOrString targetPort)
-
Method Details
-
getAppProtocol
String getAppProtocol() -
withAppProtocol
-
hasAppProtocol
Boolean hasAppProtocol() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getNodePort
Integer getNodePort() -
withNodePort
-
hasNodePort
Boolean hasNodePort() -
getPort
Integer getPort() -
withPort
-
hasPort
Boolean hasPort() -
getProtocol
String getProtocol() -
withProtocol
-
hasProtocol
Boolean hasProtocol() -
getTargetPort
io.kubernetes.client.custom.IntOrString getTargetPort() -
withTargetPort
-
hasTargetPort
Boolean hasTargetPort() -
withNewTargetPort
-
withNewTargetPort
-