Class V1HostAliasFluentImpl<A extends V1HostAliasFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1HostAliasFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1HostAliasFluent<A>
- Direct Known Subclasses:
V1HostAliasBuilder
public class V1HostAliasFluentImpl<A extends V1HostAliasFluent<A>>
extends BaseFluent<A>
implements V1HostAliasFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1HostAliasFluentImpl(io.kubernetes.client.openapi.models.V1HostAlias instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToHostnames(Collection<String> items) addToHostnames(Integer index, String item) addToHostnames(String... items) booleangetHostname(Integer index) getIp()getMatchingHostname(Predicate<String> predicate) inthashCode()hasIp()hasMatchingHostname(Predicate<String> predicate) removeAllFromHostnames(Collection<String> items) removeFromHostnames(String... items) setToHostnames(Integer index, String item) toString()withHostnames(String... hostnames) withHostnames(List<String> hostnames) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1HostAliasFluentImpl
public V1HostAliasFluentImpl() -
V1HostAliasFluentImpl
public V1HostAliasFluentImpl(io.kubernetes.client.openapi.models.V1HostAlias instance)
-
-
Method Details
-
addToHostnames
- Specified by:
addToHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
setToHostnames
- Specified by:
setToHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
addToHostnames
- Specified by:
addToHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
addAllToHostnames
- Specified by:
addAllToHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
removeFromHostnames
- Specified by:
removeFromHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
removeAllFromHostnames
- Specified by:
removeAllFromHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getHostnames
- Specified by:
getHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getHostname
- Specified by:
getHostnamein interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getFirstHostname
- Specified by:
getFirstHostnamein interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getLastHostname
- Specified by:
getLastHostnamein interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getMatchingHostname
- Specified by:
getMatchingHostnamein interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
hasMatchingHostname
- Specified by:
hasMatchingHostnamein interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
withHostnames
- Specified by:
withHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
withHostnames
- Specified by:
withHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
hasHostnames
- Specified by:
hasHostnamesin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getIp
- Specified by:
getIpin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
withIp
- Specified by:
withIpin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
hasIp
- Specified by:
hasIpin interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1HostAliasFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1HostAliasFluent<A>>
-
toString
-