public class PodControllerOperationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerId |
protected Integer |
logWaitTimeout |
| Constructor and Description |
|---|
PodControllerOperationContext() |
PodControllerOperationContext(String containerId,
Integer logWaitTimeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId() |
Integer |
getLogWaitTimeout() |
PodControllerOperationContext |
withContainerId(String containerId) |
PodControllerOperationContext |
withLogWaitTimout(Integer logWaitTimeout) |
protected String containerId
protected Integer logWaitTimeout
public Integer getLogWaitTimeout()
public String getContainerId()
public PodControllerOperationContext withContainerId(String containerId)
public PodControllerOperationContext withLogWaitTimout(Integer logWaitTimeout)
Copyright © 2015–2022 Red Hat. All rights reserved.