Skip to content

Commit

Permalink
chore: make resources
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed May 2, 2024
1 parent b8eb817 commit 1eef979
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7223,6 +7223,8 @@ spec:
parentLookup:
description: Reference to populate parent_id
properties:
external_id:
type: string
name:
type: string
namespace:
Expand Down Expand Up @@ -7671,6 +7673,8 @@ spec:
parentLookup:
description: Reference to populate parent_id
properties:
external_id:
type: string
name:
type: string
namespace:
Expand Down
4 changes: 4 additions & 0 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7491,6 +7491,8 @@ spec:
parentLookup:
description: Reference to populate parent_id
properties:
external_id:
type: string
name:
type: string
namespace:
Expand Down Expand Up @@ -7939,6 +7941,8 @@ spec:
parentLookup:
description: Reference to populate parent_id
properties:
external_id:
type: string
name:
type: string
namespace:
Expand Down
3 changes: 3 additions & 0 deletions config/schemas/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3457,6 +3457,9 @@
},
"type": {
"type": "string"
},
"external_id": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down
3 changes: 3 additions & 0 deletions config/schemas/topology.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3427,6 +3427,9 @@
},
"type": {
"type": "string"
},
"external_id": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 1eef979

Please sign in to comment.