Sync PSP v1beta1 api definitions with internals#69704
Sync PSP v1beta1 api definitions with internals#69704k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
| // field and means that any capabilities are allowed to be requested. | ||
| var AllowAllCapabilities v1.Capability = "*" | ||
|
|
||
| var ( |
There was a problem hiding this comment.
btw, any deprecated types here? since the lists growing 😥
|
/assign @php-coder @tallclair @liggitt |
This comment has been minimized.
This comment has been minimized.
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, yue9944882 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/test pull-kubernetes-kubemark-e2e-gce-big |
|
/retest Review the full test history for this PR. Silence the bot with an |
1 similar comment
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/retest |
tallclair
left a comment
There was a problem hiding this comment.
Thanks!
I diff'd this file with the internal, and found a few more discrepencies:
- a bunch of fields are missing
+optional - a few typos / minor discrepencies in comments (cleanup otional)
|
|
||
| // AllowAllCapabilities can be used as a value for the PodSecurityPolicy.AllowAllCapabilities | ||
| // field and means that any capabilities are allowed to be requested. | ||
| var AllowAllCapabilities v1.Capability = "*" |
There was a problem hiding this comment.
nit: move above FSType for consistency.
|
/retest Review the full test history for this PR. Silence the bot with an |
a sync up for missing definitions
/sig auth
/sig api-machinery
/kind cleanup
Release note: