Skip to content

Commit

Permalink
Fix resourceClaim.status.devices.networkData IPs in the example
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel Jouin <[email protected]>
  • Loading branch information
LionelJouin committed Dec 18, 2024
1 parent eb94de8 commit 19eeb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/device-configuration-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ status:
device: cni
driver: cni.dra.networking.x-k8s.io
networkData:
addresses:
- cidr: 10.10.1.2/24 # List of IPs
ips:
- 10.10.1.2/24
hardwareAddress: b2:af:6a:f9:12:3b
interfaceName: net1
pool: kind-worker
Expand Down

0 comments on commit 19eeb41

Please sign in to comment.