-
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
225 changed files
with
16,305 additions
and
8,418 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-b3scale_io_bbb_frontend_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: B3ScaleIoBbbfrontendV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_b3scale_io_bbb_frontend_v1_manifest/** | ||
- internal/provider/b3scale_io_v1/b3scale_io_bbb_frontend_v1_manifest.go | ||
- internal/provider/b3scale_io_v1/b3scale_io_bbb_frontend_v1_manifest_test.go | ||
- terratest/b3scale_io_v1/b3scale_io_bbb_frontend_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/b3scale_io_v1/b3scale_io_bbb_frontend_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestB3ScaleIoBbbfrontendV1Manifest ./terratest/b3scale_io_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-sts_min_io_policy_binding_v1beta1_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: StsMinIoPolicyBindingV1Beta1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_sts_min_io_policy_binding_v1beta1_manifest/** | ||
- internal/provider/sts_min_io_v1beta1/sts_min_io_policy_binding_v1beta1_manifest.go | ||
- internal/provider/sts_min_io_v1beta1/sts_min_io_policy_binding_v1beta1_manifest_test.go | ||
- terratest/sts_min_io_v1beta1/sts_min_io_policy_binding_v1beta1_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/sts_min_io_v1beta1/sts_min_io_policy_binding_v1beta1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestStsMinIoPolicyBindingV1Beta1Manifest ./terratest/sts_min_io_v1beta1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-workload_codeflare_dev_app_wrapper_v1beta2_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: WorkloadCodeflareDevAppWrapperV1Beta2Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_workload_codeflare_dev_app_wrapper_v1beta2_manifest/** | ||
- internal/provider/workload_codeflare_dev_v1beta2/workload_codeflare_dev_app_wrapper_v1beta2_manifest.go | ||
- internal/provider/workload_codeflare_dev_v1beta2/workload_codeflare_dev_app_wrapper_v1beta2_manifest_test.go | ||
- terratest/workload_codeflare_dev_v1beta2/workload_codeflare_dev_app_wrapper_v1beta2_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/workload_codeflare_dev_v1beta2/workload_codeflare_dev_app_wrapper_v1beta2_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestWorkloadCodeflareDevAppWrapperV1Beta2Manifest ./terratest/workload_codeflare_dev_v1beta2 |
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.