public interface OutlierDetectionFluent<A extends OutlierDetectionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OutlierDetectionFluent.BaseEjectionTimeNested<N> |
static interface |
OutlierDetectionFluent.IntervalNested<N> |
@Deprecated Duration getBaseEjectionTime()
Duration buildBaseEjectionTime()
Boolean hasBaseEjectionTime()
OutlierDetectionFluent.BaseEjectionTimeNested<A> withNewBaseEjectionTime()
OutlierDetectionFluent.BaseEjectionTimeNested<A> withNewBaseEjectionTimeLike(Duration item)
OutlierDetectionFluent.BaseEjectionTimeNested<A> editBaseEjectionTime()
OutlierDetectionFluent.BaseEjectionTimeNested<A> editOrNewBaseEjectionTime()
OutlierDetectionFluent.BaseEjectionTimeNested<A> editOrNewBaseEjectionTimeLike(Duration item)
Integer getConsecutiveErrors()
Boolean hasConsecutiveErrors()
A withNewConsecutiveErrors(int arg1)
@Deprecated Duration getInterval()
Duration buildInterval()
Boolean hasInterval()
OutlierDetectionFluent.IntervalNested<A> withNewInterval()
OutlierDetectionFluent.IntervalNested<A> withNewIntervalLike(Duration item)
OutlierDetectionFluent.IntervalNested<A> editInterval()
OutlierDetectionFluent.IntervalNested<A> editOrNewInterval()
OutlierDetectionFluent.IntervalNested<A> editOrNewIntervalLike(Duration item)
Integer getMaxEjectionPercent()
Boolean hasMaxEjectionPercent()
A withNewMaxEjectionPercent(int arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.