KubeletDiskType type
Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
KnownKubeletDiskType can be used interchangeably with KubeletDiskType,
this enum contains the known values that the service supports.
Known values supported by the service
OS: Kubelet will use the OS disk for its data.
Temporary: Kubelet will use the temporary disk for its data.
type KubeletDiskType = string