class Kube::Client::Config::Context

Overview

Kubernetes client configuration context class

Defined in:

kube/client/config/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_endpoint : String, api_version : String, ssl_options : String, auth_options : String, namespace : String) #

[View source]

Instance Method Detail

def api_endpoint : String #

[View source]
def api_version : String #

[View source]
def auth_options : String #

[View source]
def namespace : String #

[View source]
def ssl_options : String #

[View source]