KubernetesProxyApi.getPodLogs()
Home > @backstage/plugin-kubernetes-react
> KubernetesProxyApi
> getPodLogs
Signature:
getPodLogs(request: {
podName: string;
namespace: string;
clusterName: string;
containerName: string;
previous?: boolean;
}): Promise<{
text: string;
}>;
Parameters
Parameter |
Type |
Description |
---|---|---|
request |
{ podName: string; namespace: string; clusterName: string; containerName: string; previous?: boolean; } |
Promise<{ text: string; }>