Skip to content

Commit

Permalink
chore: make test && make resources
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jul 3, 2023
1 parent 8a0d079 commit 16c974b
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions config/deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4019,6 +4019,10 @@ spec:
template:
type: string
type: object
labels:
additionalProperties:
type: string
type: object
lifecycle:
description: The lifecycle state of the component e.g. production, staging, dev, etc.
type: string
Expand Down Expand Up @@ -4310,6 +4314,10 @@ spec:
template:
type: string
type: object
labels:
additionalProperties:
type: string
type: object
lifecycle:
description: The lifecycle state of the component e.g. production, staging, dev, etc.
type: string
Expand Down
8 changes: 8 additions & 0 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4288,6 +4288,10 @@ spec:
template:
type: string
type: object
labels:
additionalProperties:
type: string
type: object
lifecycle:
description: The lifecycle state of the component e.g. production, staging, dev, etc.
type: string
Expand Down Expand Up @@ -4579,6 +4583,10 @@ spec:
template:
type: string
type: object
labels:
additionalProperties:
type: string
type: object
lifecycle:
description: The lifecycle state of the component e.g. production, staging, dev, etc.
type: string
Expand Down
16 changes: 16 additions & 0 deletions config/schemas/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,14 @@
"order": {
"type": "integer"
},
"labels": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
},
Expand Down Expand Up @@ -731,6 +739,14 @@
"order": {
"type": "integer"
},
"labels": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
},
Expand Down
16 changes: 16 additions & 0 deletions config/schemas/topology.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,14 @@
"order": {
"type": "integer"
},
"labels": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
},
Expand Down Expand Up @@ -710,6 +718,14 @@
"order": {
"type": "integer"
},
"labels": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
},
Expand Down

0 comments on commit 16c974b

Please sign in to comment.