You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design/one-pager-change-logs.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,13 +80,14 @@ Each entry in the change log will contain the following data:
80
80
|-------------------| ------- |
81
81
| Timestamp | ISO 8601 format, e.g. `2023-04-01T12:34:56Z`|
82
82
| Provider name |`xpkg.upbound.io/upbound/provider-aws-ec2:v1.8.0`|
83
-
| Type (GVK) |`apiVersion: ec2.aws.upbound.io/v1beta2, kind: Instance`|
83
+
| API Version |`ec2.aws.upbound.io/v1beta2`|
84
+
| Kind |`Instance`|
84
85
| Name |`dev-instance-bt66d`|
85
86
| External Name |`vpc-4fa03d9fb92dfec50`|
86
87
| Operation Type |`create\|update\|delete`|
87
88
| Desired/observed state of resource before operation |`{full JSON dump of resource}` which includes desired `spec.forProvider` and observed `status.AtProvider`|
88
89
| Result of operation |`success` or error object |
89
-
| (optional) Additional information that Providers can set as they choose |`{JSON object of arbitrary data}`|
90
+
| (optional) Additional information that Providers can set as they choose |`map[string]string`of arbitrary key value pairs|
90
91
91
92
An additional information field is available in each change log entry for
92
93
Providers to store any provider specific data they choose. Providers are not
0 commit comments