Add Kubernetes API server invocation proxy handler

Change-Id: Iadcbe4c2969e36e1f7bf10caff4926c5662d0df6
diff --git a/apps/k8s-networking/app/src/main/resources/definitions/K8sNetwork.json b/apps/k8s-networking/app/src/main/resources/definitions/K8sNetwork.json
index 1a5a7f2..5653ae8 100644
--- a/apps/k8s-networking/app/src/main/resources/definitions/K8sNetwork.json
+++ b/apps/k8s-networking/app/src/main/resources/definitions/K8sNetwork.json
@@ -13,17 +13,17 @@
   "properties": {
     "networkId": {
       "type": "string",
-      "example": "a87cc70a-3e15-4acf-8205-9b711a3531b7",
+      "example": "sona-network",
       "description": "The ID of the attached network."
     },
     "type": {
       "type": "string",
-      "example": "MINION",
-      "description": "Type of kubernetes node."
+      "example": "VXLAN",
+      "description": "Type of kubernetes network."
     },
     "name": {
       "type": "string",
-      "example": "my_network",
+      "example": "sona-network",
       "description": "The name of network."
     },
     "segmentId": {
@@ -38,7 +38,7 @@
     },
     "cidr": {
       "type": "string",
-      "example": "32",
+      "example": "10.10.10.0/24",
       "description": "The CIDR of this network."
     },
     "mtu": {