Diplay the Contents of a CSV File

Render the contents of a CSV file as a table.

Table from CSV file

Shortcode reads a CSV and displays the contents in an HTML table.

Pass in delimiter and URL (either local file system or remote URL).

code is not rendered as code when you use backticks in the CSV file. Surround code with <code>some code</code>.

CSV without embedded HTML

SettingTypeDefaultDescriptionMisc
clouddriver.grpcstring (hostname)spin-clouddriver-grpc:9091Hostname of the Clouddriver or gPRC proxywow
clouddriver.keepAliveHeartbeatSecondsinteger20How often is the gPRC pingewww
go_memstats_alloc_bytesguageNumber of bytes allocated and still in use.harumph

CSV with embedded HTML

SettingTypeDefaultDescription
`clouddriver.grpc`string (hostname)spin-clouddriver-grpc:9091Hostname of the Clouddriver or gPRC proxy
clouddriver.keepAliveHeartbeatSecondsinteger20How often is the gPRC ping
go_memstats_alloc_bytesguageNumber of bytes allocated and still in use.
kubesvc.credentials.poller.reloadFrequencyMslong30002.23.0+ 1.23.0+ How often the plugin will refresh account credentials to clouddriver in case credentials.poller.enabled is disabled. Otherwise the standard properties of credentials.poller.enabled and credentials.poller.types.kubernetes.reloadFrequencyMs are respected

Last modified August 5, 2022: (9b879f0f)