hashicorp / terraform-provider-kubernetes

Terraform Kubernetes provider
https://www.terraform.io/docs/providers/kubernetes/
Mozilla Public License 2.0
1.56k stars 963 forks source link

support endPort on network policy resource #2494

Open tostieme opened 1 month ago

tostieme commented 1 month ago

Description

Acceptance tests

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccKubernetesNetworkPolicyV1_basic'
==> Checking that code complies with gofmt requirements...
go vet ./...
TF_ACC=1 go test "/Users/tostieme/go/src/github.com/hashicorp/terraform-provider-kubernetes/kubernetes" -v -vet=off -run=TestAccKubernetesNetworkPolicyV1_basic -parallel 8 -timeout 3h
=== RUN   TestAccKubernetesNetworkPolicyV1_basic
=== PAUSE TestAccKubernetesNetworkPolicyV1_basic
=== CONT  TestAccKubernetesNetworkPolicyV1_basic
--- PASS: TestAccKubernetesNetworkPolicyV1_basic (13.17s)
PASS
ok      github.com/hashicorp/terraform-provider-kubernetes/kubernetes      13.849s

Release Note

Release note for CHANGELOG:

`resource/resource_kubernetes_network_policy_v1`: add support for `end_port`

References

Closes #2455

Community Note

hashicorp-cla-app[bot] commented 1 month ago

CLA assistant check
All committers have signed the CLA.

hashicorp-cla-app[bot] commented 1 month ago

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes


Tobias Stiemer seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.

Have you signed the CLA already but the status is still pending? Recheck it.