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

MatchItem supports on all resource selector fields #1296

Merged
merged 8 commits into from
Jan 29, 2025

Conversation

adityathebe
Copy link
Member

resolves: #1285

@adityathebe adityathebe force-pushed the feat/improve-resource-selectors branch from 71dc297 to 824a3ca Compare January 27, 2025 06:17
@adityathebe adityathebe marked this pull request as ready for review January 27, 2025 10:23
@adityathebe adityathebe force-pushed the feat/improve-resource-selectors branch from 43a9396 to 28721e2 Compare January 27, 2025 10:51
query/models.go Outdated Show resolved Hide resolved
@adityathebe adityathebe force-pushed the feat/improve-resource-selectors branch 2 times, most recently from 48b68ad to dd4b5c5 Compare January 27, 2025 11:35
@adityathebe adityathebe force-pushed the feat/improve-resource-selectors branch from b0aa7cc to 845f152 Compare January 28, 2025 12:20
})
})

var _ = ginkgo.Describe("Search Properties", ginkgo.Ordered, ginkgo.Pending, func() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Configs: []types.ResourceSelector{{Namespace: "missioncontrol", Types: []string{*dummy.LogisticsDBRDS.Type}}},
},
Configs: []models.ConfigItem{dummy.LogisticsDBRDS},
},
// TODO: Currently search does not support labels/tags
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adityathebe adityathebe requested a review from moshloop January 28, 2025 12:28
@adityathebe adityathebe force-pushed the feat/improve-resource-selectors branch from 845f152 to e4a9816 Compare January 29, 2025 06:41
@moshloop moshloop merged commit 809777e into main Jan 29, 2025
7 checks passed
@moshloop moshloop deleted the feat/improve-resource-selectors branch January 29, 2025 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource Selector - All fields should support match item
2 participants