class K8SAdapter
Private Instance Methods
client()
click to toggle source
# File lib/adapters/k8s_adapter.rb, line 9 def client 'kubectl' end
client_missing_error()
click to toggle source
# File lib/adapters/k8s_adapter.rb, line 13 def client_missing_error KubernetesClientMissingError end
client_not_logged_in_error()
click to toggle source
# File lib/adapters/k8s_adapter.rb, line 17 def client_not_logged_in_error KubernetesClientNotLoggedInError end