Skip to content

Conversation

@jstudler
Copy link
Collaborator

@jstudler jstudler commented Jul 16, 2025

Changes the short names to enhance the user experience in Kubernetes 1.33+:

IpAddress from ip to ipa to prevent overlap with built in API for IPAddress that was introduced in Kubernetes 1.33.
IpAddressClaim from ipc to ipac to be consistent with the above change and other NetBox Operator resources.

All short names after this PR:

ipac  IpAddressClaim
ipa   IpAddress
iprc  IpRangeClaim
ipr   IpRange
pxc   PrefixClaim
px    Prefix

Fixes #374

@jstudler jstudler self-assigned this Jul 16, 2025
Copy link
Collaborator

@faebr faebr left a comment

Choose a reason for hiding this comment

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

Agreed, it also makes sense together with ipr

@jstudler jstudler merged commit 2b4019c into main Jul 17, 2025
12 checks passed
@jstudler jstudler deleted the fix/new-short-names-for-post-1-33-k8s branch July 18, 2025 13:06
vaishutin pushed a commit to vaishutin/netbox-operator that referenced this pull request Aug 17, 2025
…enhance UX in Kubernetes 1.33+ (netbox-community#375)

Changes the short names to enhance the user experience in Kubernetes 1.33+:

IpAddress from ip to ipa to prevent overlap with built in API for IPAddress that was introduced in Kubernetes 1.33.
IpAddressClaim from ipc to ipac to be consistent with the above change and other NetBox Operator resources.

The full list of new short names:

ipac  IpAddressClaim
ipa   IpAddress
iprc  IpRangeClaim
ipr   IpRange
pxc   PrefixClaim
px    Prefix
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.

Change of NetBox Operator IpAddress short name to enhance UX in Kubernetes 1.33+

4 participants