You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/swagger-spec/api-v1.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20355,6 +20355,13 @@
20355
20355
"type": "string"
20356
20356
},
20357
20357
"description": "The groups that have permission to use this security context constraints"
20358
+
},
20359
+
"seccompProfiles": {
20360
+
"type": "array",
20361
+
"items": {
20362
+
"type": "string"
20363
+
},
20364
+
"description": "SeccompProfiles lists the allowed profiles that may be set for the pod or container's seccomp annotations. An unset (nil) or empty value means that no profiles may be specifid by the pod or container.\tThe wildcard '*' may be used to allow all profiles. When used to generate a value for a pod the first non-wildcard profile will be used as the default."
0 commit comments