Merge pull request #115719 from saschagrunert/seccomp-default-ga

Graduate `SeccompDefault` feature to stable / GA
This commit is contained in:
Kubernetes Prow Robot
2023-02-20 01:11:51 -08:00
committed by GitHub
5 changed files with 4 additions and 14 deletions

View File

@@ -57985,7 +57985,7 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
},
"seccompDefault": {
SchemaProps: spec.SchemaProps{
Description: "SeccompDefault enables the use of `RuntimeDefault` as the default seccomp profile for all workloads. This requires the corresponding SeccompDefault feature gate to be enabled as well. Default: false",
Description: "SeccompDefault enables the use of `RuntimeDefault` as the default seccomp profile for all workloads. Default: false",
Type: []string{"boolean"},
Format: "",
},