public class PodExecDecorator extends hudson.LauncherDecorator implements Serializable
| Constructor and Description |
|---|
PodExecDecorator(KubernetesFacade kubernetes,
String name,
AtomicBoolean alive,
CountDownLatch started,
CountDownLatch finished) |
| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher |
decorate(hudson.Launcher launcher,
hudson.model.Node node) |
public PodExecDecorator(KubernetesFacade kubernetes, String name, AtomicBoolean alive, CountDownLatch started, CountDownLatch finished)
Copyright © 2015-2016 Red Hat. All Rights Reserved.