Deployment note is defined as
{
"name": "projects/notes_example/notes/exampleDeploymentNote",
"shortDescription": "Gives an example deployment note",
"longDescription": "Shows the fields that need to be set in order to create a deployment note inside a project",
"kind": "DEPLOYMENT",
"deployable": {
"resourceUri":[
"someuri"
]
}
}
and the deployable description is "A note describing something that can be deployed."
i'am confused that once a distinct image deployed , we should create a note and a occurrence ,
or instead we have one deployment note, and a distinct image deployed, we should create a occurrence of this note.