Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1EmptyDirVolumeSource |
V1Volume.getEmptyDir()
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1EmptyDirVolumeSource |
V1EmptyDirVolumeSource.medium(String medium) |
V1EmptyDirVolumeSource |
V1EmptyDirVolumeSource.sizeLimit(String sizeLimit) |
Modifier and Type | Method and Description |
---|---|
V1Volume |
V1Volume.emptyDir(V1EmptyDirVolumeSource emptyDir) |
void |
V1Volume.setEmptyDir(V1EmptyDirVolumeSource emptyDir) |
Copyright © 2018. All rights reserved.