Class V1EndpointFluentImpl<A extends V1EndpointFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1EndpointFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1EndpointFluent<A>
- Direct Known Subclasses:
V1EndpointBuilder
public class V1EndpointFluentImpl<A extends V1EndpointFluent<A>>
extends BaseFluent<A>
implements V1EndpointFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1EndpointFluent
V1EndpointFluent.ConditionsNested<N>, V1EndpointFluent.HintsNested<N>, V1EndpointFluent.TargetRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1EndpointFluentImpl
(io.kubernetes.client.openapi.models.V1Endpoint instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToAddresses
(Collection<String> items) addToAddresses
(Integer index, String item) addToAddresses
(String... items) addToDeprecatedTopology
(String key, String value) io.kubernetes.client.openapi.models.V1EndpointConditions
io.kubernetes.client.openapi.models.V1EndpointHints
io.kubernetes.client.openapi.models.V1ObjectReference
editOrNewConditionsLike
(io.kubernetes.client.openapi.models.V1EndpointConditions item) editOrNewHintsLike
(io.kubernetes.client.openapi.models.V1EndpointHints item) editOrNewTargetRefLike
(io.kubernetes.client.openapi.models.V1ObjectReference item) boolean
getAddress
(Integer index) io.kubernetes.client.openapi.models.V1EndpointConditions
Deprecated.io.kubernetes.client.openapi.models.V1EndpointHints
getHints()
Deprecated.getMatchingAddress
(Predicate<String> predicate) io.kubernetes.client.openapi.models.V1ObjectReference
Deprecated.getZone()
int
hashCode()
hasHints()
hasMatchingAddress
(Predicate<String> predicate) hasZone()
removeAllFromAddresses
(Collection<String> items) removeFromAddresses
(String... items) setToAddresses
(Integer index, String item) toString()
withAddresses
(String... addresses) withAddresses
(List<String> addresses) withConditions
(io.kubernetes.client.openapi.models.V1EndpointConditions conditions) <K,
V> A withDeprecatedTopology
(Map<String, String> deprecatedTopology) withHints
(io.kubernetes.client.openapi.models.V1EndpointHints hints) withHostname
(String hostname) withNewConditionsLike
(io.kubernetes.client.openapi.models.V1EndpointConditions item) withNewHintsLike
(io.kubernetes.client.openapi.models.V1EndpointHints item) withNewTargetRefLike
(io.kubernetes.client.openapi.models.V1ObjectReference item) withNodeName
(String nodeName) withTargetRef
(io.kubernetes.client.openapi.models.V1ObjectReference targetRef) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1EndpointFluentImpl
public V1EndpointFluentImpl() -
V1EndpointFluentImpl
public V1EndpointFluentImpl(io.kubernetes.client.openapi.models.V1Endpoint instance)
-
-
Method Details
-
addToAddresses
- Specified by:
addToAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
setToAddresses
- Specified by:
setToAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addToAddresses
- Specified by:
addToAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addAllToAddresses
- Specified by:
addAllToAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeFromAddresses
- Specified by:
removeFromAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeAllFromAddresses
- Specified by:
removeAllFromAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getAddresses
- Specified by:
getAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getAddress
- Specified by:
getAddress
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getFirstAddress
- Specified by:
getFirstAddress
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getLastAddress
- Specified by:
getLastAddress
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getMatchingAddress
- Specified by:
getMatchingAddress
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasMatchingAddress
- Specified by:
hasMatchingAddress
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withAddresses
- Specified by:
withAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withAddresses
- Specified by:
withAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasAddresses
- Specified by:
hasAddresses
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditions
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
- Returns:
- The buildable object.
-
buildConditions
public io.kubernetes.client.openapi.models.V1EndpointConditions buildConditions()- Specified by:
buildConditions
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withConditions
- Specified by:
withConditions
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasConditions
- Specified by:
hasConditions
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewConditions
- Specified by:
withNewConditions
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewConditionsLike
public V1EndpointFluent.ConditionsNested<A> withNewConditionsLike(io.kubernetes.client.openapi.models.V1EndpointConditions item) - Specified by:
withNewConditionsLike
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editConditions
- Specified by:
editConditions
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewConditions
- Specified by:
editOrNewConditions
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewConditionsLike
public V1EndpointFluent.ConditionsNested<A> editOrNewConditionsLike(io.kubernetes.client.openapi.models.V1EndpointConditions item) - Specified by:
editOrNewConditionsLike
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addToDeprecatedTopology
- Specified by:
addToDeprecatedTopology
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addToDeprecatedTopology
- Specified by:
addToDeprecatedTopology
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeFromDeprecatedTopology
- Specified by:
removeFromDeprecatedTopology
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeFromDeprecatedTopology
- Specified by:
removeFromDeprecatedTopology
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getDeprecatedTopology
- Specified by:
getDeprecatedTopology
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withDeprecatedTopology
- Specified by:
withDeprecatedTopology
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasDeprecatedTopology
- Specified by:
hasDeprecatedTopology
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getHints
Deprecated.This method has been deprecated, please use method buildHints instead.- Specified by:
getHints
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
- Returns:
- The buildable object.
-
buildHints
public io.kubernetes.client.openapi.models.V1EndpointHints buildHints()- Specified by:
buildHints
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withHints
- Specified by:
withHints
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasHints
- Specified by:
hasHints
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewHints
- Specified by:
withNewHints
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewHintsLike
public V1EndpointFluent.HintsNested<A> withNewHintsLike(io.kubernetes.client.openapi.models.V1EndpointHints item) - Specified by:
withNewHintsLike
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editHints
- Specified by:
editHints
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewHints
- Specified by:
editOrNewHints
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewHintsLike
public V1EndpointFluent.HintsNested<A> editOrNewHintsLike(io.kubernetes.client.openapi.models.V1EndpointHints item) - Specified by:
editOrNewHintsLike
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getHostname
- Specified by:
getHostname
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withHostname
- Specified by:
withHostname
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasHostname
- Specified by:
hasHostname
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getNodeName
- Specified by:
getNodeName
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNodeName
- Specified by:
withNodeName
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasNodeName
- Specified by:
hasNodeName
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getTargetRef
Deprecated.This method has been deprecated, please use method buildTargetRef instead.- Specified by:
getTargetRef
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
- Returns:
- The buildable object.
-
buildTargetRef
public io.kubernetes.client.openapi.models.V1ObjectReference buildTargetRef()- Specified by:
buildTargetRef
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withTargetRef
- Specified by:
withTargetRef
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasTargetRef
- Specified by:
hasTargetRef
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewTargetRef
- Specified by:
withNewTargetRef
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewTargetRefLike
public V1EndpointFluent.TargetRefNested<A> withNewTargetRefLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
withNewTargetRefLike
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editTargetRef
- Specified by:
editTargetRef
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewTargetRef
- Specified by:
editOrNewTargetRef
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewTargetRefLike
public V1EndpointFluent.TargetRefNested<A> editOrNewTargetRefLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
editOrNewTargetRefLike
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getZone
- Specified by:
getZone
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withZone
- Specified by:
withZone
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasZone
- Specified by:
hasZone
in interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1EndpointFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1EndpointFluent<A>>
-
toString
-