open-nomad/plugins/drivers
Tim Gross 6814e8e6d9
drivers: make internal `DisableLogCollection` capability public (#17196)
The `DisableLogCollection` capability was introduced as an experimental
interface for the Docker driver in 0.10.4. The interface has been stable and
allowing third-party task drivers the same capability would be useful for those
drivers that don't need the additional overhead of logmon.

This PR only makes the capability public. It doesn't yet add it to the
configuration options for the other internal drivers.

Fixes: #14636 #15686
2023-05-16 09:16:03 -04:00
..
proto drivers: make internal `DisableLogCollection` capability public (#17196) 2023-05-16 09:16:03 -04:00
testutils allocrunner: provide factory function so we can build mock ARs (#17161) 2023-05-12 13:29:44 -04:00
utils [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
client.go drivers: make internal `DisableLogCollection` capability public (#17196) 2023-05-16 09:16:03 -04:00
cstructs.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
driver.go drivers: make internal `DisableLogCollection` capability public (#17196) 2023-05-16 09:16:03 -04:00
errors.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
execstreaming.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
plugin.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
server.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
task_handle.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
utils.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
utils_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
versions.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00