-
Notifications
You must be signed in to change notification settings - Fork 84
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
*: add conversion logic #764
Merged
Merged
Conversation
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
zhl003
force-pushed
the
v3.0.0-mysqlcluster
branch
2 times, most recently
from
March 9, 2023 02:41
8f84085
to
8ac9234
Compare
zhl003
force-pushed
the
v3.0.0-mysqlcluster
branch
from
March 9, 2023 07:14
8ac9234
to
fb057fc
Compare
zhl003
force-pushed
the
v3.0.0-mysqlcluster
branch
from
March 28, 2023 08:05
f779fbc
to
ad29805
Compare
acekingke
reviewed
Apr 10, 2023
acekingke
reviewed
Apr 12, 2023
zhl003
force-pushed
the
v3.0.0-mysqlcluster
branch
2 times, most recently
from
April 18, 2023 10:38
b65b750
to
2a87042
Compare
zhl003
force-pushed
the
v3.0.0-mysqlcluster
branch
from
April 18, 2023 10:42
2a87042
to
482c59a
Compare
acekingke
reviewed
Apr 19, 2023
zhl003
force-pushed
the
v3.0.0-mysqlcluster
branch
from
April 19, 2023 06:47
482c59a
to
048608c
Compare
acekingke
reviewed
Apr 19, 2023
BackupMethod string `json:"method,omitempty"` | ||
// Defines details for manual backup Jobs | ||
// +optional | ||
Manual *ManualBackup `json:"manual,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manual
where is used.
zhl003
force-pushed
the
v3.0.0-mysqlcluster
branch
from
April 19, 2023 09:39
048608c
to
1343c7b
Compare
acekingke
approved these changes
Apr 21, 2023
acekingke
added a commit
to acekingke/radondb-mysql-kubernetes
that referenced
this pull request
May 19, 2023
* *: add conversion logic * *: helm support for v3.0.0 apis * *: v1beta1 backup api * backup*: rewrite backup v1beta1 api * chart: fix imageNamespaceOverride bug *: add nfs backup support * *: add nfs backup support * *: add copyCopyright header and move mysqlchecker to init-sidecar * test*: fix error when running tests --------- Co-authored-by: aceking <[email protected]>
acekingke
added a commit
that referenced
this pull request
Jul 11, 2023
* *: add conversion logic * *: helm support for v3.0.0 apis * *: v1beta1 backup api * backup*: rewrite backup v1beta1 api * chart: fix imageNamespaceOverride bug *: add nfs backup support * *: add nfs backup support * *: add copyCopyright header and move mysqlchecker to init-sidecar * test*: fix error when running tests --------- Co-authored-by: aceking <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/enhancement
Which issue(s) this PR fixes?
Fixes #
What this PR does?
Summary:
Special notes for your reviewer?