Use TimeMs names rather than tn
parent
f90f963352
commit
4125ce11b0
|
|
@ -4,6 +4,7 @@ import CloudRunnerLogger from '../services/cloud-runner-logger';
|
||||||
import { CloudRunnerState } from '../state/cloud-runner-state';
|
import { CloudRunnerState } from '../state/cloud-runner-state';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import { CloudRunnerStatics } from '../cloud-runner-statics';
|
import { CloudRunnerStatics } from '../cloud-runner-statics';
|
||||||
|
|
||||||
class KubernetesLogging {
|
class KubernetesLogging {
|
||||||
static async streamLogs(
|
static async streamLogs(
|
||||||
kubeConfig: KubeConfig,
|
kubeConfig: KubeConfig,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue