-
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
365 changed files
with
37,095 additions
and
13,563 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-crd_projectcalico_org_tier_v1_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: CrdProjectcalicoOrgTierV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_crd_projectcalico_org_tier_v1_manifest/** | ||
- internal/provider/crd_projectcalico_org_v1/crd_projectcalico_org_tier_v1_manifest.go | ||
- internal/provider/crd_projectcalico_org_v1/crd_projectcalico_org_tier_v1_manifest_test.go | ||
- terratest/crd_projectcalico_org_v1/crd_projectcalico_org_tier_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/crd_projectcalico_org_v1/crd_projectcalico_org_tier_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestCrdProjectcalicoOrgTierV1Manifest ./terratest/crd_projectcalico_org_v1 |
40 changes: 40 additions & 0 deletions
40
.github/workflows/terratest-source_toolkit_fluxcd_io_bucket_v1_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: SourceToolkitFluxcdIoBucketV1Manifest | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- examples/data-sources/k8s_source_toolkit_fluxcd_io_bucket_v1_manifest/** | ||
- internal/provider/source_toolkit_fluxcd_io_v1/source_toolkit_fluxcd_io_bucket_v1_manifest.go | ||
- internal/provider/source_toolkit_fluxcd_io_v1/source_toolkit_fluxcd_io_bucket_v1_manifest_test.go | ||
- terratest/source_toolkit_fluxcd_io_v1/source_toolkit_fluxcd_io_bucket_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/source_toolkit_fluxcd_io_v1/source_toolkit_fluxcd_io_bucket_v1_manifest_test.go | ||
- id: terratest | ||
name: Run Terratest Tests | ||
run: go test -v -timeout=120s -count=1 -run TestSourceToolkitFluxcdIoBucketV1Manifest ./terratest/source_toolkit_fluxcd_io_v1 |
36 changes: 18 additions & 18 deletions
36
docs/data-sources/acme_cert_manager_io_challenge_v1_manifest.md
Large diffs are not rendered by default.
Oops, something went wrong.
393 changes: 219 additions & 174 deletions
393
docs/data-sources/agent_k8s_elastic_co_agent_v1alpha1_manifest.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.