public interface V1PersistentVolumeClaimVolumeSourceFluent<A extends V1PersistentVolumeClaimVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getClaimName() |
Boolean |
getReadOnly() |
Boolean |
hasClaimName() |
Boolean |
hasReadOnly() |
A |
withClaimName(String claimName) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
Copyright © 2022. All rights reserved.