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:
EndpointPortBuilder,EndpointPortFluentImpl,EndpointSubsetFluentImpl.PortsNestedImpl,KubeSchemaFluentImpl.EndpointPortNestedImpl,WatchEventFluentImpl.EndpointPortObjectNestedImpl
public interface EndpointPortFluent<A extends EndpointPortFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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)AwithNewProtocol(String arg1)AwithNewProtocol(StringBuffer arg1)AwithNewProtocol(StringBuilder arg1)AwithPort(Integer port)AwithProtocol(String protocol)
-
-
-
Method Detail
-
getAppProtocol
String getAppProtocol()
-
hasAppProtocol
Boolean hasAppProtocol()
-
withNewAppProtocol
A withNewAppProtocol(StringBuilder arg1)
-
withNewAppProtocol
A withNewAppProtocol(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getPort
Integer getPort()
-
hasPort
Boolean hasPort()
-
getProtocol
String getProtocol()
-
hasProtocol
Boolean hasProtocol()
-
withNewProtocol
A withNewProtocol(StringBuilder arg1)
-
withNewProtocol
A withNewProtocol(StringBuffer arg1)
-
-