-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cri-api: KEP-3857: Recursive Read-only (RRO) mounts [Split from #123180 for ease of review] #123272
Conversation
This commit modifies the following files: - `staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto` - `staging/src/k8s.io/cri-api/pkg/errors/errors.go` Other changes were auto-generated by running `make update`. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
/label api-review (Already reviewed in kubernetes/enhancements#3858 though) |
/assign @derekwaynecarr @mrunalp @dchen1107 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AkihiroSuda, haircommander The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
LGTM label has been added. Git tree hash: d18c2bbb0043e853f509d5a39aa900083e6c11e8
|
Note
This PR was split from #123180 for ease of review and merge.
See #123180 for the entire implementation.
Depended by:
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
Update the CRI API for KEP-3857: Recursive Read-only (RRO) mounts: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3857-rro-mounts
Which issue(s) this PR fixes:
NONE
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: