Sha256: b4c81de2f47c6d456b254f06b62bccb20adec54ef6a8478a37eb58f41f2d7efb

Contents?: true

Size: 702 Bytes

Versions: 268

Compression:

Stored size: 702 Bytes

Contents

<%-
type = config[:type]
required_label = config[:required] ? "required" : "optional"
default = config[:default]
alias_name = config[:alias]
deprecated = config[:deprecated]
obsoleted = config[:obsoleted]
description = config[:desc]
param_header = "#" * (3 + level)
-%>
<%= param_header %> <%= name %> (<%= type %>) (<%= required_label %>)

<%= description %>
<%- if type == :enum -%>

Available values: <%= config[:list].join(", ") %>
<%- end -%>
<%- if default -%>

Default value: `<%= default %>`.
<%- end -%>
<%- if alias_name -%>

Alias: <%= alias_name %>
<%- end -%>
<%- if deprecated -%>

Deprecated: <%= deprecated %>
<%- end -%>
<%- if obsoleted -%>

Obsoleted: <%= :obsoleted %>
<%- end -%>

Version data entries

268 entries across 268 versions & 8 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/param.md.erb
fluentd-1.16.6-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.6-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.6-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.16.6 templates/plugin_config_formatter/param.md.erb
fluentd-1.17.1-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.17.1-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.17.1-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.17.1 templates/plugin_config_formatter/param.md.erb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/param.md.erb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/param.md.erb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/param.md.erb
fluentd-1.17.0-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.17.0-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.17.0-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.17.0 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.5-x64-mingw-ucrt templates/plugin_config_formatter/param.md.erb
fluentd-1.16.5-x86-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.5-x64-mingw32 templates/plugin_config_formatter/param.md.erb
fluentd-1.16.5 templates/plugin_config_formatter/param.md.erb