-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kiali): workloads details page overview tab (#1198)
* Add details components * Update detalis * Update to Material UI components * Workloads description * Update Overview * Istio Config List * Update icons * Remove tabs * Update missing label * Update regex * dev * lint * lint * Sonar * sonar * sonar * Update Istioconfig * sonar * fix istio config and styles, add istio config to fixtures * Remove links to Istio Objects for now * Update links * sonar * Remove link for config * sonar * Added breadcrumb * fix after rebase * link * lint * sonnar * fix breadcrumb * Update prop * Breadcrumbs view in dev
- Loading branch information
Showing
85 changed files
with
8,570 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 86 additions & 0 deletions
86
plugins/kiali/dev/__fixtures__/namespaces/bookinfo/istio_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"namespace": { | ||
"name": "bookinfo", | ||
"cluster": "", | ||
"isAmbient": false, | ||
"labels": null, | ||
"annotations": null | ||
}, | ||
"destinationRules": [], | ||
"envoyFilters": [ | ||
{ | ||
"kind": "EnvoyFilter", | ||
"apiVersion": "networking.istio.io/v1alpha3", | ||
"metadata": { | ||
"name": "reviews-lua", | ||
"namespace": "bookinfo", | ||
"uid": "6188f1b2-d252-441b-912f-abd011ff8556", | ||
"resourceVersion": "90356", | ||
"generation": 1, | ||
"creationTimestamp": "2024-02-19T09:39:06Z", | ||
"annotations": { | ||
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"networking.istio.io/v1alpha3\",\"kind\":\"EnvoyFilter\",\"metadata\":{\"annotations\":{},\"name\":\"reviews-lua\",\"namespace\":\"bookinfo\"},\"spec\":{\"workloadSelector\":{\"labels\":{\"app\":\"reviews\"}}}}\n" | ||
}, | ||
"managedFields": [ | ||
{ | ||
"manager": "kubectl-client-side-apply", | ||
"operation": "Update", | ||
"apiVersion": "networking.istio.io/v1alpha3", | ||
"time": "2024-02-19T09:39:06Z", | ||
"fieldsType": "FieldsV1", | ||
"fieldsV1": { | ||
"f:metadata": { | ||
"f:annotations": { | ||
".": {}, | ||
"f:kubectl.kubernetes.io/last-applied-configuration": {} | ||
} | ||
}, | ||
"f:spec": { | ||
".": {}, | ||
"f:workloadSelector": { | ||
".": {}, | ||
"f:labels": { | ||
".": {}, | ||
"f:app": {} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"spec": { | ||
"workloadSelector": { | ||
"labels": { | ||
"app": "reviews" | ||
} | ||
} | ||
}, | ||
"status": {} | ||
} | ||
], | ||
"gateways": [], | ||
"serviceEntries": [], | ||
"sidecars": [], | ||
"virtualServices": [], | ||
"workloadEntries": [], | ||
"workloadGroups": [], | ||
"wasmPlugins": [], | ||
"telemetries": [], | ||
"k8sGateways": [], | ||
"k8sHTTPRoutes": [], | ||
"authorizationPolicies": [], | ||
"peerAuthentications": [], | ||
"requestAuthentications": [], | ||
"validations": { | ||
"gateway": { | ||
"bookinfo-gateway.bookinfo": { | ||
"name": "bookinfo-gateway", | ||
"objectType": "gateway", | ||
"valid": true, | ||
"checks": [], | ||
"references": null | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.