class Kube::Client::Api

Defined in:

kube/client/api.cr
kube/client/error.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32 | Nil = nil, user : String | Nil = nil, pass : String | Nil = nil, scheme = "https", api_path = "api/v1", tls_verify_mode = OpenSSL::SSL::VerifyMode::NONE) #

[View source]
def self.new(uri : URI, **args) #

[View source]

Class Method Detail

def self.logger #

Instance Method Detail

def logger #