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.
Showing
1,634 changed files
with
1,829 additions
and
1,845 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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":"SubNamespace","apiVersion":"accurate.cybozu.com/v1","displayName":"Sub Namespace","format":"JSON","metadata":{"genealogy":"","isAnnotation":false,"isNamespaced":true,"logoURL":"None","model":"accurate","modelDisplayName":"Accurate","primaryColor":"#14191f","published":false,"secondaryColor":"#14191f","shape":"circle","styleOverrides":"","subCategory":"Security \u0026 Compliance","svgColor":"","svgComplete":"","svgWhite":""},"model":{"name":"accurate","version":"0.5.0","displayName":"Accurate","category":{"name":"Provisioning","metadata":null},"metadata":{"source_uri":"https://github.com/cybozu-go/accurate/releases/download/accurate-chart-0.7.2/accurate-0.7.2.tgz"}},"schema":"{\n \"description\": \"SubNamespace is the Schema for the subnamespaces API\",\n \"properties\": {\n \"spec\": {\n \"description\": \"Spec is the spec of SubNamespace.\",\n \"properties\": {\n \"annotations\": {\n \"additionalProperties\": {\n \"type\": \"string\"\n },\n \"description\": \"Annotations are the annotations to be propagated to the sub-namespace.\",\n \"type\": \"object\"\n },\n \"labels\": {\n \"additionalProperties\": {\n \"type\": \"string\"\n },\n \"description\": \"Labels are the labels to be propagated to the sub-namespace\",\n \"type\": \"object\"\n }\n },\n \"type\": \"object\"\n }\n },\n \"title\": \"Sub Namespace\",\n \"type\": \"object\"\n}"} | ||
{"kind":"SubNamespace","apiVersion":"accurate.cybozu.com/v1","displayName":"Sub Namespace","format":"JSON","hostname":"","hostID":"00000000-0000-0000-0000-000000000000","displayhostname":"","metadata":{"isNamespaced":true},"model":{"name":"accurate","version":"0.5.0","displayName":"accurate","hostname":"","hostID":"00000000-0000-0000-0000-000000000000","displayhostname":"","category":{"name":"","metadata":null},"metadata":{"source_uri":"https://github.com/cybozu-go/accurate/releases/download/accurate-chart-0.7.2/accurate-0.7.2.tgz"}},"schema":"{\n \"description\": \"SubNamespace is the Schema for the subnamespaces API\",\n \"properties\": {\n \"spec\": {\n \"description\": \"Spec is the spec of SubNamespace.\",\n \"properties\": {\n \"annotations\": {\n \"additionalProperties\": {\n \"type\": \"string\"\n },\n \"description\": \"Annotations are the annotations to be propagated to the sub-namespace.\",\n \"type\": \"object\"\n },\n \"labels\": {\n \"additionalProperties\": {\n \"type\": \"string\"\n },\n \"description\": \"Labels are the labels to be propagated to the sub-namespace\",\n \"type\": \"object\"\n }\n },\n \"type\": \"object\"\n }\n },\n \"title\": \"Sub Namespace\",\n \"type\": \"object\"\n}"} |
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":"ClusterAuthInfoTemplate","apiVersion":"cluster.bytebuilders.dev/v1alpha1","displayName":"Cluster Auth Info Template","format":"JSON","metadata":{"genealogy":"","isAnnotation":false,"isNamespaced":false,"logoURL":"","model":"ace","modelDisplayName":"Appscode Container Engine","primaryColor":"#00B39F","published":false,"secondaryColor":"#00D3A9","shape":"circle","styleOverrides":"","subCategory":"Runtime","svgColor":"","svgComplete":"","svgWhite":""},"model":{"name":"ace","version":"2022.6.14","displayName":"Appscode Container Engine","category":{"name":"Platform","metadata":null},"metadata":{"source_uri":"https://charts.appscode.com/stable/ace/ace-v2023.11.14.tgz"}},"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}"} | ||
{"kind":"ClusterAuthInfoTemplate","apiVersion":"cluster.bytebuilders.dev/v1alpha1","displayName":"Cluster Auth Info Template","format":"JSON","hostname":"","hostID":"00000000-0000-0000-0000-000000000000","displayhostname":"","metadata":{"isNamespaced":false},"model":{"name":"ace","version":"2022.6.14","displayName":"ace","hostname":"","hostID":"00000000-0000-0000-0000-000000000000","displayhostname":"","category":{"name":"","metadata":null},"metadata":{"source_uri":"https://charts.appscode.com/stable/ace/ace-v2023.11.14.tgz"}},"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}"} |
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":"ClusterInfo","apiVersion":"cluster.bytebuilders.dev/v1alpha1","displayName":"Cluster Info","format":"JSON","metadata":{"genealogy":"","isAnnotation":false,"isNamespaced":false,"logoURL":"","model":"ace","modelDisplayName":"Appscode Container Engine","primaryColor":"#00B39F","published":false,"secondaryColor":"#00D3A9","shape":"circle","styleOverrides":"","subCategory":"Runtime","svgColor":"","svgComplete":"","svgWhite":""},"model":{"name":"ace","version":"2022.6.14","displayName":"Appscode Container Engine","category":{"name":"Platform","metadata":null},"metadata":{"source_uri":"https://charts.appscode.com/stable/ace/ace-v2023.11.14.tgz"}},"schema":"{\n \"properties\": {\n \"spec\": {\n \"properties\": {\n \"age\": {\n \"type\": \"string\"\n },\n \"createdAt\": {\n \"format\": \"int64\",\n \"type\": \"integer\"\n },\n \"displayName\": {\n \"type\": \"string\"\n },\n \"endpoint\": {\n \"type\": \"string\"\n },\n \"externalID\": {\n \"type\": \"string\"\n },\n \"kubernetesVersion\": {\n \"type\": \"string\"\n },\n \"location\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"nodeCount\": {\n \"format\": \"int32\",\n \"type\": \"integer\"\n },\n \"ownerID\": {\n \"format\": \"int64\",\n \"type\": \"integer\"\n },\n \"ownerName\": {\n \"type\": \"string\"\n },\n \"project\": {\n \"type\": \"string\"\n },\n \"provider\": {\n \"enum\": [\n \"AKS\",\n \"DigitalOcean\",\n \"EKS\",\n \"GKE\",\n \"Linode\",\n \"Packet\",\n \"Scaleway\",\n \"Vultr\",\n \"Rancher\",\n \"Generic\"\n ],\n \"type\": \"string\"\n },\n \"uid\": {\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"displayName\",\n \"name\",\n \"ownerID\",\n \"uid\"\n ],\n \"type\": \"object\"\n }\n },\n \"title\": \"Cluster Info\",\n \"type\": \"object\"\n}"} | ||
{"kind":"ClusterInfo","apiVersion":"cluster.bytebuilders.dev/v1alpha1","displayName":"Cluster Info","format":"JSON","hostname":"","hostID":"00000000-0000-0000-0000-000000000000","displayhostname":"","metadata":{"isNamespaced":false},"model":{"name":"ace","version":"2022.6.14","displayName":"ace","hostname":"","hostID":"00000000-0000-0000-0000-000000000000","displayhostname":"","category":{"name":"","metadata":null},"metadata":{"source_uri":"https://charts.appscode.com/stable/ace/ace-v2023.11.14.tgz"}},"schema":"{\n \"properties\": {\n \"spec\": {\n \"properties\": {\n \"age\": {\n \"type\": \"string\"\n },\n \"createdAt\": {\n \"format\": \"int64\",\n \"type\": \"integer\"\n },\n \"displayName\": {\n \"type\": \"string\"\n },\n \"endpoint\": {\n \"type\": \"string\"\n },\n \"externalID\": {\n \"type\": \"string\"\n },\n \"kubernetesVersion\": {\n \"type\": \"string\"\n },\n \"location\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"nodeCount\": {\n \"format\": \"int32\",\n \"type\": \"integer\"\n },\n \"ownerID\": {\n \"format\": \"int64\",\n \"type\": \"integer\"\n },\n \"ownerName\": {\n \"type\": \"string\"\n },\n \"project\": {\n \"type\": \"string\"\n },\n \"provider\": {\n \"enum\": [\n \"AKS\",\n \"DigitalOcean\",\n \"EKS\",\n \"GKE\",\n \"Linode\",\n \"Packet\",\n \"Scaleway\",\n \"Vultr\",\n \"Rancher\",\n \"Generic\"\n ],\n \"type\": \"string\"\n },\n \"uid\": {\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"displayName\",\n \"name\",\n \"ownerID\",\n \"uid\"\n ],\n \"type\": \"object\"\n }\n },\n \"title\": \"Cluster Info\",\n \"type\": \"object\"\n}"} |
Oops, something went wrong.