public interface ConsistentHashFluent<A extends ConsistentHashFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsistentHashFluent.ConsistentHashNested<N> |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHashLB |
buildConsistentHash() |
ConsistentHashFluent.ConsistentHashNested<A> |
editConsistentHash() |
ConsistentHashFluent.ConsistentHashNested<A> |
editOrNewConsistentHash() |
ConsistentHashFluent.ConsistentHashNested<A> |
editOrNewConsistentHashLike(ConsistentHashLB item) |
ConsistentHashLB |
getConsistentHash()
Deprecated.
|
Boolean |
hasConsistentHash() |
A |
withConsistentHash(ConsistentHashLB consistentHash) |
ConsistentHashFluent.ConsistentHashNested<A> |
withNewConsistentHash() |
ConsistentHashFluent.ConsistentHashNested<A> |
withNewConsistentHashLike(ConsistentHashLB item) |
@Deprecated ConsistentHashLB getConsistentHash()
ConsistentHashLB buildConsistentHash()
A withConsistentHash(ConsistentHashLB consistentHash)
Boolean hasConsistentHash()
ConsistentHashFluent.ConsistentHashNested<A> withNewConsistentHash()
ConsistentHashFluent.ConsistentHashNested<A> withNewConsistentHashLike(ConsistentHashLB item)
ConsistentHashFluent.ConsistentHashNested<A> editConsistentHash()
ConsistentHashFluent.ConsistentHashNested<A> editOrNewConsistentHash()
ConsistentHashFluent.ConsistentHashNested<A> editOrNewConsistentHashLike(ConsistentHashLB item)
Copyright © 2017–2018 Red Hat. All rights reserved.