class Kube::Client::Api
- Kube::Client::Api
- Spoved::Api::Client
- Reference
- Object
Defined in:
kube/client/api.crkube/client/error.cr
Constant Summary
-
Log =
::Log.for(self)
Constructors
- .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)
- .new(uri : URI, **args)
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)
#