aiven-operator icon indicating copy to clipboard operation
aiven-operator copied to clipboard

Implement REBUILDING Conditions

Open jonatasbaldin opened this issue 3 years ago • 0 comments

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

jonatasbaldin avatar Jun 24 '21 13:06 jonatasbaldin