Skip to content

Commit 7b2c82f

Browse files
authored
Update upstream specifications to their latest version
1 parent b8a2078 commit 7b2c82f

File tree

2,507 files changed

+643993
-294747
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,507 files changed

+643993
-294747
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: AddonsClusterXK8SIoClusterResourceSetBindingV1Beta2Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_addons_cluster_x_k8s_io_cluster_resource_set_binding_v1beta2_manifest/**
10+
- internal/provider/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_binding_v1beta2_manifest.go
11+
- internal/provider/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_binding_v1beta2_manifest_test.go
12+
- terratest/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_binding_v1beta2_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_binding_v1beta2_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAddonsClusterXK8SIoClusterResourceSetBindingV1Beta2Manifest ./terratest/addons_cluster_x_k8s_io_v1beta2
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: AddonsClusterXK8SIoClusterResourceSetV1Beta2Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_addons_cluster_x_k8s_io_cluster_resource_set_v1beta2_manifest/**
10+
- internal/provider/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_v1beta2_manifest.go
11+
- internal/provider/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_v1beta2_manifest_test.go
12+
- terratest/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_v1beta2_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/addons_cluster_x_k8s_io_v1beta2/addons_cluster_x_k8s_io_cluster_resource_set_v1beta2_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAddonsClusterXK8SIoClusterResourceSetV1Beta2Manifest ./terratest/addons_cluster_x_k8s_io_v1beta2
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: AkriShConfigurationV0Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_akri_sh_configuration_v0_manifest/**
10+
- internal/provider/akri_sh_v0/akri_sh_configuration_v0_manifest.go
11+
- internal/provider/akri_sh_v0/akri_sh_configuration_v0_manifest_test.go
12+
- terratest/akri_sh_v0/akri_sh_configuration_v0_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/akri_sh_v0/akri_sh_configuration_v0_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAkriShConfigurationV0Manifest ./terratest/akri_sh_v0
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: AkriShInstanceV0Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_akri_sh_instance_v0_manifest/**
10+
- internal/provider/akri_sh_v0/akri_sh_instance_v0_manifest.go
11+
- internal/provider/akri_sh_v0/akri_sh_instance_v0_manifest_test.go
12+
- terratest/akri_sh_v0/akri_sh_instance_v0_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/akri_sh_v0/akri_sh_instance_v0_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAkriShInstanceV0Manifest ./terratest/akri_sh_v0
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: AmdComDeviceConfigV1Alpha1Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_amd_com_device_config_v1alpha1_manifest/**
10+
- internal/provider/amd_com_v1alpha1/amd_com_device_config_v1alpha1_manifest.go
11+
- internal/provider/amd_com_v1alpha1/amd_com_device_config_v1alpha1_manifest_test.go
12+
- terratest/amd_com_v1alpha1/amd_com_device_config_v1alpha1_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/amd_com_v1alpha1/amd_com_device_config_v1alpha1_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAmdComDeviceConfigV1Alpha1Manifest ./terratest/amd_com_v1alpha1
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: ApiCleverCloudComKvV1Alpha1Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_api_clever_cloud_com_kv_v1alpha1_manifest/**
10+
- internal/provider/api_clever_cloud_com_v1alpha1/api_clever_cloud_com_kv_v1alpha1_manifest.go
11+
- internal/provider/api_clever_cloud_com_v1alpha1/api_clever_cloud_com_kv_v1alpha1_manifest_test.go
12+
- terratest/api_clever_cloud_com_v1alpha1/api_clever_cloud_com_kv_v1alpha1_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/api_clever_cloud_com_v1alpha1/api_clever_cloud_com_kv_v1alpha1_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestApiCleverCloudComKvV1Alpha1Manifest ./terratest/api_clever_cloud_com_v1alpha1
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: ApiextensionsCrossplaneIoCompositeResourceDefinitionV2Alpha1Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_apiextensions_crossplane_io_composite_resource_definition_v2alpha1_manifest/**
10+
- internal/provider/apiextensions_crossplane_io_v2alpha1/apiextensions_crossplane_io_composite_resource_definition_v2alpha1_manifest.go
11+
- internal/provider/apiextensions_crossplane_io_v2alpha1/apiextensions_crossplane_io_composite_resource_definition_v2alpha1_manifest_test.go
12+
- terratest/apiextensions_crossplane_io_v2alpha1/apiextensions_crossplane_io_composite_resource_definition_v2alpha1_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/apiextensions_crossplane_io_v2alpha1/apiextensions_crossplane_io_composite_resource_definition_v2alpha1_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestApiextensionsCrossplaneIoCompositeResourceDefinitionV2Alpha1Manifest ./terratest/apiextensions_crossplane_io_v2alpha1
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: AppK8SIoApplicationV1Beta1Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_app_k8s_io_application_v1beta1_manifest/**
10+
- internal/provider/app_k8s_io_v1beta1/app_k8s_io_application_v1beta1_manifest.go
11+
- internal/provider/app_k8s_io_v1beta1/app_k8s_io_application_v1beta1_manifest_test.go
12+
- terratest/app_k8s_io_v1beta1/app_k8s_io_application_v1beta1_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/app_k8s_io_v1beta1/app_k8s_io_application_v1beta1_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAppK8SIoApplicationV1Beta1Manifest ./terratest/app_k8s_io_v1beta1
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
2+
# SPDX-License-Identifier: 0BSD
3+
4+
name: ApplicationNetworkingK8SAwsServiceExportV1Alpha1Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_application_networking_k8s_aws_service_export_v1alpha1_manifest/**
10+
- internal/provider/application_networking_k8s_aws_v1alpha1/application_networking_k8s_aws_service_export_v1alpha1_manifest.go
11+
- internal/provider/application_networking_k8s_aws_v1alpha1/application_networking_k8s_aws_service_export_v1alpha1_manifest_test.go
12+
- terratest/application_networking_k8s_aws_v1alpha1/application_networking_k8s_aws_service_export_v1alpha1_manifest_test.go
13+
jobs:
14+
terraform:
15+
name: Test with Terraform
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: checkout
19+
name: Checkout
20+
uses: actions/checkout@v4
21+
- id: setup_go
22+
name: Set up Go
23+
uses: actions/setup-go@v5
24+
with:
25+
go-version-file: go.mod
26+
cache: true
27+
- id: setup_terraform
28+
name: Setup Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
- id: install
33+
name: Install Provider
34+
run: make install
35+
- id: tests
36+
name: Run Unit Tests
37+
run: go test -v -timeout=120s -count=1 ./internal/provider/application_networking_k8s_aws_v1alpha1/application_networking_k8s_aws_service_export_v1alpha1_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestApplicationNetworkingK8SAwsServiceExportV1Alpha1Manifest ./terratest/application_networking_k8s_aws_v1alpha1

0 commit comments

Comments
 (0)