Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upstream specifications to their latest version #141

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: HelmToolkitFluxcdIoHelmReleaseV2Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_helm_toolkit_fluxcd_io_helm_release_v2_manifest/**
- internal/provider/helm_toolkit_fluxcd_io_v2/helm_toolkit_fluxcd_io_helm_release_v2_manifest.go
- internal/provider/helm_toolkit_fluxcd_io_v2/helm_toolkit_fluxcd_io_helm_release_v2_manifest_test.go
- terratest/helm_toolkit_fluxcd_io_v2/helm_toolkit_fluxcd_io_helm_release_v2_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/helm_toolkit_fluxcd_io_v2/helm_toolkit_fluxcd_io_helm_release_v2_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestHelmToolkitFluxcdIoHelmReleaseV2Manifest ./terratest/helm_toolkit_fluxcd_io_v2
286 changes: 226 additions & 60 deletions docs/data-sources/agent_k8s_elastic_co_agent_v1alpha1_manifest.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--environment--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--environment--patches--type--merge_options))

<a id="nestedatt--spec--environment--patches--type--merge_options"></a>
### Nested Schema for `spec.environment.patches.type.merge_options`
Expand Down Expand Up @@ -353,7 +353,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--patch_sets--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--patch_sets--patches--type--merge_options))

<a id="nestedatt--spec--patch_sets--patches--type--merge_options"></a>
### Nested Schema for `spec.patch_sets.patches.type.merge_options`
Expand Down Expand Up @@ -589,7 +589,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--resources--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--resources--patches--type--merge_options))

<a id="nestedatt--spec--resources--patches--type--merge_options"></a>
### Nested Schema for `spec.resources.patches.type.merge_options`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--environment--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--environment--patches--type--merge_options))

<a id="nestedatt--spec--environment--patches--type--merge_options"></a>
### Nested Schema for `spec.environment.patches.type.merge_options`
Expand Down Expand Up @@ -353,7 +353,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--patch_sets--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--patch_sets--patches--type--merge_options))

<a id="nestedatt--spec--patch_sets--patches--type--merge_options"></a>
### Nested Schema for `spec.patch_sets.patches.type.merge_options`
Expand Down Expand Up @@ -589,7 +589,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--resources--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--resources--patches--type--merge_options))

<a id="nestedatt--spec--resources--patches--type--merge_options"></a>
### Nested Schema for `spec.resources.patches.type.merge_options`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--environment--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--environment--patches--type--merge_options))

<a id="nestedatt--spec--environment--patches--type--merge_options"></a>
### Nested Schema for `spec.environment.patches.type.merge_options`
Expand Down Expand Up @@ -352,7 +352,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--patch_sets--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--patch_sets--patches--type--merge_options))

<a id="nestedatt--spec--patch_sets--patches--type--merge_options"></a>
### Nested Schema for `spec.patch_sets.patches.type.merge_options`
Expand Down Expand Up @@ -588,7 +588,7 @@ Required:
Optional:

- `from_field_path` (String) FromFieldPath specifies how to patch from a field path. The default is'Optional', which means the patch will be a no-op if the specifiedfromFieldPath does not exist. Use 'Required' if the patch should fail ifthe specified path does not exist.
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path (see [below for nested schema](#nestedatt--spec--resources--patches--type--merge_options))
- `merge_options` (Attributes) MergeOptions Specifies merge options on a field path. (see [below for nested schema](#nestedatt--spec--resources--patches--type--merge_options))

<a id="nestedatt--spec--resources--patches--type--merge_options"></a>
### Nested Schema for `spec.resources.patches.type.merge_options`
Expand Down
Loading
Loading