Class EndpointFluent<A extends EndpointFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.discovery.v1beta1.EndpointFluent<A>
-
- Direct Known Subclasses:
EndpointBuilder,EndpointSliceFluent.EndpointsNested
public class EndpointFluent<A extends EndpointFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEndpointFluent.ConditionsNested<N>classEndpointFluent.HintsNested<N>classEndpointFluent.TargetRefNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description EndpointFluent()EndpointFluent(Endpoint instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
EndpointFluent
public EndpointFluent()
-
EndpointFluent
public EndpointFluent(Endpoint instance)
-
-
Method Detail
-
addAllToAddresses
public A addAllToAddresses(Collection<String> items)
-
buildConditions
public EndpointConditions buildConditions()
-
buildHints
public EndpointHints buildHints()
-
buildTargetRef
public ObjectReference buildTargetRef()
-
copyInstance
protected void copyInstance(Endpoint instance)
-
editConditions
public EndpointFluent.ConditionsNested<A> editConditions()
-
editHints
public EndpointFluent.HintsNested<A> editHints()
-
editOrNewConditions
public EndpointFluent.ConditionsNested<A> editOrNewConditions()
-
editOrNewConditionsLike
public EndpointFluent.ConditionsNested<A> editOrNewConditionsLike(EndpointConditions item)
-
editOrNewHints
public EndpointFluent.HintsNested<A> editOrNewHints()
-
editOrNewHintsLike
public EndpointFluent.HintsNested<A> editOrNewHintsLike(EndpointHints item)
-
editOrNewTargetRef
public EndpointFluent.TargetRefNested<A> editOrNewTargetRef()
-
editOrNewTargetRefLike
public EndpointFluent.TargetRefNested<A> editOrNewTargetRefLike(ObjectReference item)
-
editTargetRef
public EndpointFluent.TargetRefNested<A> editTargetRef()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends EndpointFluent<A>>
-
getAddress
public String getAddress(int index)
-
getFirstAddress
public String getFirstAddress()
-
getHostname
public String getHostname()
-
getLastAddress
public String getLastAddress()
-
getNodeName
public String getNodeName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAddresses
public boolean hasAddresses()
-
hasConditions
public boolean hasConditions()
-
hasHints
public boolean hasHints()
-
hasHostname
public boolean hasHostname()
-
hasNodeName
public boolean hasNodeName()
-
hasTargetRef
public boolean hasTargetRef()
-
hasTopology
public boolean hasTopology()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends EndpointFluent<A>>
-
removeAllFromAddresses
public A removeAllFromAddresses(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withConditions
public A withConditions(EndpointConditions conditions)
-
withHints
public A withHints(EndpointHints hints)
-
withNewConditions
public EndpointFluent.ConditionsNested<A> withNewConditions()
-
withNewConditionsLike
public EndpointFluent.ConditionsNested<A> withNewConditionsLike(EndpointConditions item)
-
withNewHints
public EndpointFluent.HintsNested<A> withNewHints()
-
withNewHintsLike
public EndpointFluent.HintsNested<A> withNewHintsLike(EndpointHints item)
-
withNewTargetRef
public EndpointFluent.TargetRefNested<A> withNewTargetRef()
-
withNewTargetRefLike
public EndpointFluent.TargetRefNested<A> withNewTargetRefLike(ObjectReference item)
-
withTargetRef
public A withTargetRef(ObjectReference targetRef)
-
-