tests/testthat/sample_responses/v1.39/plugin_privileges.R

## version: 1.39
## method: get
## path: /plugins/privileges
## code: 200
## response: [{"Name":"network","Description":"","Value":"host"},{"Name":"mount","Description":"","Value":"/data"},{"Name":"device","Description":"","Value":"/dev/cpu_dma_latency"}]
data.frame(
  name = c("network", "mount", "device"),
  description = "",
  value = I(list("host", "/data", "/dev/cpu_dma_latency")),
  stringsAsFactors = FALSE)

Try the stevedore package in your browser

Any scripts or data that you put into this service are public.

stevedore documentation built on July 26, 2023, 5:35 p.m.