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 |
withNewClaimName(String original)
Deprecated.
|
A |
withReadOnly(Boolean readOnly) |
Copyright © 2021. All rights reserved.