John Houston

Results 41 issues of John Houston

### Description This PR begins the refactoring of the provider into individual packages for each Kubernetes API group. In this PR: 1. Each of the resources under the `v1` API...

size/XL

### Description ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added? ### Release Note Release note for [CHANGELOG](https://github.com/hashicorp/terraform-provider-helm/blob/main/CHANGELOG.md): ```release-note ... ``` ###...

size/XS
pr/no-changelog

Right now the output doesn't get format, so attributes don't get aligned and so on. We should programatically run `terraform fmt` so that the tfk8s output doesn't need to be...

enhancement

e.g ``` kubectl get po -o yaml | tfk8s --import --strip # terraform import kubernetes_manifest.configmap_test "apiVersion=v1,kind=ConfigMap,name=test,namespace=default" resource "kubernetes_manifest" "configmap_test" { manifest = { "apiVersion" = "v1" "data" = { "TEST"...

There are some huge manifests out there to be installed with `kubectl apply -f` – I'd like a way to break them up at least by type so that the...

There's a script to build binaries but they need to be signed for windows/mac.

# Example `tfk8s --ignore "metadata.annotations.cni.projectcalico.org/podIP"`

enhancement

Have an option to strip out fields specified by `managedFields` and the `managedFields` attribute itself.

enhancement

### Description ### Release Note Release note for [CHANGELOG](https://github.com/hashicorp/terraform-provider-kubernetes/blob/master/CHANGELOG.md): ```release-note ... ``` ### References ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the...

size/M