Skip to content

Commit 54550af

Browse files
author
pweil-
committed
generated code
1 parent 1adc266 commit 54550af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

api/swagger-spec/api-v1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20355,6 +20355,13 @@
2035520355
"type": "string"
2035620356
},
2035720357
"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."
2035820365
}
2035920366
}
2036020367
},

0 commit comments

Comments
 (0)