| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1AttachedVolume |
V1AttachedVolume.devicePath(String devicePath) |
V1AttachedVolume |
V1AttachedVolume.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<V1AttachedVolume> |
V1NodeStatus.getVolumesAttached()
List of volumes that are attached to the node.
|
| Modifier and Type | Method and Description |
|---|---|
V1NodeStatus |
V1NodeStatus.addVolumesAttachedItem(V1AttachedVolume volumesAttachedItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1NodeStatus.setVolumesAttached(List<V1AttachedVolume> volumesAttached) |
V1NodeStatus |
V1NodeStatus.volumesAttached(List<V1AttachedVolume> volumesAttached) |
Copyright © 2021. All rights reserved.