Skip to content

Commit 48e2eb8

Browse files
author
kube-bind-ci-bot
committed
Deployed 35d44d7 to main with MkDocs 1.6.1 and mike 2.1.3
1 parent 699d2c7 commit 48e2eb8

14 files changed

Lines changed: 319 additions & 297 deletions

File tree

main/reference/cli/bind/index.html

Lines changed: 42 additions & 40 deletions
Large diffs are not rendered by default.

main/reference/cli/bind_apiservice/index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,17 +3204,19 @@ <h3 id="options">Options</h3>
32043204
<a id="__codelineno-2-39" name="__codelineno-2-39" href="#__codelineno-2-39"></a> --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
32053205
</code></pre></div>
32063206
<h3 id="options-inherited-from-parent-commands">Options inherited from parent commands</h3>
3207-
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a> --add_dir_header If true, adds the file directory to the header of the log messages
3208-
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a> --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
3209-
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a> --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
3210-
<a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a> --log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
3211-
<a id="__codelineno-3-5" name="__codelineno-3-5" href="#__codelineno-3-5"></a> --log_file string If non-empty, use this log file (no effect when -logtostderr=true)
3212-
<a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a> --log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
3213-
<a id="__codelineno-3-7" name="__codelineno-3-7" href="#__codelineno-3-7"></a> --logtostderr log to standard error instead of files (default true)
3214-
<a id="__codelineno-3-8" name="__codelineno-3-8" href="#__codelineno-3-8"></a> --one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
3215-
<a id="__codelineno-3-9" name="__codelineno-3-9" href="#__codelineno-3-9"></a> --skip_headers If true, avoid header prefixes in the log messages
3216-
<a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a> --skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
3217-
<a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a> --stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true) (default 2)
3207+
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a> --add_dir_header If true, adds the file directory to the header of the log messages
3208+
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a> --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
3209+
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a> --alsologtostderrthreshold severity logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true)
3210+
<a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a> --legacy_stderr_threshold_behavior If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true (default true)
3211+
<a id="__codelineno-3-5" name="__codelineno-3-5" href="#__codelineno-3-5"></a> --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
3212+
<a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a> --log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
3213+
<a id="__codelineno-3-7" name="__codelineno-3-7" href="#__codelineno-3-7"></a> --log_file string If non-empty, use this log file (no effect when -logtostderr=true)
3214+
<a id="__codelineno-3-8" name="__codelineno-3-8" href="#__codelineno-3-8"></a> --log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
3215+
<a id="__codelineno-3-9" name="__codelineno-3-9" href="#__codelineno-3-9"></a> --logtostderr log to standard error instead of files (default true)
3216+
<a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a> --one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
3217+
<a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a> --skip_headers If true, avoid header prefixes in the log messages
3218+
<a id="__codelineno-3-12" name="__codelineno-3-12" href="#__codelineno-3-12"></a> --skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
3219+
<a id="__codelineno-3-13" name="__codelineno-3-13" href="#__codelineno-3-13"></a> --stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true unless -legacy_stderr_threshold_behavior=false) (default 2)
32183220
</code></pre></div>
32193221
<h3 id="see-also">See Also</h3>
32203222
<ul>

main/reference/cli/bind_cluster-identity/index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,17 +3188,19 @@ <h3 id="options">Options</h3>
31883188
<a id="__codelineno-2-21" name="__codelineno-2-21" href="#__codelineno-2-21"></a> --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
31893189
</code></pre></div>
31903190
<h3 id="options-inherited-from-parent-commands">Options inherited from parent commands</h3>
3191-
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a> --add_dir_header If true, adds the file directory to the header of the log messages
3192-
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a> --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
3193-
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a> --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
3194-
<a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a> --log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
3195-
<a id="__codelineno-3-5" name="__codelineno-3-5" href="#__codelineno-3-5"></a> --log_file string If non-empty, use this log file (no effect when -logtostderr=true)
3196-
<a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a> --log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
3197-
<a id="__codelineno-3-7" name="__codelineno-3-7" href="#__codelineno-3-7"></a> --logtostderr log to standard error instead of files (default true)
3198-
<a id="__codelineno-3-8" name="__codelineno-3-8" href="#__codelineno-3-8"></a> --one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
3199-
<a id="__codelineno-3-9" name="__codelineno-3-9" href="#__codelineno-3-9"></a> --skip_headers If true, avoid header prefixes in the log messages
3200-
<a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a> --skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
3201-
<a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a> --stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true) (default 2)
3191+
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a> --add_dir_header If true, adds the file directory to the header of the log messages
3192+
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a> --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
3193+
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a> --alsologtostderrthreshold severity logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true)
3194+
<a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a> --legacy_stderr_threshold_behavior If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true (default true)
3195+
<a id="__codelineno-3-5" name="__codelineno-3-5" href="#__codelineno-3-5"></a> --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
3196+
<a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a> --log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
3197+
<a id="__codelineno-3-7" name="__codelineno-3-7" href="#__codelineno-3-7"></a> --log_file string If non-empty, use this log file (no effect when -logtostderr=true)
3198+
<a id="__codelineno-3-8" name="__codelineno-3-8" href="#__codelineno-3-8"></a> --log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
3199+
<a id="__codelineno-3-9" name="__codelineno-3-9" href="#__codelineno-3-9"></a> --logtostderr log to standard error instead of files (default true)
3200+
<a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a> --one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
3201+
<a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a> --skip_headers If true, avoid header prefixes in the log messages
3202+
<a id="__codelineno-3-12" name="__codelineno-3-12" href="#__codelineno-3-12"></a> --skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
3203+
<a id="__codelineno-3-13" name="__codelineno-3-13" href="#__codelineno-3-13"></a> --stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true unless -legacy_stderr_threshold_behavior=false) (default 2)
32023204
</code></pre></div>
32033205
<h3 id="see-also">See Also</h3>
32043206
<ul>

main/reference/cli/bind_collections/index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,17 +3192,19 @@ <h3 id="options">Options</h3>
31923192
<a id="__codelineno-2-27" name="__codelineno-2-27" href="#__codelineno-2-27"></a> --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
31933193
</code></pre></div>
31943194
<h3 id="options-inherited-from-parent-commands">Options inherited from parent commands</h3>
3195-
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a> --add_dir_header If true, adds the file directory to the header of the log messages
3196-
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a> --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
3197-
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a> --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
3198-
<a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a> --log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
3199-
<a id="__codelineno-3-5" name="__codelineno-3-5" href="#__codelineno-3-5"></a> --log_file string If non-empty, use this log file (no effect when -logtostderr=true)
3200-
<a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a> --log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
3201-
<a id="__codelineno-3-7" name="__codelineno-3-7" href="#__codelineno-3-7"></a> --logtostderr log to standard error instead of files (default true)
3202-
<a id="__codelineno-3-8" name="__codelineno-3-8" href="#__codelineno-3-8"></a> --one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
3203-
<a id="__codelineno-3-9" name="__codelineno-3-9" href="#__codelineno-3-9"></a> --skip_headers If true, avoid header prefixes in the log messages
3204-
<a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a> --skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
3205-
<a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a> --stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true) (default 2)
3195+
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a> --add_dir_header If true, adds the file directory to the header of the log messages
3196+
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a> --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
3197+
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a> --alsologtostderrthreshold severity logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true)
3198+
<a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a> --legacy_stderr_threshold_behavior If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true (default true)
3199+
<a id="__codelineno-3-5" name="__codelineno-3-5" href="#__codelineno-3-5"></a> --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
3200+
<a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a> --log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
3201+
<a id="__codelineno-3-7" name="__codelineno-3-7" href="#__codelineno-3-7"></a> --log_file string If non-empty, use this log file (no effect when -logtostderr=true)
3202+
<a id="__codelineno-3-8" name="__codelineno-3-8" href="#__codelineno-3-8"></a> --log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
3203+
<a id="__codelineno-3-9" name="__codelineno-3-9" href="#__codelineno-3-9"></a> --logtostderr log to standard error instead of files (default true)
3204+
<a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a> --one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
3205+
<a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a> --skip_headers If true, avoid header prefixes in the log messages
3206+
<a id="__codelineno-3-12" name="__codelineno-3-12" href="#__codelineno-3-12"></a> --skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
3207+
<a id="__codelineno-3-13" name="__codelineno-3-13" href="#__codelineno-3-13"></a> --stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true unless -legacy_stderr_threshold_behavior=false) (default 2)
32063208
</code></pre></div>
32073209
<h3 id="see-also">See Also</h3>
32083210
<ul>

0 commit comments

Comments
 (0)