Skip to content

add delivery options to sequence v1beta1 (API only)#2608

Merged
knative-prow-robot merged 4 commits into
knative:masterfrom
lionelvillard:flows_with_delivery
Feb 20, 2020
Merged

add delivery options to sequence v1beta1 (API only)#2608
knative-prow-robot merged 4 commits into
knative:masterfrom
lionelvillard:flows_with_delivery

Conversation

@lionelvillard
Copy link
Copy Markdown
Contributor

Fixes #2302

Proposed Changes

  • Add delivery to sequence step

Release Note

NONE

@knative-prow-robot knative-prow-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 19, 2020
@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Feb 19, 2020
@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 19, 2020
@lionelvillard
Copy link
Copy Markdown
Contributor Author

@vaikas

Comment thread pkg/apis/flows/v1beta1/sequence_types.go Outdated
Comment thread pkg/apis/flows/v1beta1/sequence_types.go
@knative-prow-robot knative-prow-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. area/test-and-release Test infrastructure, tests or release and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 20, 2020
// This includes things like retries, DLQ, etc.
// Needed for Roundtripping v1alpha1 <-> v1beta1.
// +optional
Delivery *eventingduckv1alpha1.DeliverySpec `json:"delivery,omitempty"`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we make this v1beta1 right off the bat?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure.

@knative-metrics-robot
Copy link
Copy Markdown

The following is the coverage report on the affected files.
Say /test pull-knative-eventing-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/flows/v1alpha1/sequence_validation.go 94.1% 94.7% 0.6

@vaikas
Copy link
Copy Markdown
Contributor

vaikas commented Feb 20, 2020

/lgtm
/approve

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 20, 2020
@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lionelvillard, vaikas

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [lionelvillard,vaikas]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot merged commit 327a3ec into knative:master Feb 20, 2020
@lionelvillard lionelvillard deleted the flows_with_delivery branch August 28, 2020 15:38
@lionelvillard lionelvillard restored the flows_with_delivery branch September 3, 2020 15:42
@lionelvillard lionelvillard deleted the flows_with_delivery branch September 3, 2020 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test-and-release Test infrastructure, tests or release cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sequence should support delivery specification

5 participants