Uses of Interface
k8s.io.api.core.v1.Generated.EmptyDirVolumeSourceOrBuilder
-
Packages that use Generated.EmptyDirVolumeSourceOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.EmptyDirVolumeSourceOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.EmptyDirVolumeSourceOrBuilder Modifier and Type Class Description static classGenerated.EmptyDirVolumeSourceRepresents an empty directory for a pod.static classGenerated.EmptyDirVolumeSource.BuilderRepresents an empty directory for a pod.Methods in k8s.io.api.core.v1 that return Generated.EmptyDirVolumeSourceOrBuilder Modifier and Type Method Description Generated.EmptyDirVolumeSourceOrBuilderGenerated.VolumeSource.Builder. getEmptyDirOrBuilder()emptyDir represents a temporary directory that shares a pod's lifetime.Generated.EmptyDirVolumeSourceOrBuilderGenerated.VolumeSource. getEmptyDirOrBuilder()emptyDir represents a temporary directory that shares a pod's lifetime.Generated.EmptyDirVolumeSourceOrBuilderGenerated.VolumeSourceOrBuilder. getEmptyDirOrBuilder()emptyDir represents a temporary directory that shares a pod's lifetime.
-