This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
generated from meshery/meshery-adapter-template
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Patterns] Pattern components generated from latest OSM manifests
Signed-off-by: l5io <[email protected]>
- Loading branch information
1 parent
3673afa
commit eb69d92
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
templates/meshmodel/components/v1.2.3/extensionservice.OSM.meshery.layer5.io_meshmodel.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 |
---|---|---|
@@ -1 +1 @@ | ||
{"kind":"ExtensionService","apiVersion":"config.openservicemesh.io/v1alpha2","display-name":"Extension Service","format":"JSON","metadata":{},"model":{"name":"OPEN_SERVICE_MESH","version":"v1.2.3","model-display-name":"OPEN_SERVICE_MESH","category":{"name": "Orchestration \u0026 Management","metadata":null},"sub-category":"Service Mesh"},"schema":"{\n \"properties\": {\n \"connectTimeout\": {\n \"description\": \"Timeout for connecting to the service.\",\n \"type\": \"string\"\n },\n \"host\": {\n \"description\": \"Hostname of the service.\",\n \"minLength\": 1,\n \"type\": \"string\"\n },\n \"port\": {\n \"description\": \"Port of the service.\",\n \"maximum\": 65535,\n \"minimum\": 1,\n \"type\": \"integer\"\n },\n \"protocol\": {\n \"description\": \"Protocol of the service.\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"host\",\n \"port\"\n ],\n \"title\": \"Extension Service\",\n \"type\": \"object\"\n}"} | ||
{"kind":"ExtensionService","apiVersion":"config.openservicemesh.io/v1alpha2","displayName":"Extension Service","format":"JSON","metadata":{},"model":{"name":"open_service_mesh","version":"v1.2.3","displayName":"OPEN_SERVICE_MESH","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":null},"schema":"{\n \"properties\": {\n \"connectTimeout\": {\n \"description\": \"Timeout for connecting to the service.\",\n \"type\": \"string\"\n },\n \"host\": {\n \"description\": \"Hostname of the service.\",\n \"minLength\": 1,\n \"type\": \"string\"\n },\n \"port\": {\n \"description\": \"Port of the service.\",\n \"maximum\": 65535,\n \"minimum\": 1,\n \"type\": \"integer\"\n },\n \"protocol\": {\n \"description\": \"Protocol of the service.\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"host\",\n \"port\"\n ],\n \"title\": \"Extension Service\",\n \"type\": \"object\"\n}"} |