Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
[Patterns] Pattern components generated from latest OSM manifests
Browse files Browse the repository at this point in the history
Signed-off-by: l5io <[email protected]>
  • Loading branch information
Revolyssup authored and l5io committed Mar 23, 2023
1 parent 3673afa commit eb69d92
Showing 1 changed file with 1 addition and 1 deletion.
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}"}

0 comments on commit eb69d92

Please sign in to comment.