Class: Cuber::Commands::Ctl
- Inherits:
-
Object
- Object
- Cuber::Commands::Ctl
- Includes:
- Utils
- Defined in:
- lib/cuber/commands/ctl.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options) ⇒ Ctl
constructor
A new instance of Ctl.
Methods included from Utils
Constructor Details
#initialize(options) ⇒ Ctl
Returns a new instance of Ctl.
5 6 7 |
# File 'lib/cuber/commands/ctl.rb', line 5 def initialize @options = end |
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/cuber/commands/ctl.rb', line 9 def execute kubectl *ARGV end |