dev.hnaderi.k8s.circe

Implicits

Implicits

implicit val circeBuilder: Builder[Json]
implicit val circeReader: Reader[Json]
implicit def k8sDecoder[T](implicit dec: Decoder[T]): Decoder[T]
implicit def k8sEncoder[T](implicit enc: Encoder[T]): Encoder[T]