public interface DurationFluent<A extends DurationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNanos() |
Long |
getSeconds() |
Boolean |
hasNanos() |
Boolean |
hasSeconds() |
A |
withNanos(Integer nanos) |
A |
withNewNanos(int arg1) |
A |
withNewNanos(String arg1) |
A |
withNewSeconds(long arg1) |
A |
withNewSeconds(String arg1) |
A |
withSeconds(Long seconds) |
Copyright © 2017–2018 Red Hat. All rights reserved.