Sha256: 9a0c0b4f153106e387301f1b80d4e091b61e0df83518a3024a8e960ad3a99ef1

Contents?: true

Size: 202 Bytes

Versions: 13

Compression:

Stored size: 202 Bytes

Contents

# frozen_string_literal: true

module VagrantPlugins
  module K3s
    class CommandKubectl < Vagrant.plugin(2, :command)
      def execute
        # puts "kubectl"
        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/kubectl.rb
vagrant-k3s-0.2.0 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.9 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.8 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.8.rc1 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.7 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.5 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.6 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.4.dev.1 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.3 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.2 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.1 lib/vagrant-k3s/command/kubectl.rb
vagrant-k3s-0.1.0 lib/vagrant-k3s/command/kubectl.rb