Sha256: 53326110b29f398ab12dd68ed0208b1a27ba57059397384bed517bbad3277c7a

Contents?: true

Size: 335 Bytes

Versions: 13

Compression:

Stored size: 335 Bytes

Contents

# frozen_string_literal: true

require 'vagrant'

module VagrantPlugins
  module K3s
    class Command < Vagrant.plugin('2', :command)
      require_relative 'command/kubectl'

      def self.synopsis
        'Lightweight Kubernetes'
      end

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
vagrant-k3s-0.2.1 lib/vagrant-k3s/command.rb
vagrant-k3s-0.2.0 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.9 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.8 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.8.rc1 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.7 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.5 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.6 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.4.dev.1 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.3 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.2 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.1 lib/vagrant-k3s/command.rb
vagrant-k3s-0.1.0 lib/vagrant-k3s/command.rb