infrastructure-as-types icon indicating copy to clipboard operation
infrastructure-as-types copied to clipboard

Infrastructure as Types - modern infrastructure declaration and deployment toolkit

Results 11 infrastructure-as-types issues
Sort by recently updated
recently updated
newest added

https://github.com/eikek/sbt-openapi-schema

experiment

A very interesting idea from Matthew Smedberg: ![image](https://user-images.githubusercontent.com/48874/93247724-0422e080-f78f-11ea-8163-cf6f306ef7ae.png) Related to #1

enhancement

Asked by @pawelprazak : How difficult would it be to generate a DSL automatically based on OpenAPI (see `iat-openapi` sbt module)? https://github.com/fkorotkov/k8s-kotlin-dsl#complete-deployment-example

enhancement
question

As for now, e.g. `upsert` methods are side-effecting but paren-less (other than implicit param list), this goes against the Scala conventions

good first issue
code

Unless there's a specific need to use the former... but I don't think there is

good first issue
code

@pawelprazak : possibly the piece for custom resources as seen here: https://github.com/amir/cr4s/blob/master/example/src/main/scala/Foo.scala could be used

enhancement
question

An option in that would act like `helm upgrade --wait` (wait until deployed resources are ready) would be useful. Using `kubectl wait` for that purpose is kinda hard to scale...

enhancement

https://github.com/kubernetes-sigs/application/blob/master/README.md https://github.com/kubernetes-sigs/application/blob/master/docs/api.md

enhancement

For instance, try running `GuestBook` with an invalid `IAT_KUBE_CONTEXT`.

bug