public interface QuerySpecFluent<A extends QuerySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLookbackDelta() |
Integer |
getMaxConcurrency() |
Integer |
getMaxSamples() |
String |
getTimeout() |
Boolean |
hasLookbackDelta() |
Boolean |
hasMaxConcurrency() |
Boolean |
hasMaxSamples() |
Boolean |
hasTimeout() |
A |
withLookbackDelta(String lookbackDelta) |
A |
withMaxConcurrency(Integer maxConcurrency) |
A |
withMaxSamples(Integer maxSamples) |
A |
withNewLookbackDelta(String arg1) |
A |
withNewLookbackDelta(StringBuffer arg1) |
A |
withNewLookbackDelta(StringBuilder arg1) |
A |
withNewTimeout(String arg1) |
A |
withNewTimeout(StringBuffer arg1) |
A |
withNewTimeout(StringBuilder arg1) |
A |
withTimeout(String timeout) |
String getLookbackDelta()
Boolean hasLookbackDelta()
A withNewLookbackDelta(StringBuilder arg1)
A withNewLookbackDelta(StringBuffer arg1)
Integer getMaxConcurrency()
Boolean hasMaxConcurrency()
Integer getMaxSamples()
Boolean hasMaxSamples()
String getTimeout()
Boolean hasTimeout()
A withNewTimeout(StringBuilder arg1)
A withNewTimeout(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.