public interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeliverySpecFluent.DeadLetterSinkNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Destination |
buildDeadLetterSink() |
DeliverySpecFluent.DeadLetterSinkNested<A> |
editDeadLetterSink() |
DeliverySpecFluent.DeadLetterSinkNested<A> |
editOrNewDeadLetterSink() |
DeliverySpecFluent.DeadLetterSinkNested<A> |
editOrNewDeadLetterSinkLike(Destination item) |
String |
getBackoffDelay() |
String |
getBackoffPolicy() |
Destination |
getDeadLetterSink()
Deprecated.
|
Integer |
getRetry() |
Boolean |
hasBackoffDelay() |
Boolean |
hasBackoffPolicy() |
Boolean |
hasDeadLetterSink() |
Boolean |
hasRetry() |
A |
withBackoffDelay(String backoffDelay) |
A |
withBackoffPolicy(String backoffPolicy) |
A |
withDeadLetterSink(Destination deadLetterSink) |
A |
withNewBackoffDelay(String arg0)
Deprecated.
|
A |
withNewBackoffPolicy(String arg0)
Deprecated.
|
DeliverySpecFluent.DeadLetterSinkNested<A> |
withNewDeadLetterSink() |
DeliverySpecFluent.DeadLetterSinkNested<A> |
withNewDeadLetterSinkLike(Destination item) |
A |
withRetry(Integer retry) |
String getBackoffDelay()
Boolean hasBackoffDelay()
@Deprecated A withNewBackoffDelay(String arg0)
String getBackoffPolicy()
Boolean hasBackoffPolicy()
@Deprecated A withNewBackoffPolicy(String arg0)
@Deprecated Destination getDeadLetterSink()
Destination buildDeadLetterSink()
A withDeadLetterSink(Destination deadLetterSink)
Boolean hasDeadLetterSink()
DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSink()
DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSinkLike(Destination item)
DeliverySpecFluent.DeadLetterSinkNested<A> editDeadLetterSink()
DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSink()
DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSinkLike(Destination item)
Integer getRetry()
Boolean hasRetry()
Copyright © 2015–2021 Red Hat. All rights reserved.