Sha256: 4abcceb794c94cda94ee234798774eb558c2bea5d81d5ca43d72437da6f03e02

Contents?: true

Size: 627 Bytes

Versions: 108

Compression:

Stored size: 627 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]
-%>
|<%= name %>|<%= type %> (<%= required_label %>)|<%= description %><%- if type == :enum -%> (<%= config[:list].map{|x| "`#{x}`"}.join(", ") %>)<%- end -%><%- if alias_name -%><br>Alias: <%= alias_name %><%- end -%><%- if deprecated -%><br>Deprecated: <%= deprecated %><%- end -%><%- if obsoleted -%><br>Obsoleted: <%= :obsoleted %><%- end -%>|<%- if default -%>`<%= default %>`<%- end -%>|

Version data entries

108 entries across 108 versions & 7 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-table.erb
fluentd-1.16.6-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.16.6-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.16.6-x64-mingw-ucrt templates/plugin_config_formatter/param.md-table.erb
fluentd-1.16.6 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.17.1-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.17.1-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.17.1-x64-mingw-ucrt templates/plugin_config_formatter/param.md-table.erb
fluentd-1.17.1 templates/plugin_config_formatter/param.md-table.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-table.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-table.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-table.erb
fluentd-1.17.0-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.17.0-x64-mingw-ucrt templates/plugin_config_formatter/param.md-table.erb
fluentd-1.17.0-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.17.0 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.16.5-x64-mingw-ucrt templates/plugin_config_formatter/param.md-table.erb
fluentd-1.16.5-x86-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.16.5-x64-mingw32 templates/plugin_config_formatter/param.md-table.erb
fluentd-1.16.5 templates/plugin_config_formatter/param.md-table.erb