class Kube::Client::Config::Context
- Kube::Client::Config::Context
- Reference
- Object
Overview
Kubernetes client configuration context class
Defined in:
kube/client/config/context.crConstructors
Instance Method Summary
- #api_endpoint : String
- #api_version : String
- #auth_options : String
- #namespace : String
- #ssl_options : String
Constructor Detail
def self.new(api_endpoint : String, api_version : String, ssl_options : String, auth_options : String, namespace : String)
#