Skip to content
DocsTry Aspire
DocsTry

SysctlV1 Properties

ClassProperties2 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; }