-
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
227 changed files
with
27,749 additions
and
7,812 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-karpenter_k8s_aws_ec2_node_class_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: KarpenterK8SAwsEc2NodeClassV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_karpenter_k8s_aws_ec2_node_class_v1_manifest/** | ||
- internal/provider/karpenter_k8s_aws_v1/karpenter_k8s_aws_ec2_node_class_v1_manifest.go | ||
- internal/provider/karpenter_k8s_aws_v1/karpenter_k8s_aws_ec2_node_class_v1_manifest_test.go | ||
- terratest/karpenter_k8s_aws_v1/karpenter_k8s_aws_ec2_node_class_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/karpenter_k8s_aws_v1/karpenter_k8s_aws_ec2_node_class_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKarpenterK8SAwsEc2NodeClassV1Manifest ./terratest/karpenter_k8s_aws_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-karpenter_sh_node_claim_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: KarpenterShNodeClaimV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_karpenter_sh_node_claim_v1_manifest/** | ||
- internal/provider/karpenter_sh_v1/karpenter_sh_node_claim_v1_manifest.go | ||
- internal/provider/karpenter_sh_v1/karpenter_sh_node_claim_v1_manifest_test.go | ||
- terratest/karpenter_sh_v1/karpenter_sh_node_claim_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/karpenter_sh_v1/karpenter_sh_node_claim_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKarpenterShNodeClaimV1Manifest ./terratest/karpenter_sh_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-karpenter_sh_node_pool_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: KarpenterShNodePoolV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_karpenter_sh_node_pool_v1_manifest/** | ||
- internal/provider/karpenter_sh_v1/karpenter_sh_node_pool_v1_manifest.go | ||
- internal/provider/karpenter_sh_v1/karpenter_sh_node_pool_v1_manifest_test.go | ||
- terratest/karpenter_sh_v1/karpenter_sh_node_pool_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/karpenter_sh_v1/karpenter_sh_node_pool_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKarpenterShNodePoolV1Manifest ./terratest/karpenter_sh_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-lerentis_uploadfilter24_eu_bitwarden_secret_v1beta7_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: LerentisUploadfilter24EuBitwardenSecretV1Beta7Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_lerentis_uploadfilter24_eu_bitwarden_secret_v1beta7_manifest/** | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta7_manifest.go | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta7_manifest_test.go | ||
- terratest/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta7_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_v1beta7/lerentis_uploadfilter24_eu_bitwarden_secret_v1beta7_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestLerentisUploadfilter24EuBitwardenSecretV1Beta7Manifest ./terratest/lerentis_uploadfilter24_eu_v1beta7 |
40 changes: 40 additions & 0 deletions
40
...ub/workflows/terratest-lerentis_uploadfilter24_eu_bitwarden_template_v1beta7_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: LerentisUploadfilter24EuBitwardenTemplateV1Beta7Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_lerentis_uploadfilter24_eu_bitwarden_template_v1beta7_manifest/** | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_bitwarden_template_v1beta7_manifest.go | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_bitwarden_template_v1beta7_manifest_test.go | ||
- terratest/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_bitwarden_template_v1beta7_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_v1beta7/lerentis_uploadfilter24_eu_bitwarden_template_v1beta7_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestLerentisUploadfilter24EuBitwardenTemplateV1Beta7Manifest ./terratest/lerentis_uploadfilter24_eu_v1beta7 |
40 changes: 40 additions & 0 deletions
40
...b/workflows/terratest-lerentis_uploadfilter24_eu_registry_credential_v1beta7_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: LerentisUploadfilter24EuRegistryCredentialV1Beta7Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_lerentis_uploadfilter24_eu_registry_credential_v1beta7_manifest/** | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_registry_credential_v1beta7_manifest.go | ||
- internal/provider/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_registry_credential_v1beta7_manifest_test.go | ||
- terratest/lerentis_uploadfilter24_eu_v1beta7/lerentis_uploadfilter24_eu_registry_credential_v1beta7_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_v1beta7/lerentis_uploadfilter24_eu_registry_credential_v1beta7_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestLerentisUploadfilter24EuRegistryCredentialV1Beta7Manifest ./terratest/lerentis_uploadfilter24_eu_v1beta7 |
Oops, something went wrong.