Skip to content

Conversation

@hardikdr
Copy link
Member

Proposed Changes

Fixes #

@github-actions github-actions bot added size/L api-change enhancement New feature or request labels Dec 10, 2025
@hardikdr hardikdr linked an issue Dec 10, 2025 that may be closed by this pull request
@hardikdr hardikdr force-pushed the enh/improve-bootserver-tests branch from 79263df to 9699701 Compare December 10, 2025 15:28
@hardikdr hardikdr requested a review from defo89 December 10, 2025 15:47
@hardikdr hardikdr force-pushed the enh/improve-bootserver-tests branch 2 times, most recently from 397c1ba to 20f7de9 Compare December 10, 2025 16:05
@hardikdr hardikdr force-pushed the enh/improve-bootserver-tests branch from 20f7de9 to 716d059 Compare December 10, 2025 16:18
var httpBootConfigs bootv1alpha1.HTTPBootConfigList
for _, ip := range clientIPs {
if err := k8sClient.List(ctx, &httpBootConfigs, client.MatchingFields{bootv1alpha1.SystemIPIndexKey: ip}); err != nil {
if err := k8sClient.List(ctx, &httpBootConfigs, client.MatchingFields{bootv1alpha1.NetworkIdentifierIndexKey: ip}); err != nil {
Copy link
Member

Choose a reason for hiding this comment

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

Do we have a field indexer setup for this field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Improve Test Coverage for Boot Server

3 participants