Skip to content

coralogix/dhall-kops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhall-kops

standard-readme compliant

Dhall types for Kops

Description

This repository includes types and default records in the Dhall language which allow for Kops configuration to be generated.

This allows the user to more easily generate type-safe Kops configuration, through the use of the Dhall project's dhall-to-yaml tool.

Install

For stability, users are encouraged to import from a tagged release, not from the master branch, and to watch for new releases. This project does not yet have rigorous testing set up for it and new commits on the master branch are prone to break compatiblility and are almost sure to change the import hash for the expression, thus the releases are currently v0.x.

https://raw.githubusercontent.com/coralogix/dhall-kops/v0.9.0/package.dhall sha256:eae4e12fd498082b05fc119da080ee82a0ff742847f00e17a5ff871878254e43

CLI

kops replace -f <(dhall-to-yaml --omitNull <<< './example-cluster.dhall')

Maintainers

Ari Becker Oded David

Contributing

TBD

License

Apache License 2.0 © Coralogix, Inc.