Skip to content
Docs Try Aspire

SysctlV1 Properties

Class Properties 2 members
Represents a sysctl setting in the Pod's security context in a Kubernetes environment.
Gets or sets the name of the sysctl parameter.
public string Name { get; set; }
Gets or sets the value of the sysctl parameter.
public string Value { get; set; }