class KTools::Configuration

Attributes

config_file[RW]
kpath[RW]
kube_path[RW]

Public Class Methods

new() click to toggle source
# File lib/ktools/configuration.rb, line 7
def initialize
  @kpath = "#{Dir.home}/.ktools"
  @kube_path = "#{Dir.home}/.kube"
  @config_file = "#{@kpath}/config.json"
end