public interface DestinationWeightFluent<A extends DestinationWeightFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DestinationWeightFluent.DestinationNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Destination |
buildDestination() |
DestinationWeightFluent.DestinationNested<A> |
editDestination() |
DestinationWeightFluent.DestinationNested<A> |
editOrNewDestination() |
DestinationWeightFluent.DestinationNested<A> |
editOrNewDestinationLike(Destination item) |
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) |
@Deprecated Destination getDestination()
Destination buildDestination()
A withDestination(Destination destination)
Boolean hasDestination()
DestinationWeightFluent.DestinationNested<A> withNewDestination()
DestinationWeightFluent.DestinationNested<A> withNewDestinationLike(Destination item)
DestinationWeightFluent.DestinationNested<A> editDestination()
DestinationWeightFluent.DestinationNested<A> editOrNewDestination()
DestinationWeightFluent.DestinationNested<A> editOrNewDestinationLike(Destination item)
Integer getWeight()
Boolean hasWeight()
A withNewWeight(int arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.