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