Skip to content
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

Implement REBUILDING Conditions #67

Open
jonatasbaldin opened this issue Jun 24, 2021 · 0 comments
Open

Implement REBUILDING Conditions #67

jonatasbaldin opened this issue Jun 24, 2021 · 0 comments

Comments

@jonatasbaldin
Copy link
Contributor

jonatasbaldin commented Jun 24, 2021

While the Service is in the REBUILDING state on Aiven side we have the following Condition:

    - lastTransitionTime: "2021-06-23T12:33:34Z"
      message: Instance was created or update on Aiven side, status remains unknown
      reason: CreatedOrUpdate
      status: Unknown
      type: Running

Could we implement something like this:

    - lastTransitionTime: "2021-06-23T12:33:34Z"
      message: Instance is rebuilding on Aiven side
      reason: CreatedOrUpdate
      status: True  # set to true
      type: Rebuilding  # a new type named Rebuilding
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

No branches or pull requests

1 participant