Bug 2037075: Add CSI VolumeSource to build types#264
Bug 2037075: Add CSI VolumeSource to build types#264openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
Update openshift/api to include the new CSI volume source type for Builds.
- Augment BuildVolumeSource to inlcude the CSI source type and volume source. - Re-run `make update` to generate deep copies, conversions, and openapi updates. - Add validation for build CSI volume sources to ensure that the driver name is set and valid.
da36a4b to
6e4727e
Compare
| Type: []string{"string"}, | ||
| Format: "", | ||
| Enum: []interface{}{"Container", "PersistentVolumeClaim", "Pod"}}, | ||
| Enum: []interface{}{"Container", "PersistentVolumeClaim", "Pod", "openshift.io/Image", "openshift.io/ImageStream"}}, |
There was a problem hiding this comment.
There was a problem hiding this comment.
Any ideas why it wasn't there before and what has changed?
There was a problem hiding this comment.
Odd to see this myself, since openshift/api had been updated recently before this PR merged.
|
@adambkaplan: This pull request references Bugzilla bug 2037075, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
/test e2e-aws-upgrade |
|
@adambkaplan: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/lgtm |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, gabemontero, jkhelil, tkashem 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 |
|
@adambkaplan: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 2037075 has not been moved to the MODIFIED state. DetailsIn response to this:
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. |
make updateto generate deep copies, conversions, and openapi updates.