Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Jun 28, 2024
1 parent c01d2c3 commit 4ad663f
Show file tree
Hide file tree
Showing 227 changed files with 27,749 additions and 7,812 deletions.
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
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 .github/workflows/terratest-karpenter_sh_node_pool_v1_manifest.yml
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
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
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
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
Loading

0 comments on commit 4ad663f

Please sign in to comment.