IKubeletConfig.AllowedUnsafeSysctl Property
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.
Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in *
).
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedUnsafeSysctls")]
public string[] AllowedUnsafeSysctl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedUnsafeSysctls")>]
member this.AllowedUnsafeSysctl : string[] with get, set
Public Property AllowedUnsafeSysctl As String()
Property Value
String[]
- Attributes