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

for the k8s operator resource, remove binding name printcolumn and add endpoint selectors #586

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

masonj5n
Copy link
Member

What

The printed columns for the kubernetes operator resource was referencing the deleted Name field and didn't include endpoint selectors, so this changes that!

How

Modify kubebuilder annotations to update the printed columns for the kubernetes operator resource.

Breaking Changes

Does change the "additionalPrinterColumns" field on the kubernetes operator spec but I don't think that should break anything?

@masonj5n masonj5n requested a review from a team as a code owner January 31, 2025 19:04
@github-actions github-actions bot added area/controller Issues dealing with the controller area/helm-chart Issues dealing with the helm chart labels Jan 31, 2025
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.87%. Comparing base (69839d9) to head (3e74c5a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #586   +/-   ##
=======================================
  Coverage   23.87%   23.87%           
=======================================
  Files          89       89           
  Lines       12588    12588           
=======================================
  Hits         3005     3005           
  Misses       9393     9393           
  Partials      190      190           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@masonj5n masonj5n added this pull request to the merge queue Feb 3, 2025
Merged via the queue into main with commit 2d22cf7 Feb 3, 2025
10 checks passed
@masonj5n masonj5n deleted the mason/update-resource-display-fields branch February 3, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Issues dealing with the controller area/helm-chart Issues dealing with the helm chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants