Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 632 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 632 Bytes

skuber-util

Work In Progress

Scala utilities for Kubernetes clusters. Builds on the skuber Scala client library for Kubernetes.

This initial version features the abilty to load sets of Kubernetes resources from Yaml or Json sources into a Scala (i.e. skuber) model, without needing to specify the type of each resource - the Kubernetes type of each loaded resource is determined dynamically by examining the resource kind and apiVersion fields, and that type information is used to parse the resource into the appropriate Skuber model class.

See the YamlLoadSpec test as an example.