lib/vidar/deploy_status.rb in vidar-1.9.4 vs lib/vidar/deploy_status.rb in vidar-1.10.0
- old
+ new
@@ -49,9 +49,9 @@
def last_pod_set
@pod_set
end
def pod_set
- @pod_set = K8s::PodSet.new(namespace: namespace, filter: filter)
+ @pod_set = K8s::PodSet.new(namespace:, filter:)
end
end
end