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 fromFile[F[_]](kubeconfig: File)(implicit evidence$3: Sync[F], evidence$4: Logger[F]): F[KubeConfig]
def fromFile[F[_]](kubeconfig: File, contextName: String)(implicit evidence$7: Sync[F], evidence$8: Logger[F]): F[KubeConfig]
def of[F[_]](server: Uri, authorization: Option[Authorization], caCertData: Option[String], caCertFile: Option[File], clientCertData: Option[String], clientCertFile: Option[File], clientKeyData: Option[String], clientKeyFile: Option[File], clientKeyPass: Option[String])(implicit evidence$9: ApplicativeThrow[F]): F[KubeConfig]

Deprecated methods

@deprecated(message = "Use fromFile instead", since = "0.4.1")
def apply[F[_]](kubeconfig: File)(implicit evidence$1: Sync[F], evidence$2: Logger[F]): F[KubeConfig]
Deprecated
[Since version 0.4.1] Use fromFile instead
@deprecated(message = "Use fromFile instead", since = "0.4.1")
def apply[F[_]](kubeconfig: File, contextName: String)(implicit evidence$5: Sync[F], evidence$6: Logger[F]): F[KubeConfig]
Deprecated
[Since version 0.4.1] Use fromFile instead