Get desktop application:
View/edit binary Protocol Buffers messages
Persistent volume information. Deprecated
Used in:
,ID of the persistent volume.
ID of the pod that owns the volume.
Hostname of the persisted volume.
Current state of the volume.
Goal state of the volume.
Volume size in MB.
Volume mount path inside container.
Volume creation time.
Volume info last update time.
Volume configuration.
Used in:
Volume's name. Must be unique within a pod.
Type of the volume for the pod.
EmptyDir represents a temporary directory that shares a pod's lifetime.
HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.
Represents an empty directory for a pod. This is available only for the Kubelet runtime.
Used in:
What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory.
Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the value specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined.
Represents a host path mapped into a pod.
Used in:
Path of the directory on the host.
Type of the volume
Used in:
Invalid volume type
Empty directory for the pod.
Host path mapped into the pod.
States of a persistent volume Deprecated
Used in:
Reserved for future compatibility of new states.
The persistent volume is being initialized.
The persistent volume is created successfully.
The persistent volume is deleted.