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

feat: change logic of handling Gardener cluster #1341

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ressetkk
Copy link
Collaborator

@Ressetkk Ressetkk commented Oct 2, 2024

/kind feature
/area api-gateway

Remove hard dependency to Gardener resources and handle them on-demand if they are present.
Introduce fallback mechaninsm if the resources expected on gardener cluster are not found.
Still leave hard dependency to resources needed generally by the manager.
Update tests to move the logic of dependency checking in reconcileKymaGateway (just adding required CRDs for fakes)
Remove injecting Gardener CRDs where they aren't added into envtest runtime schema
Create hack/crds directory containing all CRDs used in the tests

#1231

@Ressetkk Ressetkk requested a review from a team as a code owner October 2, 2024 12:27
@kyma-bot kyma-bot added kind/feature Categorizes issue or PR as related to a new feature. area/api-gateway Issues or PRs related to api-gateway cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 2, 2024
/kind feature
/area api-gateway

Remove hard dependency to Gardener resources and handle them on-demand if they are present.
Introduce fallback mechaninsm if the resources expected on gardener cluster are not found.
Still leave hard dependency to resources needed generally by the manager.
Update tests to move the logic of dependency checking in reconcileKymaGateway (just adding required CRDs for fakes)
Remove injecting Gardener CRDs where they aren't added into envtest runtime schema
Create hack/crds directory containing all CRDs used in the tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api-gateway Issues or PRs related to api-gateway cla: yes Indicates the PR's author has signed the CLA. kind/feature Categorizes issue or PR as related to a new feature. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants