Skip to content

Support refresh CLI command for Async APIs #2265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 21, 2021
Merged

Support refresh CLI command for Async APIs #2265

merged 11 commits into from
Jun 21, 2021

Conversation

deliahu
Copy link
Member

@deliahu deliahu commented Jun 19, 2021

closes #2237


checklist:

  • run make test and make lint
  • test manually (i.e. build/push all images, restart operator, and re-deploy APIs)

@deliahu deliahu requested a review from vishalbollu June 19, 2021 05:29
Copy link
Contributor

@vishalbollu vishalbollu left a comment

Choose a reason for hiding this comment

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

LGTM after adding a few comments and some renaming.

@@ -41,12 +41,14 @@ type API struct {

Key string `json:"key"`

CreatedTime int64 `json:"created_time"`
Copy link
Contributor

Choose a reason for hiding this comment

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

I would call this field InitialDeploymentTime or something to indicate that this is not just when this particular spec was created.

@deliahu deliahu merged commit 5e489fa into master Jun 21, 2021
@deliahu deliahu deleted the async-refresh branch June 21, 2021 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cortex refresh for AsyncAPI
3 participants