Module: Kube::Ctl
- Defined in:
- lib/kube/ctl.rb,
lib/kube/ctl/concat.rb,
lib/kube/ctl/version.rb,
lib/kube/ctl/instance.rb,
lib/kube/ctl/command_tree.rb,
lib/kube/ctl/command_tree/node.rb,
lib/kube/ctl/command_tree/validator.rb
Defined Under Namespace
Classes: CommandTree, Concat, Instance
Constant Summary collapse
- VERSION =
"1.1.0"
Class Method Summary collapse
Class Method Details
.run(args) ⇒ Object
20 21 22 |
# File 'lib/kube/ctl.rb', line 20 def self.run(args) sh { kubectl Shellwords.escape(args) } end |