Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1EmptyDirVolumeSource |
V1EmptyDirVolumeSourceBuilder.build() |
V1EmptyDirVolumeSource |
V1VolumeFluentImpl.buildEmptyDir() |
V1EmptyDirVolumeSource |
V1VolumeFluent.buildEmptyDir() |
V1EmptyDirVolumeSource |
V1VolumeFluentImpl.getEmptyDir()
Deprecated.
|
V1EmptyDirVolumeSource |
V1VolumeFluent.getEmptyDir()
Deprecated.
|
V1EmptyDirVolumeSource |
V1Volume.getEmptyDir()
Get emptyDir
|
V1EmptyDirVolumeSource |
V1EmptyDirVolumeSource.medium(String medium) |
V1EmptyDirVolumeSource |
V1EmptyDirVolumeSource.sizeLimit(Quantity sizeLimit) |
Modifier and Type | Method and Description |
---|---|
V1VolumeFluent.EmptyDirNested<A> |
V1VolumeFluentImpl.editOrNewEmptyDirLike(V1EmptyDirVolumeSource item) |
V1VolumeFluent.EmptyDirNested<A> |
V1VolumeFluent.editOrNewEmptyDirLike(V1EmptyDirVolumeSource item) |
V1Volume |
V1Volume.emptyDir(V1EmptyDirVolumeSource emptyDir) |
void |
V1Volume.setEmptyDir(V1EmptyDirVolumeSource emptyDir) |
A |
V1VolumeFluentImpl.withEmptyDir(V1EmptyDirVolumeSource emptyDir) |
A |
V1VolumeFluent.withEmptyDir(V1EmptyDirVolumeSource emptyDir) |
V1VolumeFluent.EmptyDirNested<A> |
V1VolumeFluentImpl.withNewEmptyDirLike(V1EmptyDirVolumeSource item) |
V1VolumeFluent.EmptyDirNested<A> |
V1VolumeFluent.withNewEmptyDirLike(V1EmptyDirVolumeSource item) |
Constructor and Description |
---|
V1EmptyDirVolumeSourceBuilder(V1EmptyDirVolumeSource instance) |
V1EmptyDirVolumeSourceBuilder(V1EmptyDirVolumeSource instance,
Boolean validationEnabled) |
V1EmptyDirVolumeSourceBuilder(V1EmptyDirVolumeSourceFluent<?> fluent,
V1EmptyDirVolumeSource instance) |
V1EmptyDirVolumeSourceBuilder(V1EmptyDirVolumeSourceFluent<?> fluent,
V1EmptyDirVolumeSource instance,
Boolean validationEnabled) |
V1EmptyDirVolumeSourceFluentImpl(V1EmptyDirVolumeSource instance) |
Copyright © 2020. All rights reserved.