Skip to content

Commit

Permalink
Add test for updating
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Bush <mbbush@gmail.com>
  • Loading branch information
mbbush authored and turkenf committed Nov 1, 2024
1 parent 24fe1a6 commit fc3ebe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions examples/iot/v1beta1/thingtype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ kind: ThingType
metadata:
annotations:
meta.upbound.io/example-id: iot/v1beta1/thingtype
uptest.upbound.io/update-parameter: '{"deprecated":true}'
labels:
testing.upbound.io/example-name: example
testing.upbound.io/example-name: lightbulb
name: lightbulb
spec:
forProvider:
name: "my_iot_thing"
region: us-west-1
region: us-east-2
9 changes: 5 additions & 4 deletions examples/iot/v1beta2/thingtype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ kind: ThingType
metadata:
annotations:
meta.upbound.io/example-id: iot/v1beta2/thingtype
uptest.upbound.io/update-parameter: '{"deprecated":true}'
labels:
testing.upbound.io/example-name: example
name: lightbulb
testing.upbound.io/example-name: toaster
name: toaster
spec:
forProvider:
name: my_iot_thing
region: us-west-1
name: bread_heater
region: us-east-2

0 comments on commit fc3ebe9

Please sign in to comment.