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:
DoneableHostAlias,HostAliasBuilder,HostAliasFluentImpl,PodSpecFluentImpl.HostAliasesNestedImpl,WatchEventFluentImpl.HostAliasObjectNestedImpl
public interface HostAliasFluent<A extends HostAliasFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
addToHostnames
-
setToHostnames
-
addToHostnames
-
addAllToHostnames
-
removeFromHostnames
-
removeAllFromHostnames
-
getHostnames
-
getHostname
-
getFirstHostname
String getFirstHostname() -
getLastHostname
String getLastHostname() -
getMatchingHostname
-
hasMatchingHostname
-
withHostnames
-
withHostnames
-
hasHostnames
Boolean hasHostnames() -
addNewHostname
-
addNewHostname
-
addNewHostname
-
getIp
String getIp() -
withIp
-
hasIp
Boolean hasIp() -
withNewIp
-
withNewIp
-
withNewIp
-