Skip to content

feat: add meshery/meshery to Kubernetes section#3

Open
Shravan2807 wants to merge 1 commit intoAOEpeople:mainfrom
Shravan2807:main
Open

feat: add meshery/meshery to Kubernetes section#3
Shravan2807 wants to merge 1 commit intoAOEpeople:mainfrom
Shravan2807:main

Conversation

@Shravan2807
Copy link

@Shravan2807 Shravan2807 commented Mar 12, 2026

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/meshery under the kustomize item, which may break parsing/build-json or change the generated JSON structure.

Overview
Adds meshery/meshery to the Kubernetes category in awesome-list.yml.

Note: the new entry is currently indented as a child of the kubernetes-sigs/kustomize item rather than a peer items entry, 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.

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
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Include Meshery, Playground, and Extensions in Awesome Lists

1 participant