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 arg0)
Deprecated.
|
A |
withNewTimeout(String arg0)
Deprecated.
|
A |
withTimeout(String timeout) |
String getLookbackDelta()
Boolean hasLookbackDelta()
@Deprecated A withNewLookbackDelta(String arg0)
Integer getMaxConcurrency()
Boolean hasMaxConcurrency()
Integer getMaxSamples()
Boolean hasMaxSamples()
String getTimeout()
Boolean hasTimeout()
@Deprecated A withNewTimeout(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.