X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fassets%2Fdata%2Fappspvc.json;fp=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fassets%2Fdata%2Fappspvc.json;h=ea58c93cc7514a060ec85625a75c61df2d0a763f;hb=85ef2c5c9325797279cdcaf5cc7e58b0eacfcaaa;hp=0000000000000000000000000000000000000000;hpb=94d2caddb626e61a06ddeda9573386aa97d137c9;p=ealt-edge.git diff --git a/example-apps/ROBO/RoboUI/src/assets/data/appspvc.json b/example-apps/ROBO/RoboUI/src/assets/data/appspvc.json new file mode 100644 index 0000000..ea58c93 --- /dev/null +++ b/example-apps/ROBO/RoboUI/src/assets/data/appspvc.json @@ -0,0 +1,53 @@ +{ + "appsData": [ + { + "namespace": "default01", + "name": "appname", + "ready": "ready", + "status": "running", + "restarts": "3 times", + "age": "3d", + "ip": "10.10.0.1", + "node": "ealtcenter", + "nominatednode": "ealtcenter", + "readinessgates": "passed" + }, + { + "namespace": "default02", + "name": "appname", + "ready": "ready", + "status": "running", + "restarts": "3 times", + "age": "3d", + "ip": "10.10.0.1", + "node": "ealtcenter", + "nominatednode": "ealtcenter", + "readinessgates": "passed" + } + ], + + "pvcData": [ + { + "namespace": "default", + "name": "pvcname01", + "status": "ready", + "volume": "samplevolume", + "capacity": "samplecapacity", + "accessmodes" : "sampleaccessmodes", + "storageclass" : "samplestorage", + "age" : "5d", + "volumemode" : "samplevolumemode" + }, + { + "namespace": "default", + "name": "pvcname02", + "status": "ready", + "volume": "samplevolume", + "capacity": "samplecapacity", + "accessmodes" : "sampleaccessmodes", + "storageclass" : "samplestorage", + "age" : "5d", + "volumemode" : "samplevolumemode" + } + ] +} \ No newline at end of file