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 authored Sep 20, 2024
1 parent 318e8c2 commit 85ed648
Show file tree
Hide file tree
Showing 426 changed files with 123,268 additions and 1,385 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: AirflowStackableTechAirflowClusterV1Alpha1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_airflow_stackable_tech_airflow_cluster_v1alpha1_manifest/**
- internal/provider/airflow_stackable_tech_v1alpha1/airflow_stackable_tech_airflow_cluster_v1alpha1_manifest.go
- internal/provider/airflow_stackable_tech_v1alpha1/airflow_stackable_tech_airflow_cluster_v1alpha1_manifest_test.go
- terratest/airflow_stackable_tech_v1alpha1/airflow_stackable_tech_airflow_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/airflow_stackable_tech_v1alpha1/airflow_stackable_tech_airflow_cluster_v1alpha1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAirflowStackableTechAirflowClusterV1Alpha1Manifest ./terratest/airflow_stackable_tech_v1alpha1
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: AppsKubeblocksIoClusterDefinitionV1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_apps_kubeblocks_io_cluster_definition_v1_manifest/**
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_definition_v1_manifest.go
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_definition_v1_manifest_test.go
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_definition_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_definition_v1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoClusterDefinitionV1Manifest ./terratest/apps_kubeblocks_io_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: AppsKubeblocksIoClusterV1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_apps_kubeblocks_io_cluster_v1_manifest/**
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_v1_manifest.go
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_v1_manifest_test.go
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_cluster_v1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoClusterV1Manifest ./terratest/apps_kubeblocks_io_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: AppsKubeblocksIoComponentDefinitionV1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_apps_kubeblocks_io_component_definition_v1_manifest/**
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_definition_v1_manifest.go
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_definition_v1_manifest_test.go
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_definition_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_definition_v1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoComponentDefinitionV1Manifest ./terratest/apps_kubeblocks_io_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: AppsKubeblocksIoComponentV1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_apps_kubeblocks_io_component_v1_manifest/**
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_v1_manifest.go
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_v1_manifest_test.go
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_v1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoComponentV1Manifest ./terratest/apps_kubeblocks_io_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: AppsKubeblocksIoComponentVersionV1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_apps_kubeblocks_io_component_version_v1_manifest/**
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_version_v1_manifest.go
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_version_v1_manifest_test.go
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_version_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_component_version_v1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoComponentVersionV1Manifest ./terratest/apps_kubeblocks_io_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: AppsKubeblocksIoServiceDescriptorV1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_apps_kubeblocks_io_service_descriptor_v1_manifest/**
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_service_descriptor_v1_manifest.go
- internal/provider/apps_kubeblocks_io_v1/apps_kubeblocks_io_service_descriptor_v1_manifest_test.go
- terratest/apps_kubeblocks_io_v1/apps_kubeblocks_io_service_descriptor_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/apps_kubeblocks_io_v1/apps_kubeblocks_io_service_descriptor_v1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAppsKubeblocksIoServiceDescriptorV1Manifest ./terratest/apps_kubeblocks_io_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: AuthenticationStackableTechAuthenticationClassV1Alpha1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_authentication_stackable_tech_authentication_class_v1alpha1_manifest/**
- internal/provider/authentication_stackable_tech_v1alpha1/authentication_stackable_tech_authentication_class_v1alpha1_manifest.go
- internal/provider/authentication_stackable_tech_v1alpha1/authentication_stackable_tech_authentication_class_v1alpha1_manifest_test.go
- terratest/authentication_stackable_tech_v1alpha1/authentication_stackable_tech_authentication_class_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/authentication_stackable_tech_v1alpha1/authentication_stackable_tech_authentication_class_v1alpha1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestAuthenticationStackableTechAuthenticationClassV1Alpha1Manifest ./terratest/authentication_stackable_tech_v1alpha1
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: CertmanManagedOpenshiftIoCertificateRequestV1Alpha1Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_certman_managed_openshift_io_certificate_request_v1alpha1_manifest/**
- internal/provider/certman_managed_openshift_io_v1alpha1/certman_managed_openshift_io_certificate_request_v1alpha1_manifest.go
- internal/provider/certman_managed_openshift_io_v1alpha1/certman_managed_openshift_io_certificate_request_v1alpha1_manifest_test.go
- terratest/certman_managed_openshift_io_v1alpha1/certman_managed_openshift_io_certificate_request_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/certman_managed_openshift_io_v1alpha1/certman_managed_openshift_io_certificate_request_v1alpha1_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestCertmanManagedOpenshiftIoCertificateRequestV1Alpha1Manifest ./terratest/certman_managed_openshift_io_v1alpha1
Loading

0 comments on commit 85ed648

Please sign in to comment.