module Kube::Helper::Kubectl

Direct including types

Defined in:

kube/helper/kubectl.cr

Instance Method Summary

Instance Method Detail

def apply_file(file, ks_path : String) #

[View source]
def apply_manifest(path : String, namespace : String, ks_path : String) #

[View source]
def apply_manifest(path : String, ks_path : String) #

[View source]
def create_ns(ns : Namespace) #

[View source]
def create_ns(ns : String) #

[View source]
abstract def kube_context : String | Nil #

[View source]
def kubectl(args : Array(String), silent = false) #

[View source]
def kubectl(*args) #

[View source]
def kubectl?(*args) #

[View source]
abstract def opt(key : Symbol) : Bool | String | Nil | Array(String) #

[View source]