-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to specify flags for mysqlctld
Signed-off-by: Matt Lord <mattalord@gmail.com>
- Loading branch information
Showing
3 changed files
with
79 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1410,6 +1410,49 @@ <h3 id="planetscale.com/v2.LockserverStatus">LockserverStatus | |
</tr> | ||
</tbody> | ||
</table> | ||
<h3 id="planetscale.com/v2.MysqlctldSpec">MysqlctldSpec | ||
</h3> | ||
<p> | ||
<p>MysqlctldSpec configures the local mysqlctld gRPC server within a tablet.</p> | ||
</p> | ||
<table class="table table-striped"> | ||
<thead class="thead-dark"> | ||
<tr> | ||
<th>Field</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<code>resources</code></br> | ||
<em> | ||
<a href="https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#resourcerequirements-v1-core"> | ||
Kubernetes core/v1.ResourceRequirements | ||
</a> | ||
</em> | ||
</td> | ||
<td> | ||
<p>Resources specify the compute resources to allocate for just the MySQL Control Daemon.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<code>extraFlags</code></br> | ||
<em> | ||
map[string]string | ||
</em> | ||
</td> | ||
<td> | ||
<p>ExtraFlags can optionally be used to override default flags set by the | ||
operator, or pass additional flags to mysqlctld. All entries must be | ||
key-value string pairs of the form “flag”: “value”. The flag name should | ||
not have any prefix (just “flag”, not “-flag”). To set a boolean flag, | ||
set the string value to either “true” or “false”.</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mattlord
Author
Collaborator
|
||
<h3 id="planetscale.com/v2.MysqldExporterSpec">MysqldExporterSpec | ||
</h3> | ||
<p> | ||
|
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.
Is this file auto-generated?