KubeletConfig.SeccompDefault Property

Definition

Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default.

public Azure.ResourceManager.ContainerService.Models.SeccompDefault? SeccompDefault { get; set; }
member this.SeccompDefault : Nullable<Azure.ResourceManager.ContainerService.Models.SeccompDefault> with get, set
Public Property SeccompDefault As Nullable(Of SeccompDefault)

Property Value

Applies to