public class PodLogs extends Object
| Constructor and Description |
|---|
PodLogs()
Simple PodLogs API constructor, uses default configuration
|
PodLogs(io.kubernetes.client.openapi.ApiClient apiClient)
PodLogs API Constructor
|
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.openapi.ApiClient |
getApiClient()
Get the API client for these Logs operations.
|
InputStream |
streamNamespacedPodLog(String namespace,
String name,
String container) |
InputStream |
streamNamespacedPodLog(String namespace,
String name,
String container,
Integer sinceSeconds,
Integer tailLines,
boolean timestamps) |
InputStream |
streamNamespacedPodLog(io.kubernetes.client.openapi.models.V1Pod pod) |
public PodLogs()
public PodLogs(io.kubernetes.client.openapi.ApiClient apiClient)
apiClient - The api client to use.public io.kubernetes.client.openapi.ApiClient getApiClient()
public InputStream streamNamespacedPodLog(io.kubernetes.client.openapi.models.V1Pod pod) throws io.kubernetes.client.openapi.ApiException, IOException
io.kubernetes.client.openapi.ApiExceptionIOExceptionpublic InputStream streamNamespacedPodLog(String namespace, String name, String container) throws io.kubernetes.client.openapi.ApiException, IOException
io.kubernetes.client.openapi.ApiExceptionIOExceptionpublic InputStream streamNamespacedPodLog(String namespace, String name, String container, Integer sinceSeconds, Integer tailLines, boolean timestamps) throws io.kubernetes.client.openapi.ApiException, IOException
io.kubernetes.client.openapi.ApiExceptionIOExceptionCopyright © 2021. All rights reserved.