Package io.fabric8.kubernetes.api.model
Interface PodIPFluent<A extends PodIPFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PodStatusFluent.PodIPsNested<N>,WatchEventFluent.PodIPObjectNested<N>
- All Known Implementing Classes:
PodIPBuilder,PodIPFluentImpl,PodStatusFluentImpl.PodIPsNestedImpl,WatchEventFluentImpl.PodIPObjectNestedImpl
public interface PodIPFluent<A extends PodIPFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIp()BooleanhasIp()AwithIp(String ip)AwithNewIp(String arg1)AwithNewIp(StringBuffer arg1)AwithNewIp(StringBuilder arg1)
-
-
-
Method Detail
-
getIp
String getIp()
-
hasIp
Boolean hasIp()
-
withNewIp
A withNewIp(StringBuilder arg1)
-
withNewIp
A withNewIp(StringBuffer arg1)
-
-