SysctlV1 Class
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 sysctl setting in the Pod's security context in a Kubernetes environment.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class SysctlV1
[<YamlDotNet.Serialization.YamlSerializable>]
type SysctlV1 = class
Public NotInheritable Class SysctlV1
- Inheritance
-
SysctlV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
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.
Constructors
SysctlV1() |
Properties
Name |
Gets or sets the name of the sysctl parameter. |
Value |
Gets or sets the value of the sysctl parameter. |