Configuration

case class Configuration(clusters: Map[String, Cluster], contexts: Map[String, Context], currentContext: Context, users: Map[String, AuthInfo])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def setCurrentNamespace(namespaceName: String): Configuration
def withCluster(name: String, cluster: Cluster): Configuration
def withContext(name: String, context: Context): Configuration

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product