class Kubes::Kubectl::Fetch::Pods

Public Instance Methods

show() click to toggle source
# File lib/kubes/kubectl/fetch/pods.rb, line 5
def show
  return unless namespace
  sh("kubectl get pod -n #{namespace}")
end