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> |
String getBackoffDelay()
Boolean hasBackoffDelay()
String getBackoffPolicy()
Boolean hasBackoffPolicy()
@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()
String getRetryAfterMax()
Boolean hasRetryAfterMax()
String getTimeout()
Boolean hasTimeout()
Copyright © 2015–2022 Red Hat. All rights reserved.