public class OutlierDetectionFluent<A extends OutlierDetectionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
OutlierDetectionFluent() |
OutlierDetectionFluent(OutlierDetection instance) |
public OutlierDetectionFluent()
public OutlierDetectionFluent(OutlierDetection instance)
protected void copyInstance(OutlierDetection instance)
public String getBaseEjectionTime()
public boolean hasBaseEjectionTime()
public Integer getConsecutive5xxErrors()
public boolean hasConsecutive5xxErrors()
public Integer getConsecutiveErrors()
public boolean hasConsecutiveErrors()
public Integer getConsecutiveGatewayErrors()
public A withConsecutiveGatewayErrors(Integer consecutiveGatewayErrors)
public boolean hasConsecutiveGatewayErrors()
public Integer getConsecutiveLocalOriginFailures()
public A withConsecutiveLocalOriginFailures(Integer consecutiveLocalOriginFailures)
public boolean hasConsecutiveLocalOriginFailures()
public String getInterval()
public boolean hasInterval()
public Integer getMaxEjectionPercent()
public boolean hasMaxEjectionPercent()
public Integer getMinHealthPercent()
public boolean hasMinHealthPercent()
public Boolean getSplitExternalLocalOriginErrors()
public A withSplitExternalLocalOriginErrors(Boolean splitExternalLocalOriginErrors)
public boolean hasSplitExternalLocalOriginErrors()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OutlierDetectionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OutlierDetectionFluent<A>>public A withSplitExternalLocalOriginErrors()
Copyright © 2015–2024 Red Hat. All rights reserved.