module Kube::Helper::Kubectl
Direct including types
Defined in:
kube/helper/kubectl.crInstance Method Summary
- #apply_file(file, ks_path : String)
- #apply_manifest(path : String, namespace : String, ks_path : String)
- #apply_manifest(path : String, ks_path : String)
- #create_ns(ns : Namespace)
- #create_ns(ns : String)
- #kube_context : String | Nil
- #kubectl(args : Array(String), silent = false)
- #kubectl(*args)
- #kubectl?(*args)
- #opt(key : Symbol) : Bool | String | Nil | Array(String)