-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upstream specifications to their latest version
- Loading branch information
Showing
546 changed files
with
167,869 additions
and
68,836 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-chisel_operator_io_exit_node_v2_manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors | ||
# SPDX-License-Identifier: 0BSD | ||
|
||
name: ChiselOperatorIoExitNodeV2Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_chisel_operator_io_exit_node_v2_manifest/** | ||
- internal/provider/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest.go | ||
- internal/provider/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest_test.go | ||
- terratest/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest_test.go | ||
jobs: | ||
terraform: | ||
name: Test with Terraform | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: checkout | ||
name: Checkout | ||
uses: actions/checkout@v4 | ||
- id: setup_go | ||
name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: go.mod | ||
cache: true | ||
- id: setup_terraform | ||
name: Setup Terraform | ||
uses: hashicorp/setup-terraform@v3 | ||
with: | ||
terraform_wrapper: false | ||
- id: install | ||
name: Install Provider | ||
run: make install | ||
- id: tests | ||
name: Run Unit Tests | ||
run: go test -v -timeout=120s -count=1 ./internal/provider/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestChiselOperatorIoExitNodeV2Manifest ./terratest/chisel_operator_io_v2 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-networking_gke_io_gcp_backend_policy_v1_manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors | ||
# SPDX-License-Identifier: 0BSD | ||
|
||
name: NetworkingGkeIoGcpbackendPolicyV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_networking_gke_io_gcp_backend_policy_v1_manifest/** | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_gcp_backend_policy_v1_manifest.go | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_gcp_backend_policy_v1_manifest_test.go | ||
- terratest/networking_gke_io_v1/networking_gke_io_gcp_backend_policy_v1_manifest_test.go | ||
jobs: | ||
terraform: | ||
name: Test with Terraform | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: checkout | ||
name: Checkout | ||
uses: actions/checkout@v4 | ||
- id: setup_go | ||
name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: go.mod | ||
cache: true | ||
- id: setup_terraform | ||
name: Setup Terraform | ||
uses: hashicorp/setup-terraform@v3 | ||
with: | ||
terraform_wrapper: false | ||
- id: install | ||
name: Install Provider | ||
run: make install | ||
- id: tests | ||
name: Run Unit Tests | ||
run: go test -v -timeout=120s -count=1 ./internal/provider/networking_gke_io_v1/networking_gke_io_gcp_backend_policy_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestNetworkingGkeIoGcpbackendPolicyV1Manifest ./terratest/networking_gke_io_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-networking_gke_io_gcp_gateway_policy_v1_manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors | ||
# SPDX-License-Identifier: 0BSD | ||
|
||
name: NetworkingGkeIoGcpgatewayPolicyV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_networking_gke_io_gcp_gateway_policy_v1_manifest/** | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_gcp_gateway_policy_v1_manifest.go | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_gcp_gateway_policy_v1_manifest_test.go | ||
- terratest/networking_gke_io_v1/networking_gke_io_gcp_gateway_policy_v1_manifest_test.go | ||
jobs: | ||
terraform: | ||
name: Test with Terraform | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: checkout | ||
name: Checkout | ||
uses: actions/checkout@v4 | ||
- id: setup_go | ||
name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: go.mod | ||
cache: true | ||
- id: setup_terraform | ||
name: Setup Terraform | ||
uses: hashicorp/setup-terraform@v3 | ||
with: | ||
terraform_wrapper: false | ||
- id: install | ||
name: Install Provider | ||
run: make install | ||
- id: tests | ||
name: Run Unit Tests | ||
run: go test -v -timeout=120s -count=1 ./internal/provider/networking_gke_io_v1/networking_gke_io_gcp_gateway_policy_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestNetworkingGkeIoGcpgatewayPolicyV1Manifest ./terratest/networking_gke_io_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-networking_gke_io_health_check_policy_v1_manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors | ||
# SPDX-License-Identifier: 0BSD | ||
|
||
name: NetworkingGkeIoHealthCheckPolicyV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_networking_gke_io_health_check_policy_v1_manifest/** | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_health_check_policy_v1_manifest.go | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_health_check_policy_v1_manifest_test.go | ||
- terratest/networking_gke_io_v1/networking_gke_io_health_check_policy_v1_manifest_test.go | ||
jobs: | ||
terraform: | ||
name: Test with Terraform | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: checkout | ||
name: Checkout | ||
uses: actions/checkout@v4 | ||
- id: setup_go | ||
name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: go.mod | ||
cache: true | ||
- id: setup_terraform | ||
name: Setup Terraform | ||
uses: hashicorp/setup-terraform@v3 | ||
with: | ||
terraform_wrapper: false | ||
- id: install | ||
name: Install Provider | ||
run: make install | ||
- id: tests | ||
name: Run Unit Tests | ||
run: go test -v -timeout=120s -count=1 ./internal/provider/networking_gke_io_v1/networking_gke_io_health_check_policy_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestNetworkingGkeIoHealthCheckPolicyV1Manifest ./terratest/networking_gke_io_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-networking_gke_io_lb_policy_v1_manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors | ||
# SPDX-License-Identifier: 0BSD | ||
|
||
name: NetworkingGkeIoLbpolicyV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_networking_gke_io_lb_policy_v1_manifest/** | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_lb_policy_v1_manifest.go | ||
- internal/provider/networking_gke_io_v1/networking_gke_io_lb_policy_v1_manifest_test.go | ||
- terratest/networking_gke_io_v1/networking_gke_io_lb_policy_v1_manifest_test.go | ||
jobs: | ||
terraform: | ||
name: Test with Terraform | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: checkout | ||
name: Checkout | ||
uses: actions/checkout@v4 | ||
- id: setup_go | ||
name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: go.mod | ||
cache: true | ||
- id: setup_terraform | ||
name: Setup Terraform | ||
uses: hashicorp/setup-terraform@v3 | ||
with: | ||
terraform_wrapper: false | ||
- id: install | ||
name: Install Provider | ||
run: make install | ||
- id: tests | ||
name: Run Unit Tests | ||
run: go test -v -timeout=120s -count=1 ./internal/provider/networking_gke_io_v1/networking_gke_io_lb_policy_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestNetworkingGkeIoLbpolicyV1Manifest ./terratest/networking_gke_io_v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.