Kubeconfig

case class Kubeconfig(clusters: List[KubeconfigCluster], contexts: List[KubeconfigContext], users: List[KubeconfigUser], current-context: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

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

Concrete fields

lazy val clusterMap: Map[String, KubeconfigClusterInfo]
lazy val contextMap: Map[String, KubeconfigContextInfo]
lazy val userMap: Map[String, KubeconfigUserInfo]