lib/kubec/status/pod.rb in kubec-0.3.4 vs lib/kubec/status/pod.rb in kubec-0.3.5
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Kubec
module Status
# :nodoc:
class Pod < Base
fields %w[Name Ready Status Restarts Age]