Skip to content
Docs Try Aspire

SysctlV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Represents a sysctl setting in the Pod's security context in a Kubernetes environment.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class SysctlV1
{
// ...
}
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.