public interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getDevicePath() |
String |
getName() |
Boolean |
hasDevicePath() |
Boolean |
hasName() |
A |
withDevicePath(String devicePath) |
A |
withName(String name) |
Copyright © 2019. All rights reserved.