Package io.fabric8.kubernetes.api.model
Interface HostAliasFluent<A extends HostAliasFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PodSpecFluent.HostAliasesNested<N>,WatchEventFluent.HostAliasObjectNested<N>
- All Known Implementing Classes:
HostAliasBuilder,HostAliasFluentImpl,PodSpecFluentImpl.HostAliasesNestedImpl,WatchEventFluentImpl.HostAliasObjectNestedImpl
public interface HostAliasFluent<A extends HostAliasFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddAllToHostnames(Collection<String> items)AaddNewHostname(String arg1)AaddNewHostname(StringBuffer arg1)AaddNewHostname(StringBuilder arg1)AaddToHostnames(int index, String item)AaddToHostnames(String... items)StringgetFirstHostname()StringgetHostname(int index)List<String>getHostnames()StringgetIp()StringgetLastHostname()StringgetMatchingHostname(Predicate<String> predicate)BooleanhasHostnames()BooleanhasIp()BooleanhasMatchingHostname(Predicate<String> predicate)AremoveAllFromHostnames(Collection<String> items)AremoveFromHostnames(String... items)AsetToHostnames(int index, String item)AwithHostnames(String... hostnames)AwithHostnames(List<String> hostnames)AwithIp(String ip)AwithNewIp(String arg1)AwithNewIp(StringBuffer arg1)AwithNewIp(StringBuilder arg1)
-
-
-
Method Detail
-
addAllToHostnames
A addAllToHostnames(Collection<String> items)
-
removeAllFromHostnames
A removeAllFromHostnames(Collection<String> items)
-
getHostname
String getHostname(int index)
-
getFirstHostname
String getFirstHostname()
-
getLastHostname
String getLastHostname()
-
hasHostnames
Boolean hasHostnames()
-
addNewHostname
A addNewHostname(StringBuilder arg1)
-
addNewHostname
A addNewHostname(StringBuffer arg1)
-
getIp
String getIp()
-
hasIp
Boolean hasIp()
-
withNewIp
A withNewIp(StringBuilder arg1)
-
withNewIp
A withNewIp(StringBuffer arg1)
-
-