Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 committed Oct 15, 2024
1 parent 23ebc74 commit 592375a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/crd/bases/netbox.dev_prefixclaims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.parentPrefix
name: ParentPrefix
type: string
- jsonPath: .status.prefix
name: Prefix
type: string
- jsonPath: .status.conditions[?(@.type=="PrefixAssigned")].status
name: PrefixAssigned
type: string
- jsonPath: .status.parentPrefix
name: ParentPrefix
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
Expand Down

0 comments on commit 592375a

Please sign in to comment.