Package io.fabric8.kubernetes.api.model
Class HostAliasFluentImpl<A extends HostAliasFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.HostAliasFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,HostAliasFluent<A>
- Direct Known Subclasses:
DoneableHostAlias,HostAliasBuilder,PodSpecFluentImpl.HostAliasesNestedImpl,WatchEventFluentImpl.HostAliasObjectNestedImpl
public class HostAliasFluentImpl<A extends HostAliasFluent<A>> extends BaseFluent<A> implements HostAliasFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HostAliasFluentImpl()HostAliasFluentImpl(HostAlias instance) -
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)booleanequals(Object o)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)
-
Constructor Details
-
HostAliasFluentImpl
public HostAliasFluentImpl() -
HostAliasFluentImpl
-
-
Method Details
-
addToHostnames
- Specified by:
addToHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
setToHostnames
- Specified by:
setToHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
addToHostnames
- Specified by:
addToHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
addAllToHostnames
- Specified by:
addAllToHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
removeFromHostnames
- Specified by:
removeFromHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
removeAllFromHostnames
- Specified by:
removeAllFromHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
getHostnames
- Specified by:
getHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
getHostname
- Specified by:
getHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
getFirstHostname
- Specified by:
getFirstHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
getLastHostname
- Specified by:
getLastHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
getMatchingHostname
- Specified by:
getMatchingHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
hasMatchingHostname
- Specified by:
hasMatchingHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
withHostnames
- Specified by:
withHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
withHostnames
- Specified by:
withHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
hasHostnames
- Specified by:
hasHostnamesin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
addNewHostname
- Specified by:
addNewHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
addNewHostname
- Specified by:
addNewHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
addNewHostname
- Specified by:
addNewHostnamein interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
getIp
- Specified by:
getIpin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
withIp
- Specified by:
withIpin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
hasIp
- Specified by:
hasIpin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
withNewIp
- Specified by:
withNewIpin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
withNewIp
- Specified by:
withNewIpin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
withNewIp
- Specified by:
withNewIpin interfaceHostAliasFluent<A extends HostAliasFluent<A>>
-
equals
-