public interface RetentionConfigFluent<A extends RetentionConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockDuration() |
String |
getDeleteDelay() |
String |
getRetentionInLocal() |
String |
getRetentionResolution1h() |
String |
getRetentionResolution5m() |
String |
getRetentionResolutionRaw() |
Boolean |
hasBlockDuration() |
Boolean |
hasDeleteDelay() |
Boolean |
hasRetentionInLocal() |
Boolean |
hasRetentionResolution1h() |
Boolean |
hasRetentionResolution5m() |
Boolean |
hasRetentionResolutionRaw() |
A |
withBlockDuration(String blockDuration) |
A |
withDeleteDelay(String deleteDelay) |
A |
withRetentionInLocal(String retentionInLocal) |
A |
withRetentionResolution1h(String retentionResolution1h) |
A |
withRetentionResolution5m(String retentionResolution5m) |
A |
withRetentionResolutionRaw(String retentionResolutionRaw) |
String getBlockDuration()
Boolean hasBlockDuration()
String getDeleteDelay()
Boolean hasDeleteDelay()
String getRetentionInLocal()
Boolean hasRetentionInLocal()
String getRetentionResolution1h()
Boolean hasRetentionResolution1h()
String getRetentionResolution5m()
Boolean hasRetentionResolution5m()
String getRetentionResolutionRaw()
Boolean hasRetentionResolutionRaw()
Copyright © 2015–2022 Red Hat. All rights reserved.