1
0
mirror of https://github.com/rancher/types.git synced 2025-07-16 06:25:50 +00:00

add process labels

This commit is contained in:
moelsayed 2018-05-03 21:48:31 +02:00
parent 9f5225fa37
commit b866d97764

View File

@ -291,6 +291,8 @@ type Process struct {
Privileged bool `json:"privileged,omitempty"`
// Process healthcheck
HealthCheck HealthCheck `json:"healthCheck,omitempty"`
// Process docker container Labels
Labels map[string]string `json:"labels,omitempty"`
}
type HealthCheck struct {