Skip to content

Conversation

@jstudler
Copy link
Collaborator

@jstudler jstudler commented Oct 1, 2024

A few UX changes:

  • Adds an age column (with Kubebuilder this disappears from the CRD as soon as you add the first printcolumn)
  • Orders the condition columns to feature the "Ready" condition as the last one

Before:

kubectl get ipc
NAME                    IPADDRESS    READY   IPASSIGNED
ipaddressclaim-sample   2.0.0.1/32   True    True

After:

kubectl get ipc
NAME                    IPADDRESS    IPASSIGNED   READY   AGE
ipaddressclaim-sample   2.0.0.1/32   True         True    4s

@jstudler jstudler requested a review from bruelea October 1, 2024 10:36
@jstudler jstudler self-assigned this Oct 1, 2024
Copy link
Collaborator

@alexandernorth alexandernorth left a comment

Choose a reason for hiding this comment

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

lgtm!

@jstudler jstudler merged commit fd9f308 into main Oct 1, 2024
5 checks passed
@henrybear327 henrybear327 deleted the fix/add-age-column branch October 1, 2024 13:24
vaishutin pushed a commit to vaishutin/netbox-operator that referenced this pull request Aug 17, 2025
A few UX changes:

    Adds an age column (with Kubebuilder this disappears from the CRD as soon as you add the first printcolumn)
    Orders the condition columns to feature the "Ready" condition as the last one
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.

3 participants