public interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFillByFallocate() |
String |
getPath() |
String |
getSize() |
Boolean |
hasFillByFallocate() |
Boolean |
hasPath() |
Boolean |
hasSize() |
A |
withFillByFallocate() |
A |
withFillByFallocate(Boolean fillByFallocate) |
A |
withPath(String path) |
A |
withSize(String size) |
Copyright © 2015–2022 Red Hat. All rights reserved.