...
Here is how the an instance created by K8splugin is tracked
Code Block | |
---|---|
language | js |
title | Instance Body | linenumbers | true
Elite soft json viewer | |
{ "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
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
Elite soft json viewer | ||||||
{
"Group": "apps",
"Version": "v1",
"Kind": "Deployment"
},
|