-
Notifications
You must be signed in to change notification settings - Fork 0
CLOUD-150: field and label selectors #19
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
Open
gozdan-lordz
wants to merge
58
commits into
main
Choose a base branch
from
CLOUD-150_selectors
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…ции Docker образов
fixup! CLOUD-219: Настройка CI/CD для автоматической сборки и публика…
fix: cascade deletion host^ network, AG fix: deletion from AG.Spec.Hosts fix: wrong removing networks from AG fix: correct update for IPset in host fix: watch for unique host-ag bind fix: correct status isBound for Host
…Name: $namespace/$name
- Add HostRegistrationSource and AddressGroupRegistrationSource enum definitions - Add SvcSvcRuleSpec.action enum modification to OpenAPI schema - Initialize conditions for SvcSvcRule resources - Update protobuf references in Service model - Move deprecated k8s configs to config/k8s_deprecated/
* test: parallel build * test: parallel build --------- Co-authored-by: Kolbin Dmitry <[email protected]>
- Add FieldSelector message for field-based filtering - Add FieldOperator enum (EQUALS, NOT_EQUALS) - Add ListOptions message with field_selectors, label_selectors, pagination - Update ListHostsReq to include ListOptions field - Update ListAddressGroupsReq to include ListOptions field - identifiers field NOT deprecated - supports different use case - Backwards compatible: both identifiers and field_selectors can coexist Part of: CLOUD-field-selectors implementation Phase: 1 - Protobuf Definitions
- Generated FieldSelector, FieldOperator, ListOptions types - Updated ListHostsReq and ListAddressGroupsReq with options field - Gateway and gRPC code regenerated Part of: CLOUD-field-selectors implementation Phase: 1 - Protobuf Definitions
… FQDN) - Merged CLOUD-field-seelctors into CLOUD-150_selectors - Strategy: Keep CLOUD-150 as base (with FQDN functionality) - Add field selector functionality on top Changes: - Added FieldSelector, LabelSelector, ListOptions to api.proto - Added selector implementation files: * selector_parser.go * selector_validator.go * sql_builder/builder.go * sql_builder/field_mapping.go - Added selector migrations as 097-101 (renumbered from 043-047) - Regenerated protobuf code with both FQDN and selectors - Build successful Result: CLOUD-150 (with FQDN) + Field Selectors functionality
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.
No description provided.