Skip to content

Releases: brcnblc/k8s-terraform-yaml

Added exception list for irregularities

21 Jun 17:46
Compare
Choose a tag to compare

Following lists are updated

# Globals
plural_exception_definitions = {
  "global":["container", "port", "rule", "subject", "node_selector_term", "http_header",
  "volume_mount", "option", "init_container", "metric", "toleration", "volume", "path",
  "limit", "volume_claim_template", "webhook"]
}

computed_exception_definitions = {
  "global": ["container.resources.limits","container.resources.requests"]
}

max_item_exception_definitions = {
  "global": ["label_selector"]
}

Update for Terraform Kubernetes Api 1.11

19 Jun 17:41
Compare
Choose a tag to compare

Library is updated with Terraform Kubernetes Api 1.11

Version 0.3.2

28 Mar 23:18
Compare
Choose a tag to compare
v0.3.2

licence

Version 0.3

28 Mar 23:07
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release

Bug fixes

Version 0.2

27 Mar 21:30
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release

Output has been enabled by default.

Initial Release

27 Mar 11:15
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Includes a python script to prepare resource files.

Automatic output is currently disabled since it takes about 20 seconds to prepare the output. If you want to use it any way please edit python script and change long_out parameter to true at the end of the script.