[release-4.3] Bug 1780378: Implement Structural Schema for CRDs#1197
Conversation
|
@awgreene: This pull request references Bugzilla bug 1780378, which is invalid:
Comment 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. |
|
/lgtm |
|
/bugzilla refresh |
|
@ecordell: This pull request references Bugzilla bug 1780378, 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. 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. |
|
/hold |
|
@awgreene IIRC, we just need to include the v1alpha2 OperatorGroup version and this is good to go |
297050d to
75fb78f
Compare
|
/retest |
|
@ecordell Regarding your comment:
This is a backport of a solution, should I create a new Bugzilla to add support for v1alpha2 to both 4.4 and 4.3? If so - could this PR be merged now or we could update it once the feature is implemented in 4.4. |
|
/bugzilla refresh |
|
@ecordell: This pull request references Bugzilla bug 1780378, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
@awgreene: This pull request references Bugzilla bug 1780378, which is invalid:
Comment 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. |
This commit introduces a series of changes which will enable OLM to implement Strucutral Schemas for its CRDs.
This commit updates OLM's Makefile to use the controller-gen tool to generate the structural schemas for its CRDs.
This commit updates the CRDs defined in the manifest dir to include a Structural Schema.
ef5c38c to
fd7b5ab
Compare
The v1alpha2 version of the operatorgroup crd in the 4.4 OpenShift release was not properly deprecated. Adding back that version to the crd spc.
fd7b5ab to
4e5ffba
Compare
|
/retest |
1 similar comment
|
/retest |
|
/bugzilla refresh |
|
@awgreene: This pull request references Bugzilla bug 1780378, which is invalid:
Comment 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. |
|
/bugzilla refresh |
1 similar comment
|
/bugzilla refresh |
|
@awgreene: This pull request references Bugzilla bug 1780378, which is valid. 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. |
|
@awgreene: This pull request references Bugzilla bug 1780378, which is valid. 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, ecordell, exdx 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 |
|
/hold cancel |
|
@knobunc could you please consider applying the cherry-pick approved label to this PR? Without this PR:
|
|
/retest Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@awgreene: All pull requests linked via external trackers have merged. Bugzilla bug 1780378 has 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. |
oc explain recently broke when OLM was rebased on top of version 1.16 of Kubernetes. This is due to the introduction of [CRDs Structural Schemas]([1] https://kubernetes.io/blog/2019/06/20/crd-structural-schema/). This PR updates OLMs CustomResourceDefinitions to include a structural schema.