-
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
192 changed files
with
6,608 additions
and
1,593 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-kuadrant_io_rate_limit_policy_v1beta3_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: KuadrantIoRateLimitPolicyV1Beta3Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_kuadrant_io_rate_limit_policy_v1beta3_manifest/** | ||
- internal/provider/kuadrant_io_v1beta3/kuadrant_io_rate_limit_policy_v1beta3_manifest.go | ||
- internal/provider/kuadrant_io_v1beta3/kuadrant_io_rate_limit_policy_v1beta3_manifest_test.go | ||
- terratest/kuadrant_io_v1beta3/kuadrant_io_rate_limit_policy_v1beta3_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/kuadrant_io_v1beta3/kuadrant_io_rate_limit_policy_v1beta3_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKuadrantIoRateLimitPolicyV1Beta3Manifest ./terratest/kuadrant_io_v1beta3 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-lerentis_uploadfilter24_eu_bitwarden_secret_v1beta8_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: LerentisUploadfilter24EuBitwardenSecretV1Beta8Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_lerentis_uploadfilter24_eu_bitwarden_secret_v1beta8_manifest/** | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta8_manifest.go | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta8_manifest_test.go | ||
- terratest/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta8_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/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta8_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestLerentisUploadfilter24EuBitwardenSecretV1Beta8Manifest ./terratest/lerentis_uploadfilter24_eu_v1beta8 |
40 changes: 40 additions & 0 deletions
40
...ub/workflows/terratest-lerentis_uploadfilter24_eu_bitwarden_template_v1beta8_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: LerentisUploadfilter24EuBitwardenTemplateV1Beta8Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_lerentis_uploadfilter24_eu_bitwarden_template_v1beta8_manifest/** | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_template_v1beta8_manifest.go | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_template_v1beta8_manifest_test.go | ||
- terratest/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_template_v1beta8_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/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_bitwarden_template_v1beta8_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestLerentisUploadfilter24EuBitwardenTemplateV1Beta8Manifest ./terratest/lerentis_uploadfilter24_eu_v1beta8 |
40 changes: 40 additions & 0 deletions
40
...b/workflows/terratest-lerentis_uploadfilter24_eu_registry_credential_v1beta8_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: LerentisUploadfilter24EuRegistryCredentialV1Beta8Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_lerentis_uploadfilter24_eu_registry_credential_v1beta8_manifest/** | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_registry_credential_v1beta8_manifest.go | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_registry_credential_v1beta8_manifest_test.go | ||
- terratest/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_registry_credential_v1beta8_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/lerentis_uploadfilter24_eu_v1beta8/lerentis_uploadfilter24_eu_registry_credential_v1beta8_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestLerentisUploadfilter24EuRegistryCredentialV1Beta8Manifest ./terratest/lerentis_uploadfilter24_eu_v1beta8 |
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
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
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.