Draft
Conversation
…e terminal in kubernetes (#5137) * scale test and gwcc config changes * Update gateway_controller.go * added logger
* tcp support * Update gateway_controller.go * Delete x.md
…enabled from helm (#5158) * update the group to 'consul.hashicorp.com' * conditional watch controller for custom API networking
* added flow chart, and additional conditions * updated manifests
* added flow chart, and additional conditions * updated manifests * workflow test * add description for the new helm params * change to default values * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * change the import module * Update pr.yml * Update pr.yml * Update command.go * Update pr.yml * log and check if picking the helm values * Update helm_cluster.go * Update helm_cluster.go * Update generate-manifests-delete-job.yaml * Update api_gateway_gatewayclassconfig_test.go * Update api_gateway_gatewayclassconfig_test.go * Update gateway_controller.go * new template conditions * remove back up templates and update templates with conditions * change import version of gateway to v1 * update the versions in go mod, mainly gateway.networking * update the api-gw test cases and update the PSA replacing PSP * fix variable in the template * update the UTs: 1. binder_test 2. validation_test 3. resources_test 4. translation_test * Update gateway-resources-job-ocp.yaml * add v1 schema * update api version * update the version * add loggers for debugging * Update validation.go * Update generate-manifests-apply-job.yaml * updates in tcs since new package versions * update go mod and few tcs * fix UTs in api/alpha * add ut for generate manifests
…ace in cluster (#5180) * added flow chart, and additional conditions * updated manifests * workflow test * add description for the new helm params * change to default values * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * Update pr.yml * change the import module * Update pr.yml * Update pr.yml * Update command.go * Update pr.yml * log and check if picking the helm values * Update helm_cluster.go * Update helm_cluster.go * Update generate-manifests-delete-job.yaml * Update api_gateway_gatewayclassconfig_test.go * Update api_gateway_gatewayclassconfig_test.go * Update gateway_controller.go * new template conditions * remove back up templates and update templates with conditions * change import version of gateway to v1 * update the versions in go mod, mainly gateway.networking * update the api-gw test cases and update the PSA replacing PSP * fix variable in the template * update the UTs: 1. binder_test 2. validation_test 3. resources_test 4. translation_test * Update gateway-resources-job-ocp.yaml * add v1 schema * update api version * update the version * add loggers for debugging * Update validation.go * Update generate-manifests-apply-job.yaml * updates in tcs since new package versions * update go mod and few tcs * fix UTs in api/alpha * add ut for generate manifests * Update kind_acceptance_test_packages.yaml * added serviceIntentions creation and replace
* change the file naming * changed from exp to custom * changed the naming and roles and job * Update values.yaml
* change the file naming * changed from exp to custom * changed the naming and roles and job * Update values.yaml * updated UT, and review comments fixed with consts * remove unused files * added new go.sum * updated to use the gwv1 1.5.1 version * Update README.md * update tag which includes the NOTICE in the readme.md * update tag
…policy added "component: api-gateway" for stable controller and "component: api-gateway-consul" for custom controller. Added kind check in the gatewaypolicies. Webhook denies the policy if targetRef.kind is not Gateway.
9e35912 to
a897da8
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this PR
How I've tested this PR
How I expect reviewers to test this PR
Checklist
PCI review checklist
I have documented a clear reason for, and description of, the change I am making.
If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
If applicable, I've documented the impact of any changes to security controls.
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.