Interface V1HostAliasFluent<A extends V1HostAliasFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PodSpecFluent.HostAliasesNested<N>
- All Known Implementing Classes:
V1HostAliasBuilder,V1HostAliasFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToHostnames(Collection<String> items) addToHostnames(Integer index, String item) addToHostnames(String... items) getHostname(Integer index) getIp()getMatchingHostname(Predicate<String> predicate) hasIp()hasMatchingHostname(Predicate<String> predicate) removeAllFromHostnames(Collection<String> items) removeFromHostnames(String... items) setToHostnames(Integer index, String item) withHostnames(String... hostnames) withHostnames(List<String> hostnames)
-
Method Details
-
addToHostnames
-
setToHostnames
-
addToHostnames
-
addAllToHostnames
-
removeFromHostnames
-
removeAllFromHostnames
-
getHostnames
-
getHostname
-
getFirstHostname
String getFirstHostname() -
getLastHostname
String getLastHostname() -
getMatchingHostname
-
hasMatchingHostname
-
withHostnames
-
withHostnames
-
hasHostnames
Boolean hasHostnames() -
getIp
String getIp() -
withIp
-
hasIp
Boolean hasIp()
-