-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
meshery/meshkit
#780Labels
area/devopsarea/modelsModels, Components, Relationships related changesModels, Components, Relationships related changescomponent/mesheryctlCLI for MesheryCLI for MesherygoPull requests that update Go codePull requests that update Go codelanguage/goIssues or pull requests that use GolangIssues or pull requests that use Golang
Description
Current Situation
65 Kubernetes resource Lists are included in the Kubernetes model. Example:
- PodList
- DeploymentList
Proposed Change
Remove these components are they are not conducive to Meshery designs.

Implementation
In Meshery CLI:
- Honor at the component status field at moment of registration, and importantly during retrieval of components from models.
- Enhance
mesheryctl registry generate
to not hardcodestatus: enabled
, but to reference thestatus
field in the Meshery Integrations sheet (in the downloaded CSV).
In Meshery Server:
- Deployments using the pattern engine should also honor the component status field.
General Contributor Guides and Handbook
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack
Understanding Meshery Models
- 📚 Models
- 👨💻Models Repository
Contributing to Meshery Models
Metadata
Metadata
Assignees
Labels
area/devopsarea/modelsModels, Components, Relationships related changesModels, Components, Relationships related changescomponent/mesheryctlCLI for MesheryCLI for MesherygoPull requests that update Go codePull requests that update Go codelanguage/goIssues or pull requests that use GolangIssues or pull requests that use Golang