| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PodLogs |
build() |
PodLogs.Builder |
filter(String filter) |
PodLogs.Builder |
inNamespaces(List<String> namespaces) |
PodLogs.Builder |
outputTo(PrintStream printStream)
Gets a
PrintStream instance that will be passed on and used by the PodLogs instance |
PodLogs.Builder |
withClient(io.fabric8.kubernetes.client.KubernetesClient client) |
public PodLogs.Builder withClient(io.fabric8.kubernetes.client.KubernetesClient client)
public PodLogs.Builder inNamespaces(List<String> namespaces)
public PodLogs.Builder outputTo(PrintStream printStream)
PrintStream instance that will be passed on and used by the PodLogs instanceprintStream - A PrintStream instance which will be used for streaming the service logs.
It is expected that the PrintStream instance life cycle will be handled
at the outer scope level, in the context and by the component which created it.PodLogs.Builder instance with the outputTo property set to the given value.public PodLogs.Builder filter(String filter)
public PodLogs build()
Copyright © 2025. All rights reserved.