tests/testthat/sample_responses/v1.26/container_changes.R

## version: 1.26
## method: get
## path: /containers/{id}/changes
## code: 200
## response: [{"Path":"/dev","Kind":0},{"Path":"/dev/kmsg","Kind":1},{"Path":"/test","Kind":1}]
data.frame(path = c("/dev", "/dev/kmsg", "/test"),
           kind = c(0, 1, 1),
           stringsAsFactors = FALSE)
richfitz/stevedore documentation built on July 22, 2023, 1:13 p.m.