public class ProcessSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ProcessSpec()
No args constructor for use in serialization
|
ProcessSpec(String process,
Integer signal) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getProcess() |
Integer |
getSignal() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setProcess(String process) |
void |
setSignal(Integer signal) |
Copyright © 2015–2022 Red Hat. All rights reserved.