Class: VagrantPlugins::K3s::Command
- Inherits:
-
Object
- Object
- VagrantPlugins::K3s::Command
- Defined in:
- lib/vagrant-k3s/command.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.synopsis ⇒ Object
10 11 12 |
# File 'lib/vagrant-k3s/command.rb', line 10 def self.synopsis 'Lightweight Kubernetes' end |
Instance Method Details
#execute ⇒ Object
14 15 16 17 |
# File 'lib/vagrant-k3s/command.rb', line 14 def execute @logger.debug("ITS K3S!") 0 end |