Interface EndpointPortFluent<A extends EndpointPortFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
EndpointSliceFluent.PortsNested<N>
- All Known Implementing Classes:
DoneableEndpointPort,EndpointPortBuilder,EndpointPortFluentImpl,EndpointSliceFluentImpl.PortsNestedImpl
public interface EndpointPortFluent<A extends EndpointPortFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetAppProtocol()StringgetName()IntegergetPort()StringgetProtocol()BooleanhasAppProtocol()BooleanhasName()BooleanhasPort()BooleanhasProtocol()AwithAppProtocol(String appProtocol)AwithName(String name)AwithNewAppProtocol(String arg1)AwithNewAppProtocol(StringBuffer arg1)AwithNewAppProtocol(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewPort(int arg1)AwithNewPort(String arg1)AwithNewProtocol(String arg1)AwithNewProtocol(StringBuffer arg1)AwithNewProtocol(StringBuilder arg1)AwithPort(Integer port)AwithProtocol(String protocol)
-
Method Details
-
getAppProtocol
String getAppProtocol() -
withAppProtocol
-
hasAppProtocol
Boolean hasAppProtocol() -
withNewAppProtocol
-
withNewAppProtocol
-
withNewAppProtocol
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getPort
Integer getPort() -
withPort
-
hasPort
Boolean hasPort() -
withNewPort
-
withNewPort
-
getProtocol
String getProtocol() -
withProtocol
-
hasProtocol
Boolean hasProtocol() -
withNewProtocol
-
withNewProtocol
-
withNewProtocol
-