Skip to content

doriordan/skuber-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scala utilities for Kubernetes clusters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages