-
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
166 changed files
with
33,151 additions
and
60,178 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
...hub/workflows/terratest-gateway_networking_k8s_io_backend_lb_policy_v1alpha2_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: GatewayNetworkingK8SIoBackendLbpolicyV1Alpha2Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest/** | ||
- internal/provider/gateway_networking_k8s_io_v1alpha2/gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest.go | ||
- internal/provider/gateway_networking_k8s_io_v1alpha2/gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest_test.go | ||
- terratest/gateway_networking_k8s_io_v1alpha2/gateway_networking_k8s_io_backend_lb_policy_v1alpha2_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/gateway_networking_k8s_io_v1alpha2/gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestGatewayNetworkingK8SIoBackendLbpolicyV1Alpha2Manifest ./terratest/gateway_networking_k8s_io_v1alpha2 |
40 changes: 40 additions & 0 deletions
40
...ub/workflows/terratest-gateway_networking_k8s_io_backend_tls_policy_v1alpha3_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: GatewayNetworkingK8SIoBackendTlspolicyV1Alpha3Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_gateway_networking_k8s_io_backend_tls_policy_v1alpha3_manifest/** | ||
- internal/provider/gateway_networking_k8s_io_v1alpha3/gateway_networking_k8s_io_backend_tls_policy_v1alpha3_manifest.go | ||
- internal/provider/gateway_networking_k8s_io_v1alpha3/gateway_networking_k8s_io_backend_tls_policy_v1alpha3_manifest_test.go | ||
- terratest/gateway_networking_k8s_io_v1alpha3/gateway_networking_k8s_io_backend_tls_policy_v1alpha3_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/gateway_networking_k8s_io_v1alpha3/gateway_networking_k8s_io_backend_tls_policy_v1alpha3_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestGatewayNetworkingK8SIoBackendTlspolicyV1Alpha3Manifest ./terratest/gateway_networking_k8s_io_v1alpha3 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-kueue_x_k8s_io_cohort_v1alpha1_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: KueueXK8SIoCohortV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_kueue_x_k8s_io_cohort_v1alpha1_manifest/** | ||
- internal/provider/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_cohort_v1alpha1_manifest.go | ||
- internal/provider/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_cohort_v1alpha1_manifest_test.go | ||
- terratest/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_cohort_v1alpha1_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/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_cohort_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKueueXK8SIoCohortV1Alpha1Manifest ./terratest/kueue_x_k8s_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-kueue_x_k8s_io_multi_kueue_cluster_v1alpha1_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: KueueXK8SIoMultiKueueClusterV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_kueue_x_k8s_io_multi_kueue_cluster_v1alpha1_manifest/** | ||
- internal/provider/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_cluster_v1alpha1_manifest.go | ||
- internal/provider/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_cluster_v1alpha1_manifest_test.go | ||
- terratest/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_cluster_v1alpha1_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/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_cluster_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKueueXK8SIoMultiKueueClusterV1Alpha1Manifest ./terratest/kueue_x_k8s_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-kueue_x_k8s_io_multi_kueue_config_v1alpha1_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: KueueXK8SIoMultiKueueConfigV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_kueue_x_k8s_io_multi_kueue_config_v1alpha1_manifest/** | ||
- internal/provider/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_config_v1alpha1_manifest.go | ||
- internal/provider/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_config_v1alpha1_manifest_test.go | ||
- terratest/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_config_v1alpha1_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/kueue_x_k8s_io_v1alpha1/kueue_x_k8s_io_multi_kueue_config_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKueueXK8SIoMultiKueueConfigV1Alpha1Manifest ./terratest/kueue_x_k8s_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-kueue_x_k8s_io_provisioning_request_config_v1beta1_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: KueueXK8SIoProvisioningRequestConfigV1Beta1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_kueue_x_k8s_io_provisioning_request_config_v1beta1_manifest/** | ||
- internal/provider/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_provisioning_request_config_v1beta1_manifest.go | ||
- internal/provider/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_provisioning_request_config_v1beta1_manifest_test.go | ||
- terratest/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_provisioning_request_config_v1beta1_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/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_provisioning_request_config_v1beta1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKueueXK8SIoProvisioningRequestConfigV1Beta1Manifest ./terratest/kueue_x_k8s_io_v1beta1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-kueue_x_k8s_io_workload_priority_class_v1beta1_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: KueueXK8SIoWorkloadPriorityClassV1Beta1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_kueue_x_k8s_io_workload_priority_class_v1beta1_manifest/** | ||
- internal/provider/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_workload_priority_class_v1beta1_manifest.go | ||
- internal/provider/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_workload_priority_class_v1beta1_manifest_test.go | ||
- terratest/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_workload_priority_class_v1beta1_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/kueue_x_k8s_io_v1beta1/kueue_x_k8s_io_workload_priority_class_v1beta1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestKueueXK8SIoWorkloadPriorityClassV1Beta1Manifest ./terratest/kueue_x_k8s_io_v1beta1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-operator_victoriametrics_com_v_logs_v1beta1_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: OperatorVictoriametricsComVlogsV1Beta1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_operator_victoriametrics_com_v_logs_v1beta1_manifest/** | ||
- internal/provider/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_v_logs_v1beta1_manifest.go | ||
- internal/provider/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_v_logs_v1beta1_manifest_test.go | ||
- terratest/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_v_logs_v1beta1_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/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_v_logs_v1beta1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestOperatorVictoriametricsComVlogsV1Beta1Manifest ./terratest/operator_victoriametrics_com_v1beta1 |
40 changes: 40 additions & 0 deletions
40
...ub/workflows/terratest-operator_victoriametrics_com_vm_scrape_config_v1beta1_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: OperatorVictoriametricsComVmscrapeConfigV1Beta1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_operator_victoriametrics_com_vm_scrape_config_v1beta1_manifest/** | ||
- internal/provider/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_vm_scrape_config_v1beta1_manifest.go | ||
- internal/provider/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_vm_scrape_config_v1beta1_manifest_test.go | ||
- terratest/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_vm_scrape_config_v1beta1_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/operator_victoriametrics_com_v1beta1/operator_victoriametrics_com_vm_scrape_config_v1beta1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestOperatorVictoriametricsComVmscrapeConfigV1Beta1Manifest ./terratest/operator_victoriametrics_com_v1beta1 |
6 changes: 6 additions & 0 deletions
6
...-sources/k8s_gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest/data-source.tf
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,6 @@ | ||
data "k8s_gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest" "example" { | ||
metadata = { | ||
name = "some-name" | ||
namespace = "some-namespace" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...es/data-sources/k8s_gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest/main.tf
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,12 @@ | ||
terraform { | ||
required_providers { | ||
k8s = { | ||
source = "localhost/metio/k8s" | ||
version = "9999.99.99" | ||
} | ||
} | ||
} | ||
|
||
provider "k8s" { | ||
offline = true | ||
} |
5 changes: 5 additions & 0 deletions
5
...data-sources/k8s_gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest/outputs.tf
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,5 @@ | ||
output "manifests" { | ||
value = { | ||
"example" = data.k8s_gateway_networking_k8s_io_backend_lb_policy_v1alpha2_manifest.example.yaml | ||
} | ||
} |
Oops, something went wrong.