We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
phase
Currently, only conditions is available. I want to know if it's ready or not.
conditions
kubectl get mysqluser -o yaml nakamasato apiVersion: mysql.nakamasato.com/v1alpha1 kind: MySQLUser metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"mysql.nakamasato.com/v1alpha1","kind":"MySQLUser","metadata":{"annotations":{},"name":"nakamasato","namespace":"default"},"spec":{"mysqlName":"mysql-sample"}} creationTimestamp: "2021-10-07T01:04:27Z" finalizers: - mysqluser.nakamasato.com/finalizer generation: 1 name: nakamasato namespace: default resourceVersion: "42177" uid: 025e7a2b-9a17-44ae-b6cb-713b58d8be45 spec: host: '%' mysqlName: mysql-sample status: conditions: - lastTransitionTime: "2021-10-07T01:04:28Z" message: 'driver: bad connection' observedGeneration: 1 reason: LastReconcileCycleFailed status: "True" type: ReconcileError - lastTransitionTime: "2021-10-07T01:04:29Z" message: "" observedGeneration: 1 reason: LastReconcileCycleSucceded status: "True" type: ReconcileSuccess
The text was updated successfully, but these errors were encountered:
Related to #17
Sorry, something went wrong.
reason
MySQLUser
userCount
MySQL
Successfully merging a pull request may close this issue.
Currently, only
conditions
is available. I want to know if it's ready or not.The text was updated successfully, but these errors were encountered: