SysctlV1
Class sealed net10.0
Represents a sysctl setting in the Pod's security context in a Kubernetes environment.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class SysctlV1{ // ...}Remarks
Section titled Remarks A sysctl is a kernel parameter that can be modified at runtime. The
SysctlV1 class is used to define specific sysctl settings as part of the Pod's security context configuration. These settings allow more granular control over kernel-level behaviors for Pods.