public interface ProcessSpecFluent<A extends ProcessSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getProcess() |
Integer |
getSignal() |
Boolean |
hasProcess() |
Boolean |
hasSignal() |
A |
withProcess(String process) |
A |
withSignal(Integer signal) |
Copyright © 2015–2022 Red Hat. All rights reserved.