PodSecurityContextV1.Sysctls 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.
Represents a collection of kernel parameters (sysctls) for a pod in Kubernetes. Sysctls are used to configure the kernel parameters at runtime, affecting the behavior of the operating system for the container.
[YamlDotNet.Serialization.YamlMember(Alias="sysctls")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.SysctlV1> Sysctls { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="sysctls")>]
member this.Sysctls : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.SysctlV1>
Public ReadOnly Property Sysctls As List(Of SysctlV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute