public class DestinationWeightFluentImpl<A extends DestinationWeightFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DestinationWeightFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DestinationWeightFluentImpl.DestinationNestedImpl<N> |
DestinationWeightFluent.DestinationNested<N>| Constructor and Description |
|---|
DestinationWeightFluentImpl() |
DestinationWeightFluentImpl(DestinationWeight instance) |
| Modifier and Type | Method and Description |
|---|---|
Destination |
buildDestination() |
DestinationWeightFluent.DestinationNested<A> |
editDestination() |
DestinationWeightFluent.DestinationNested<A> |
editOrNewDestination() |
DestinationWeightFluent.DestinationNested<A> |
editOrNewDestinationLike(Destination item) |
boolean |
equals(Object o) |
Destination |
getDestination()
Deprecated.
|
Integer |
getWeight() |
Boolean |
hasDestination() |
Boolean |
hasWeight() |
A |
withDestination(Destination destination) |
DestinationWeightFluent.DestinationNested<A> |
withNewDestination() |
DestinationWeightFluent.DestinationNested<A> |
withNewDestinationLike(Destination item) |
A |
withNewWeight(int arg1) |
A |
withNewWeight(String arg1) |
A |
withWeight(Integer weight) |
public DestinationWeightFluentImpl()
public DestinationWeightFluentImpl(DestinationWeight instance)
@Deprecated public Destination getDestination()
getDestination in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public Destination buildDestination()
buildDestination in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public A withDestination(Destination destination)
withDestination in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public Boolean hasDestination()
hasDestination in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public DestinationWeightFluent.DestinationNested<A> withNewDestination()
withNewDestination in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public DestinationWeightFluent.DestinationNested<A> withNewDestinationLike(Destination item)
withNewDestinationLike in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public DestinationWeightFluent.DestinationNested<A> editDestination()
editDestination in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public DestinationWeightFluent.DestinationNested<A> editOrNewDestination()
editOrNewDestination in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public DestinationWeightFluent.DestinationNested<A> editOrNewDestinationLike(Destination item)
editOrNewDestinationLike in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public Integer getWeight()
getWeight in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public A withWeight(Integer weight)
withWeight in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public Boolean hasWeight()
hasWeight in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public A withNewWeight(String arg1)
withNewWeight in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>public A withNewWeight(int arg1)
withNewWeight in interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.