feat: add meshery/meshery to Kubernetes section#3
feat: add meshery/meshery to Kubernetes section#3Shravan2807 wants to merge 1 commit intoAOEpeople:mainfrom
Conversation
Added Meshery to the Kubernetes section. Meshery is an open-source, cloud native manager for designing and managing all Kubernetes-based infrastructure and applications for multi-cloud environments. Resolves meshery/meshery#13426
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is kicking off a free cloud agent to fix this issue. This run is complimentary, but you can enable autofix for all future PRs in the Cursor dashboard.
| description: List of kubectl plugins. You can optionally use krew to keep them up to date. | ||
| - uri: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/ | ||
| github: kubernetes-sigs/kustomize | ||
| - github: meshery/meshery |
There was a problem hiding this comment.
Wrong indentation makes YAML invalid and entry nested
High Severity
The new meshery/meshery entry is indented with 6 spaces (the level used for properties of a list item), but it needs 4 spaces to be a top-level item under items: like all its siblings. At 6 spaces, the sequence indicator (-) appears at the same level as the mapping keys (uri:, github:) of the kustomize entry above, producing invalid YAML. This will cause a parse error when the file is processed by yarn build-json.
There was a problem hiding this comment.
Bugbot Autofix determined this is a false positive.
awesome-list.yml contains no meshery/meshery entry and parses successfully with js-yaml, so the reported indentation error is not present in this branch.
This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.


Added Meshery to the Kubernetes section.
Meshery is an open-source, cloud native manager for designing and managing all Kubernetes-based
infrastructure and applications for multi-cloud
environments.
Resolves meshery/meshery#13426
Note
Medium Risk
Low functional scope (adds one list entry), but the current YAML indentation nests
meshery/mesheryunder thekustomizeitem, which may break parsing/build-json or change the generated JSON structure.Overview
Adds
meshery/mesheryto theKubernetescategory inawesome-list.yml.Note: the new entry is currently indented as a child of the
kubernetes-sigs/kustomizeitem rather than a peeritemsentry, which may alter the YAML structure or fail list-to-JSON generation.Written by Cursor Bugbot for commit 2a3f334. This will update automatically on new commits. Configure here.