Package io.fabric8.kubernetes.api.model
Interface PortStatusFluent<A extends PortStatusFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
LoadBalancerIngressFluent.PortsNested<N>,WatchEventFluent.PortStatusObjectNested<N>
- All Known Implementing Classes:
LoadBalancerIngressFluentImpl.PortsNestedImpl,PortStatusBuilder,PortStatusFluentImpl,WatchEventFluentImpl.PortStatusObjectNestedImpl
public interface PortStatusFluent<A extends PortStatusFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetError()IntegergetPort()StringgetProtocol()BooleanhasError()BooleanhasPort()BooleanhasProtocol()AwithError(String error)AwithNewError(String arg1)AwithNewError(StringBuffer arg1)AwithNewError(StringBuilder arg1)AwithNewProtocol(String arg1)AwithNewProtocol(StringBuffer arg1)AwithNewProtocol(StringBuilder arg1)AwithPort(Integer port)AwithProtocol(String protocol)
-
-
-
Method Detail
-
getError
String getError()
-
hasError
Boolean hasError()
-
withNewError
A withNewError(StringBuilder arg1)
-
withNewError
A withNewError(StringBuffer arg1)
-
getPort
Integer getPort()
-
hasPort
Boolean hasPort()
-
getProtocol
String getProtocol()
-
hasProtocol
Boolean hasProtocol()
-
withNewProtocol
A withNewProtocol(StringBuilder arg1)
-
withNewProtocol
A withNewProtocol(StringBuffer arg1)
-
-