public interface QuerySpecFluent<A extends QuerySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLookbackDelta() |
Integer |
getMaxConcurrency() |
Integer |
getMaxSamples() |
String |
getTimeout() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasLookbackDelta() |
Boolean |
hasMaxConcurrency() |
Boolean |
hasMaxSamples() |
Boolean |
hasTimeout() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLookbackDelta(String lookbackDelta) |
A |
withMaxConcurrency(Integer maxConcurrency) |
A |
withMaxSamples(Integer maxSamples) |
A |
withTimeout(String timeout) |
String getLookbackDelta()
Boolean hasLookbackDelta()
Integer getMaxConcurrency()
Boolean hasMaxConcurrency()
Integer getMaxSamples()
Boolean hasMaxSamples()
String getTimeout()
Boolean hasTimeout()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.