public class PodLogs extends Object
Constructor and Description |
---|
PodLogs()
Simple PodLogs API constructor, uses default configuration
|
PodLogs(ApiClient apiClient)
PodLogs API Constructor
|
Modifier and Type | Method and Description |
---|---|
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(V1Pod pod) |
public PodLogs()
public PodLogs(ApiClient apiClient)
apiClient
- The api client to use.public ApiClient getApiClient()
public InputStream streamNamespacedPodLog(V1Pod pod) throws ApiException, IOException
ApiException
IOException
public InputStream streamNamespacedPodLog(String namespace, String name, String container) throws ApiException, IOException
ApiException
IOException
public InputStream streamNamespacedPodLog(String namespace, String name, String container, Integer sinceSeconds, Integer tailLines, boolean timestamps) throws ApiException, IOException
ApiException
IOException
Copyright © 2018. All rights reserved.