Condividi tramite


IAgentPool.KubeletConfigAllowedUnsafeSysctl Property

Definition

Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in *).

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedUnsafeSysctls", Update=true)]
public System.Collections.Generic.List<string> KubeletConfigAllowedUnsafeSysctl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedUnsafeSysctls", Update=true)>]
member this.KubeletConfigAllowedUnsafeSysctl : System.Collections.Generic.List<string> with get, set
Public Property KubeletConfigAllowedUnsafeSysctl As List(Of String)

Property Value

Attributes

Applies to