move parallel/sequence to flows.knative.dev api group#2156
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vaikas 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 |
| _ kmeta.OwnerRefable = (*Parallel)(nil) | ||
| ) | ||
|
|
||
| type ParallelSpec struct { |
There was a problem hiding this comment.
is the old v1alpha1 ParallelSpec the same as this one? Should we then inline this one there to remove duplicated code? Same with Sequence? and with their statuses...
There was a problem hiding this comment.
Yeah, so I was hoping to do this in couple of steps:
- Get the types moved to the new API group
- Create the controller mods
- Decide how the migration story goes
There was a problem hiding this comment.
have we decided to move Parallel and Sequence to v1beta1? I would prefer to stick with v1alpha1 for now.
There was a problem hiding this comment.
I'd be fine in upgrading those as well ...
f121d4b to
2bef1ce
Compare
|
@lionelvillard could you take a looksie too? |
|
@vaikas did you see my comment about v1alpha1? |
| package flows | ||
|
|
||
| const ( | ||
| GroupName = "flows.knative.dev" |
There was a problem hiding this comment.
There was a problem hiding this comment.
I just see that this PR is just types.
|
sounds like we're not convinced that it's time to hoist these to v1beta1 yet, so I'll revert these to v1alpha1. |
|
/hold |
|
ok :-)
On Fri 8. Nov 2019 at 17:55, Ville Aikas ***@***.***> wrote:
sounds like we're not convinced that it's time to hoist these to v1beta1
yet, so I'll revert these to v1alpha1.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2156?email_source=notifications&email_token=AABGPTSEOX5CUA233PTB7ITQSWKXNA5CNFSM4JKAXQTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSWXDY#issuecomment-551906191>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABGPTRJCZ4JLCP5N4RFL33QSWKXNANCNFSM4JKAXQTA>
.
--
Sent from Gmail Mobile
|
|
ok, changed to v1alpha1. PTAL. |
|
The following is the coverage report on the affected files.
|
|
/lgtm |
Addresses #1913
Proposed Changes
Release Note