public interface LossSpecFluent<A extends LossSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelation() |
String |
getLoss() |
Boolean |
hasCorrelation() |
Boolean |
hasLoss() |
A |
withCorrelation(String correlation) |
A |
withLoss(String loss) |
A |
withNewCorrelation(String arg0)
Deprecated.
|
A |
withNewLoss(String arg0)
Deprecated.
|
String getCorrelation()
Boolean hasCorrelation()
@Deprecated A withNewCorrelation(String arg0)
String getLoss()
Boolean hasLoss()
@Deprecated A withNewLoss(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.