Partilhar via


KubeletDiskType Struct

Definition

Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.KubeletDiskTypeTypeConverter))]
public struct KubeletDiskType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.KubeletDiskType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.KubeletDiskTypeTypeConverter))>]
type KubeletDiskType = struct
    interface IArgumentCompleter
Public Structure KubeletDiskType
Implements IArgumentCompleter, IEquatable(Of KubeletDiskType)
Inheritance
KubeletDiskType
Attributes
Implements

Fields

OS

Kubelet will use the OS disk for its data.

Temporary

Kubelet will use the temporary disk for its data.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(KubeletDiskType)

Compares values of enum type KubeletDiskType

Equals(Object)

Compares values of enum type KubeletDiskType (override for Object)

GetHashCode()

Returns hashCode for enum KubeletDiskType

ToString()

Returns string representation for KubeletDiskType

Operators

Equality(KubeletDiskType, KubeletDiskType)

Overriding == operator for enum KubeletDiskType

Implicit(KubeletDiskType to String)

Implicit operator to convert KubeletDiskType to string

Implicit(String to KubeletDiskType)

Implicit operator to convert string to KubeletDiskType

Inequality(KubeletDiskType, KubeletDiskType)

Overriding != operator for enum KubeletDiskType

Applies to