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.V1EndpointConditionsio.kubernetes.client.openapi.models.V1EndpointHintsio.kubernetes.client.openapi.models.V1ObjectReferenceeditOrNewConditionsLike(io.kubernetes.client.openapi.models.V1EndpointConditions item) editOrNewHintsLike(io.kubernetes.client.openapi.models.V1EndpointHints item) editOrNewTargetRefLike(io.kubernetes.client.openapi.models.V1ObjectReference item) booleangetAddress(Integer index) io.kubernetes.client.openapi.models.V1EndpointConditionsDeprecated.io.kubernetes.client.openapi.models.V1EndpointHintsgetHints()Deprecated.getMatchingAddress(Predicate<String> predicate) io.kubernetes.client.openapi.models.V1ObjectReferenceDeprecated.getZone()inthashCode()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:
addToAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
setToAddresses
- Specified by:
setToAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addToAddresses
- Specified by:
addToAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addAllToAddresses
- Specified by:
addAllToAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeFromAddresses
- Specified by:
removeFromAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeAllFromAddresses
- Specified by:
removeAllFromAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getAddresses
- Specified by:
getAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getAddress
- Specified by:
getAddressin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getFirstAddress
- Specified by:
getFirstAddressin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getLastAddress
- Specified by:
getLastAddressin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getMatchingAddress
- Specified by:
getMatchingAddressin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasMatchingAddress
- Specified by:
hasMatchingAddressin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withAddresses
- Specified by:
withAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withAddresses
- Specified by:
withAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasAddresses
- Specified by:
hasAddressesin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>- Returns:
- The buildable object.
-
buildConditions
public io.kubernetes.client.openapi.models.V1EndpointConditions buildConditions()- Specified by:
buildConditionsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasConditions
- Specified by:
hasConditionsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewConditions
- Specified by:
withNewConditionsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewConditionsLike
public V1EndpointFluent.ConditionsNested<A> withNewConditionsLike(io.kubernetes.client.openapi.models.V1EndpointConditions item) - Specified by:
withNewConditionsLikein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editConditions
- Specified by:
editConditionsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewConditions
- Specified by:
editOrNewConditionsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewConditionsLike
public V1EndpointFluent.ConditionsNested<A> editOrNewConditionsLike(io.kubernetes.client.openapi.models.V1EndpointConditions item) - Specified by:
editOrNewConditionsLikein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addToDeprecatedTopology
- Specified by:
addToDeprecatedTopologyin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
addToDeprecatedTopology
- Specified by:
addToDeprecatedTopologyin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeFromDeprecatedTopology
- Specified by:
removeFromDeprecatedTopologyin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
removeFromDeprecatedTopology
- Specified by:
removeFromDeprecatedTopologyin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getDeprecatedTopology
- Specified by:
getDeprecatedTopologyin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withDeprecatedTopology
- Specified by:
withDeprecatedTopologyin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasDeprecatedTopology
- Specified by:
hasDeprecatedTopologyin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getHints
Deprecated.This method has been deprecated, please use method buildHints instead.- Specified by:
getHintsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>- Returns:
- The buildable object.
-
buildHints
public io.kubernetes.client.openapi.models.V1EndpointHints buildHints()- Specified by:
buildHintsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withHints
- Specified by:
withHintsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasHints
- Specified by:
hasHintsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewHints
- Specified by:
withNewHintsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewHintsLike
public V1EndpointFluent.HintsNested<A> withNewHintsLike(io.kubernetes.client.openapi.models.V1EndpointHints item) - Specified by:
withNewHintsLikein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editHints
- Specified by:
editHintsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewHints
- Specified by:
editOrNewHintsin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewHintsLike
public V1EndpointFluent.HintsNested<A> editOrNewHintsLike(io.kubernetes.client.openapi.models.V1EndpointHints item) - Specified by:
editOrNewHintsLikein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getHostname
- Specified by:
getHostnamein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withHostname
- Specified by:
withHostnamein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasHostname
- Specified by:
hasHostnamein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getNodeName
- Specified by:
getNodeNamein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNodeName
- Specified by:
withNodeNamein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasNodeName
- Specified by:
hasNodeNamein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getTargetRef
Deprecated.This method has been deprecated, please use method buildTargetRef instead.- Specified by:
getTargetRefin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>- Returns:
- The buildable object.
-
buildTargetRef
public io.kubernetes.client.openapi.models.V1ObjectReference buildTargetRef()- Specified by:
buildTargetRefin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withTargetRef
- Specified by:
withTargetRefin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasTargetRef
- Specified by:
hasTargetRefin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewTargetRef
- Specified by:
withNewTargetRefin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withNewTargetRefLike
public V1EndpointFluent.TargetRefNested<A> withNewTargetRefLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
withNewTargetRefLikein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editTargetRef
- Specified by:
editTargetRefin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewTargetRef
- Specified by:
editOrNewTargetRefin interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
editOrNewTargetRefLike
public V1EndpointFluent.TargetRefNested<A> editOrNewTargetRefLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
editOrNewTargetRefLikein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
getZone
- Specified by:
getZonein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
withZone
- Specified by:
withZonein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
hasZone
- Specified by:
hasZonein interfaceV1EndpointFluent<A extends V1EndpointFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1EndpointFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1EndpointFluent<A>>
-
toString
-