fix build
This commit is contained in:
@@ -616,7 +616,7 @@ namespace k8s.Tests
|
|||||||
var watcher = await kubernetes.WatchNamespacedJobAsync(
|
var watcher = await kubernetes.WatchNamespacedJobAsync(
|
||||||
job.Metadata.Name,
|
job.Metadata.Name,
|
||||||
job.Metadata.NamespaceProperty,
|
job.Metadata.NamespaceProperty,
|
||||||
job.Metadata.ResourceVersion,
|
resourceVersion: job.Metadata.ResourceVersion,
|
||||||
timeoutSeconds: 30,
|
timeoutSeconds: 30,
|
||||||
onEvent:
|
onEvent:
|
||||||
(type, source) =>
|
(type, source) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user