KubeletDiskType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. KubeletDiskType
- com.
- com.
public final class KubeletDiskType
extends ExpandableStringEnum<KubeletDiskType>
Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Kubelet |
OS
Kubelet will use the OS disk for its data. |
|
static final
Kubelet |
TEMPORARY
Kubelet will use the temporary disk for its data. |
Constructor Summary
| Constructor | Description |
|---|---|
| KubeletDiskType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Kubelet |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kubelet |
fromString(String name)
Creates or finds a Kubelet |
|
static
Collection<Kubelet |
values()
Gets known Kubelet |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
OS
public static final KubeletDiskType OS
Kubelet will use the OS disk for its data.
TEMPORARY
public static final KubeletDiskType TEMPORARY
Kubelet will use the temporary disk for its data.
Constructor Details
KubeletDiskType
@Deprecated
public KubeletDiskType()
Deprecated
Creates a new instance of KubeletDiskType value.
Method Details
fromString
public static KubeletDiskType fromString(String name)
Creates or finds a KubeletDiskType from its string representation.
Parameters:
Returns:
values
public static Collection<KubeletDiskType> values()
Gets known KubeletDiskType values.
Returns: