generated from cybozu-go/neco-template
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add StatefulSet condition and change MySQLClusterCondition to metav1.…
…Condition Signed-off-by: YZ775 <[email protected]> add envtest Signed-off-by: YZ775 <[email protected]> update gomod Signed-off-by: YZ775 <[email protected]> update envtest and add e2e Signed-off-by: YZ775 <[email protected]> update apidoc Signed-off-by: YZ775 <[email protected]> rename Signed-off-by: YZ775 <[email protected]> add ObservedGeneration and add partition handling, and update e2e test Signed-off-by: YZ775 <[email protected]> remove unnecessary ObservedGeneration and move updateStatus() after reconcileV1StatefulSet() , and update e2e test Signed-off-by: YZ775 <[email protected]> add document about UpToDate Signed-off-by: YZ775 <[email protected]> update against review Signed-off-by: YZ775 <[email protected]> wip change status to StatefulSetReady and add ReconcileSuccess, and fix unstable test Signed-off-by: YZ775 <[email protected]> remove unnecessary condition check Signed-off-by: YZ775 <[email protected]> remove redundant assignments in updateStatusByStatefulSet Signed-off-by: YZ775 <[email protected]> move updateReconcileStatus in reconcileV1 Signed-off-by: YZ775 <[email protected]> fix controller test Signed-off-by: YZ775 <[email protected]> update documents Signed-off-by: YZ775 <[email protected]> update lifecycle_test.go to check StatefulSetReady condition Signed-off-by: YZ775 <[email protected]> fix auto generated document Signed-off-by: YZ775 <[email protected]> join update status funcion Signed-off-by: YZ775 <[email protected]> revert Eventually in envtest Signed-off-by: YZ775 <[email protected]> fix multiple Update() call Signed-off-by: YZ775 <[email protected]> update docs Signed-off-by: YZ775 <[email protected]> fix controller Signed-off-by: YZ775 <[email protected]> update condition when sts not found Signed-off-by: YZ775 <[email protected]> update test Signed-off-by: YZ775 <[email protected]> update lifecycle_test.go Signed-off-by: YZ775 <[email protected]> fix condition Signed-off-by: YZ775 <[email protected]> fix generation check and err handling Signed-off-by: YZ775 <[email protected]> do not show err log when deletion of cluster Signed-off-by: YZ775 <[email protected]> add StatefulSet condition and change MySQLClusterCondition to metav1.Condition Signed-off-by: YZ775 <[email protected]>
- Loading branch information
Showing
24 changed files
with
682 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.