Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Aug 21, 2024
1 parent 8985703 commit 4833b6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions crd_mysqlcluster_v1beta2.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ <h4 id="restorespec"><a class="header" href="#restorespec">RestoreSpec</a></h4>
<tr><td>sourceNamespace</td><td>SourceNamespace is the namespace of the source <code>MySQLCluster</code>.</td><td>string</td><td>true</td></tr>
<tr><td>restorePoint</td><td>RestorePoint is the target date and time to restore data. The format is RFC3339. e.g. "2006-01-02T15:04:05Z"</td><td><a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Time">metav1.Time</a></td><td>true</td></tr>
<tr><td>jobConfig</td><td>Specifies parameters for restore Pod.</td><td><a href="#jobconfig">JobConfig</a></td><td>true</td></tr>
<tr><td>schema</td><td>Schema is the name of the schema to restore. If empty, all schemas are restored. This is used for <code>mysqlbinlog</code> option <code>--database</code>. Thus, this option changes behavior depending on binlog_format. For more information, please read the following documentation. https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html#option_mysqlbinlog_database</td><td>string</td><td>false</td></tr>
</tbody></table>
</div>
<p><a href="#custom-resources">Back to Custom Resources</a></p>
Expand Down
1 change: 1 addition & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@ <h4 id="restorespec"><a class="header" href="#restorespec">RestoreSpec</a></h4>
<tr><td>sourceNamespace</td><td>SourceNamespace is the namespace of the source <code>MySQLCluster</code>.</td><td>string</td><td>true</td></tr>
<tr><td>restorePoint</td><td>RestorePoint is the target date and time to restore data. The format is RFC3339. e.g. "2006-01-02T15:04:05Z"</td><td><a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Time">metav1.Time</a></td><td>true</td></tr>
<tr><td>jobConfig</td><td>Specifies parameters for restore Pod.</td><td><a href="crd_mysqlcluster_v1beta2.html#jobconfig">JobConfig</a></td><td>true</td></tr>
<tr><td>schema</td><td>Schema is the name of the schema to restore. If empty, all schemas are restored. This is used for <code>mysqlbinlog</code> option <code>--database</code>. Thus, this option changes behavior depending on binlog_format. For more information, please read the following documentation. https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html#option_mysqlbinlog_database</td><td>string</td><td>false</td></tr>
</tbody></table>
</div>
<p><a href="crd_mysqlcluster_v1beta2.html#custom-resources">Back to Custom Resources</a></p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 4833b6d

Please sign in to comment.