Skip to content

Commit e18abdb

Browse files
authored
Update upstream specifications to their latest version
1 parent 528c1b1 commit e18abdb

File tree

2,240 files changed

+563687
-269053
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,240 files changed

+563687
-269053
lines changed
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
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
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
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
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
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
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
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: AppsKubeblocksIoShardingDefinitionV1Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_apps_kubeblocks_io_sharding_definition_v1_manifest/**
10+
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_sharding_definition_v1_manifest.go
11+
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_sharding_definition_v1_manifest_test.go
12+
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_sharding_definition_v1_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_sharding_definition_v1_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoShardingDefinitionV1Manifest ./terratest/apps_kubeblocks_io_v1
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: AppsKubeblocksIoSidecarDefinitionV1Manifest
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
paths:
9+
- examples/data-sources/k8s_apps_kubeblocks_io_sidecar_definition_v1_manifest/**
10+
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_sidecar_definition_v1_manifest.go
11+
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_sidecar_definition_v1_manifest_test.go
12+
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_sidecar_definition_v1_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_sidecar_definition_v1_manifest_test.go
38+
- id: terratest
39+
name: Run Terratest Tests
40+
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoSidecarDefinitionV1Manifest ./terratest/apps_kubeblocks_io_v1

0 commit comments

Comments
 (0)