KubeletDiskType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
public readonly struct KubeletDiskType : IEquatable<Azure.ResourceManager.ContainerService.Models.KubeletDiskType>
type KubeletDiskType = struct
Public Structure KubeletDiskType
Implements IEquatable(Of KubeletDiskType)
- Inheritance
-
KubeletDiskType
- Implements
Constructors
KubeletDiskType(String) |
Initializes a new instance of KubeletDiskType. |
Properties
OS |
Kubelet will use the OS disk for its data. |
Temporary |
Kubelet will use the temporary disk for its data. |
Methods
Equals(KubeletDiskType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(KubeletDiskType, KubeletDiskType) |
Determines if two KubeletDiskType values are the same. |
Implicit(String to KubeletDiskType) |
Converts a string to a KubeletDiskType. |
Inequality(KubeletDiskType, KubeletDiskType) |
Determines if two KubeletDiskType values are not the same. |
Applies to
Azure SDK for .NET