Class: VagrantPlugins::K3s::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-k3s/command.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.synopsisObject



10
11
12
# File 'lib/vagrant-k3s/command.rb', line 10

def self.synopsis
  'Lightweight Kubernetes'
end

Instance Method Details

#executeObject



14
15
16
17
# File 'lib/vagrant-k3s/command.rb', line 14

def execute
  @logger.debug("ITS K3S!")
  0
end