Package io.fabric8.kubernetes.api.model
Interface EndpointPortFluent<A extends EndpointPortFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EndpointSubsetFluent.PortsNested<N>,KubeSchemaFluent.EndpointPortNested<N>,WatchEventFluent.EndpointPortObjectNested<N>
- All Known Implementing Classes:
DoneableEndpointPort,EndpointPortBuilder,EndpointPortFluentImpl,EndpointSubsetFluentImpl.PortsNestedImpl,KubeSchemaFluentImpl.EndpointPortNestedImpl,WatchEventFluentImpl.EndpointPortObjectNestedImpl
public interface EndpointPortFluent<A extends EndpointPortFluent<A>> extends 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
-