forked from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: l5io <[email protected]>
- Loading branch information
Showing
1,463 changed files
with
4,016 additions
and
4,707 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
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
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
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
66 changes: 66 additions & 0 deletions
66
server/meshmodel/ace/2024.6.3/v1.0.0/components/ClusterAuthInfoTemplate.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,66 @@ | ||
{ | ||
"id": "00000000-0000-0000-0000-000000000000", | ||
"schemaVersion": "core.meshery.io/v1beta1", | ||
"version": "v1.0.0", | ||
"displayName": "Cluster Auth Info Template", | ||
"description": "", | ||
"format": "JSON", | ||
"model": { | ||
"id": "00000000-0000-0000-0000-000000000000", | ||
"schemaVersion": "core.meshery.io/v1beta1", | ||
"version": "v1.0.0", | ||
"name": "ace", | ||
"displayName": "Appscode Container Engine", | ||
"description": "", | ||
"status": "ignored", | ||
"hostID": "00000000-0000-0000-0000-000000000000", | ||
"registrant": { | ||
"hostname": "artifacthub" | ||
}, | ||
"category": { | ||
"name": "Platform", | ||
"metadata": null | ||
}, | ||
"subCategory": "Runtime", | ||
"metadata": { | ||
"capabilities": "", | ||
"defaultData": "", | ||
"isAnnotation": false, | ||
"primaryColor": "#00B39F", | ||
"secondaryColor": "#00D3A9", | ||
"shape": "circle", | ||
"shapePolygonPoints": "", | ||
"styleOverrides": "", | ||
"styles": "", | ||
"svgColor": "", | ||
"svgComplete": "", | ||
"svgWhite": "" | ||
}, | ||
"model": { | ||
"version": "2024.6.3" | ||
}, | ||
"components": null, | ||
"relationships": null | ||
}, | ||
"metadata": { | ||
"capabilities": "", | ||
"defaultData": "", | ||
"isAnnotation": false, | ||
"isNamespaced": false, | ||
"primaryColor": "#00B39F", | ||
"secondaryColor": "#00D3A9", | ||
"shape": "circle", | ||
"shapePolygonPoints": "", | ||
"status": "ignored", | ||
"styleOverrides": "", | ||
"styles": "", | ||
"svgColor": "", | ||
"svgComplete": "", | ||
"svgWhite": "" | ||
}, | ||
"component": { | ||
"kind": "ClusterAuthInfoTemplate", | ||
"version": "cluster.appscode.com/v1alpha1", | ||
"schema": "{\n \"properties\": {\n \"spec\": {\n \"properties\": {\n \"authProvider\": {\n \"description\": \"AuthProvider specifies a custom authentication plugin for the kubernetes cluster.\",\n \"properties\": {\n \"config\": {\n \"additionalProperties\": {\n \"type\": \"string\"\n },\n \"type\": \"object\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"name\"\n ],\n \"type\": \"object\"\n },\n \"certificateAuthorityData\": {\n \"description\": \"CertificateAuthorityData contains PEM-encoded certificate authority certificates.\",\n \"format\": \"byte\",\n \"type\": \"string\"\n },\n \"clientCertificateData\": {\n \"description\": \"ClientCertificateData contains PEM-encoded data from a client cert file for TLS.\",\n \"format\": \"byte\",\n \"type\": \"string\"\n },\n \"clientKeyData\": {\n \"description\": \"ClientKeyData contains PEM-encoded data from a client key file for TLS.\",\n \"format\": \"byte\",\n \"type\": \"string\"\n },\n \"impersonate\": {\n \"description\": \"Impersonate is the username to act-as.\",\n \"type\": \"string\"\n },\n \"impersonateGroups\": {\n \"description\": \"ImpersonateGroups is the groups to impersonate.\",\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"impersonateUserExtra\": {\n \"additionalProperties\": {\n \"description\": \"ExtraValue masks the value so protobuf can generate\",\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"description\": \"ImpersonateUserExtra contains additional information for impersonated user.\",\n \"type\": \"object\"\n },\n \"ownerID\": {\n \"format\": \"int64\",\n \"type\": \"integer\"\n },\n \"password\": {\n \"description\": \"Password is the password for basic authentication to the kubernetes cluster.\",\n \"type\": \"string\"\n },\n \"token\": {\n \"description\": \"Token is the bearer token for authentication to the kubernetes cluster.\",\n \"type\": \"string\"\n },\n \"uid\": {\n \"type\": \"string\"\n },\n \"username\": {\n \"description\": \"Username is the username for basic authentication to the kubernetes cluster.\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"ownerID\",\n \"uid\"\n ],\n \"type\": \"object\"\n }\n },\n \"title\": \"Cluster Auth Info Template\",\n \"type\": \"object\"\n}" | ||
} | ||
} |
Oops, something went wrong.