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:
parent
9f5225fa37
commit
b866d97764
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user