Kubeconfig

object Kubeconfig
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def load(configPath: Path): ZIO[Blocking, Throwable, Kubeconfig]
def loadFromString(configString: String): IO[Throwable, Kubeconfig]

Supply the contents of the kubeconfig directly as a String. The contents of the configString can be either yaml or json.

Supply the contents of the kubeconfig directly as a String. The contents of the configString can be either yaml or json.

Value Params
configString

yaml/json kubeconfig file contents

Implicits

Implicits

implicit
val codec: Codec[Kubeconfig]