public class PodLogService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PodLogService.PodLogServiceContext |
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_STOP |
static String |
OPERATION_UNDEPLOY |
Constructor and Description |
---|
PodLogService(PodLogService.PodLogServiceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
tailAppPodsLogs(io.fabric8.kubernetes.client.KubernetesClient kubernetes,
String namespace,
Set<io.fabric8.kubernetes.api.model.HasMetadata> entities,
boolean watchAddedPodsOnly,
String onExitOperation,
boolean followLog,
Date ignorePodsOlderThan,
boolean waitInCurrentThread) |
public static final String OPERATION_UNDEPLOY
public static final String OPERATION_STOP
public PodLogService(PodLogService.PodLogServiceContext context)
public void tailAppPodsLogs(io.fabric8.kubernetes.client.KubernetesClient kubernetes, String namespace, Set<io.fabric8.kubernetes.api.model.HasMetadata> entities, boolean watchAddedPodsOnly, String onExitOperation, boolean followLog, Date ignorePodsOlderThan, boolean waitInCurrentThread)
Copyright © 2018. All rights reserved.