test property

List<String>? test
final

Health-check command, e.g. ['CMD', 'curl', '-f', 'http://localhost/'].

The first element is the test type: 'CMD', 'CMD-SHELL', or 'NONE'.

Implementation

final List<String>? test;