...
Here is how the an instance created by K8splugin is tracked
Elite soft json viewer | ||||||
---|---|---|---|---|---|---|
width | 800 | height | 600||||
Code Block | ||||||
| ||||||
{ "id": "fnKPvVAL", "request": { "rb-name": "edgex", "rb-version": "v1", "profile-name": "profile2", "cloud-region": "k8sregionone", "labels": null }, "namespace": "testns2", "resources": [ { "GVK": { "Group": "", "Version": "v1", "Kind": "Service" }, "Name": "profile2-edgex-ui" }, { "GVK": { "Group": "apps", "Version": "v1beta2", "Kind": "Deployment" }, "Name": "profile2-edgex-vault" } ] } |
...
Each Resource is tracked as two parts that uniquely identify it in a given namespace
Name and GVK
Elite soft json viewer | ||||||
---|---|---|---|---|---|---|
width | 800 | height | 125||||
Code Block | ||||||
| ||||||
{ "Group": "apps", "Version": "v1", "Kind": "Deployment" } |
...