Skip to content

Commit

Permalink
generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
pweil- committed Jul 29, 2016
1 parent f31ccec commit af6996d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/swagger-spec/api-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20355,6 +20355,13 @@
"type": "string"
},
"description": "The groups that have permission to use this security context constraints"
},
"seccompProfiles": {
"type": "array",
"items": {
"type": "string"
},
"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."
}
}
},
Expand Down

0 comments on commit af6996d

Please sign in to comment.