Make CSINodeInfo and CSIDriver Core APIs#73883
Merged
k8s-ci-robot merged 2 commits intokubernetes:masterfrom Mar 5, 2019
Merged
Make CSINodeInfo and CSIDriver Core APIs#73883k8s-ci-robot merged 2 commits intokubernetes:masterfrom
k8s-ci-robot merged 2 commits intokubernetes:masterfrom
Conversation
Contributor
Author
|
/sig storage |
Contributor
Author
|
/test pull-kubernetes-verify |
Member
|
/assign @msau42 @davidz627 |
gnufied
reviewed
Feb 11, 2019
Contributor
|
@xing-yang could you seperate the PR out into two/three commits? One for API changes, one for generated code, one for any additional changes (if there are any). This would make it much easier to review. Thanks! |
Contributor
Author
Will do. |
Contributor
Author
Contributor
Author
|
Rebased. |
69cac92 to
aa5150e
Compare
Contributor
Author
|
/test pull-kubernetes-kubemark-e2e-gce-big |
Contributor
Author
|
/test pull-kubernetes-e2e-gce-100-performance |
Member
|
I'll shift any further comments to #74283 |
This PR is the first step to transition CSINodeInfo and CSIDriver CRD's to in-tree APIs. It adds them to the existing API group “storage.k8s.io” as core storage APIs.
Contributor
Author
|
Rebased. |
Member
|
I'm not super familiar with core APIs, but I reviewed this PR and it LGTM. |
Member
|
/retest |
xing-yang
added a commit
to xing-yang/kubernetes
that referenced
this pull request
Mar 5, 2019
This is the 2nd PR to move CSINodeInfo/CSIDriver APIs to v1beta1 core storage APIs. It includes controller side changes. It depends on the PR with API changes: kubernetes#73883
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR is the first step to transition CSINodeInfo and CSIDriver
CRD's to in-tree APIs. It adds them to the existing API group
“storage.k8s.io” as v1beta1 core storage APIs.
Which issue(s) this PR fixes:
Fixes #
kubernetes/enhancements#770
kubernetes/enhancements#603
Special notes for your reviewer:
Does this PR introduce a user-facing change?: