SecurityContextV1.Capabilities Property
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.
Gets or sets the capabilities configuration for a container. This property is used to define the kernel-level privileges that can be added or removed for the container, allowing fine-grained control over security and functionality.
[YamlDotNet.Serialization.YamlMember(Alias="capabilities")]
public Aspire.Hosting.Kubernetes.Resources.CapabilitiesV1? Capabilities { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="capabilities")>]
member this.Capabilities : Aspire.Hosting.Kubernetes.Resources.CapabilitiesV1 with get, set
Public Property Capabilities As CapabilitiesV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute