-
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
1,256 changed files
with
433,537 additions
and
47,333 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-apacheweb_arsenal_dev_apacheweb_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: ApachewebArsenalDevApachewebV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_apacheweb_arsenal_dev_apacheweb_v1alpha1_manifest/** | ||
- internal/provider/apacheweb_arsenal_dev_v1alpha1/apacheweb_arsenal_dev_apacheweb_v1alpha1_manifest.go | ||
- internal/provider/apacheweb_arsenal_dev_v1alpha1/apacheweb_arsenal_dev_apacheweb_v1alpha1_manifest_test.go | ||
- terratest/apacheweb_arsenal_dev_v1alpha1/apacheweb_arsenal_dev_apacheweb_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/apacheweb_arsenal_dev_v1alpha1/apacheweb_arsenal_dev_apacheweb_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestApachewebArsenalDevApachewebV1Alpha1Manifest ./terratest/apacheweb_arsenal_dev_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-apps_kubeblocks_io_component_definition_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: AppsKubeblocksIoComponentDefinitionV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_apps_kubeblocks_io_component_definition_v1alpha1_manifest/** | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_definition_v1alpha1_manifest.go | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_definition_v1alpha1_manifest_test.go | ||
- terratest/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_definition_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/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_definition_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoComponentDefinitionV1Alpha1Manifest ./terratest/apps_kubeblocks_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-apps_kubeblocks_io_component_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: AppsKubeblocksIoComponentV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_apps_kubeblocks_io_component_v1alpha1_manifest/** | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_v1alpha1_manifest.go | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_v1alpha1_manifest_test.go | ||
- terratest/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_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/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoComponentV1Alpha1Manifest ./terratest/apps_kubeblocks_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-apps_kubeblocks_io_component_version_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: AppsKubeblocksIoComponentVersionV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_apps_kubeblocks_io_component_version_v1alpha1_manifest/** | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_version_v1alpha1_manifest.go | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_version_v1alpha1_manifest_test.go | ||
- terratest/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_version_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/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_component_version_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoComponentVersionV1Alpha1Manifest ./terratest/apps_kubeblocks_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-apps_kubeblocks_io_config_constraint_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: AppsKubeblocksIoConfigConstraintV1Beta1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_apps_kubeblocks_io_config_constraint_v1beta1_manifest/** | ||
- internal/provider/apps_kubeblocks_io_v1beta1/apps_kubeblocks_io_config_constraint_v1beta1_manifest.go | ||
- internal/provider/apps_kubeblocks_io_v1beta1/apps_kubeblocks_io_config_constraint_v1beta1_manifest_test.go | ||
- terratest/apps_kubeblocks_io_v1beta1/apps_kubeblocks_io_config_constraint_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/apps_kubeblocks_io_v1beta1/apps_kubeblocks_io_config_constraint_v1beta1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoConfigConstraintV1Beta1Manifest ./terratest/apps_kubeblocks_io_v1beta1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-apps_kubeblocks_io_ops_definition_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: AppsKubeblocksIoOpsDefinitionV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_apps_kubeblocks_io_ops_definition_v1alpha1_manifest/** | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_ops_definition_v1alpha1_manifest.go | ||
- internal/provider/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_ops_definition_v1alpha1_manifest_test.go | ||
- terratest/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_ops_definition_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/apps_kubeblocks_io_v1alpha1/apps_kubeblocks_io_ops_definition_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoOpsDefinitionV1Alpha1Manifest ./terratest/apps_kubeblocks_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-automation_kubensync_com_managed_resource_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: AutomationKubensyncComManagedResourceV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_automation_kubensync_com_managed_resource_v1alpha1_manifest/** | ||
- internal/provider/automation_kubensync_com_v1alpha1/automation_kubensync_com_managed_resource_v1alpha1_manifest.go | ||
- internal/provider/automation_kubensync_com_v1alpha1/automation_kubensync_com_managed_resource_v1alpha1_manifest_test.go | ||
- terratest/automation_kubensync_com_v1alpha1/automation_kubensync_com_managed_resource_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/automation_kubensync_com_v1alpha1/automation_kubensync_com_managed_resource_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestAutomationKubensyncComManagedResourceV1Alpha1Manifest ./terratest/automation_kubensync_com_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-bpfman_io_bpf_program_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: BpfmanIoBpfProgramV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_bpfman_io_bpf_program_v1alpha1_manifest/** | ||
- internal/provider/bpfman_io_v1alpha1/bpfman_io_bpf_program_v1alpha1_manifest.go | ||
- internal/provider/bpfman_io_v1alpha1/bpfman_io_bpf_program_v1alpha1_manifest_test.go | ||
- terratest/bpfman_io_v1alpha1/bpfman_io_bpf_program_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/bpfman_io_v1alpha1/bpfman_io_bpf_program_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestBpfmanIoBpfProgramV1Alpha1Manifest ./terratest/bpfman_io_v1alpha1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-bpfman_io_fentry_program_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: BpfmanIoFentryProgramV1Alpha1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_bpfman_io_fentry_program_v1alpha1_manifest/** | ||
- internal/provider/bpfman_io_v1alpha1/bpfman_io_fentry_program_v1alpha1_manifest.go | ||
- internal/provider/bpfman_io_v1alpha1/bpfman_io_fentry_program_v1alpha1_manifest_test.go | ||
- terratest/bpfman_io_v1alpha1/bpfman_io_fentry_program_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/bpfman_io_v1alpha1/bpfman_io_fentry_program_v1alpha1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestBpfmanIoFentryProgramV1Alpha1Manifest ./terratest/bpfman_io_v1alpha1 |
Oops, something went wrong.