Kubeconfig

com.coralogix.zio.k8s.client.config.Kubeconfig$
See theKubeconfig companion class
object Kubeconfig

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Kubeconfig.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def load(configPath: Path): ZIO[Any, 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 parameters

configString

yaml/json kubeconfig file contents

Attributes

Implicits

Implicits

implicit val codec: Codec[Kubeconfig]