public interface DiskPayloadSpecFluent<A extends DiskPayloadSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Integer |
getPayloadProcessNum() |
String |
getSize() |
Boolean |
hasPath() |
Boolean |
hasPayloadProcessNum() |
Boolean |
hasSize() |
A |
withPath(String path) |
A |
withPayloadProcessNum(Integer payloadProcessNum) |
A |
withSize(String size) |
Copyright © 2015–2023 Red Hat. All rights reserved.