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
Setting | Type | Default | Description | Misc |
---|---|---|---|---|
clouddriver.grpc | string (hostname) | spin-clouddriver-grpc:9091 | Hostname of the Clouddriver or gPRC proxy | wow |
clouddriver.keepAliveHeartbeatSeconds | integer | 20 | How often is the gPRC ping | ewww |
go_memstats_alloc_bytes | guage | Number of bytes allocated and still in use. | harumph |
CSV with embedded HTML
Setting | Type | Default | Description |
---|---|---|---|
`clouddriver.grpc` | string (hostname) | spin-clouddriver-grpc:9091 | Hostname of the Clouddriver or gPRC proxy |
clouddriver.keepAliveHeartbeatSeconds | integer | 20 | How often is the gPRC ping |
go_memstats_alloc_bytes | guage | Number of bytes allocated and still in use. | |
kubesvc.credentials.poller.reloadFrequencyMs | long | 3000 | 2.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 |
Feedback
Was this page helpful?
Thank you for letting us know!
Sorry to hear that. Please tell us how we can improve.
Last modified August 5, 2022: (9b879f0f)