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) boolean
getHostname
(Integer index) getIp()
getMatchingHostname
(Predicate<String> predicate) int
hashCode()
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:
addToHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
setToHostnames
- Specified by:
setToHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
addToHostnames
- Specified by:
addToHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
addAllToHostnames
- Specified by:
addAllToHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
removeFromHostnames
- Specified by:
removeFromHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
removeAllFromHostnames
- Specified by:
removeAllFromHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getHostnames
- Specified by:
getHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getHostname
- Specified by:
getHostname
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getFirstHostname
- Specified by:
getFirstHostname
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getLastHostname
- Specified by:
getLastHostname
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getMatchingHostname
- Specified by:
getMatchingHostname
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
hasMatchingHostname
- Specified by:
hasMatchingHostname
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
withHostnames
- Specified by:
withHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
withHostnames
- Specified by:
withHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
hasHostnames
- Specified by:
hasHostnames
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
getIp
- Specified by:
getIp
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
withIp
- Specified by:
withIp
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
hasIp
- Specified by:
hasIp
in interfaceV1HostAliasFluent<A extends V1HostAliasFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1HostAliasFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1HostAliasFluent<A>>
-
toString
-