Skip to content

Commit 024ec6b

Browse files
Merge pull request #13 from Mischulee/HYPERFLEET-645
HYPERFLEET-645 - fix: Change owned_reference to owner_references
2 parents 81129ae + 96dba80 commit 024ec6b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ test.out.json
3737
broker/test.out.json
3838
example/bin
3939
.tool-versions
40+
41+
# Claude Code local config
42+
.claude/

example/cloudevent.example.nodepool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"kind": "NodePool",
1111
"href": "https://api.hyperfleet.com/v1/clusters/11111111-1111-1111-1111-111111111111/nodepools/22222222-2222-2222-2222-222222222222",
1212
"generation": 5,
13-
"owned_reference": {
13+
"owner_references": {
1414
"id": "11111111-1111-1111-1111-111111111111",
1515
"kind": "Cluster",
1616
"href": "https://api.hyperfleet.com/v1/clusters/11111111-1111-1111-1111-111111111111"

0 commit comments

Comments
 (0)