health check name and description

This commit is contained in:
Drew Ansbacher
2021-11-26 13:08:08 -07:00
committed by Aiden McClelland
parent 1ef8691571
commit 223aaf76aa
3 changed files with 20 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ export interface Manifest {
stop: string | null
}
main: ActionImpl
'health-checks': { [id: string]: ActionImpl & { severity: HealthCheckSeverity } }
'health-checks': { [id: string]: ActionImpl & { severity: HealthCheckSeverity, name: string, description: string } }
config: ConfigActions | null
volumes: { [id: string]: Volume }
'min-os-version': string