Share via


PodSecurityContextV1.Sysctls Property

Definition

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

Applies to