fix build

This commit is contained in:
Boshi Lian
2019-06-24 04:25:54 -07:00
parent d5074f8888
commit e3e5ee9a41

View File

@@ -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) =>