mimic icon indicating copy to clipboard operation
mimic copied to clipboard

mimic: Define your Deployments, Infrastructure and Configuration as a Go Code 🚀

Results 4 mimic issues
Sort by recently updated
recently updated
newest added

https://twitter.com/bwplotka/status/1379843244952014853 Ideas: * Infer types when field is a concrete type. Same if it's pointer - just allocate. * Join/Merge operation based on reflect? 🤔 It would be amazing to...

This PR implements an example which defines and generates all of the configuration needed to run a fully-featured Prometheus instance on Kubernetes.

AC: * If there are files in output directory that are no longer generated through definition, prompt user if they want to remove this or not. * All those files...