argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.66k stars 5.38k forks source link

Validation/auto-completion in resource YAML editor #10309

Open alexmt opened 2 years ago

alexmt commented 2 years ago

Summary

Argo CD has access to JSON schema of every k8s resources. The YAML editor should leverage schema to provide validation and auto-completion

Motivation

The auto-completion and validation should really improve user experience and simplify modifying k8s resources.

Proposal

API should load schema on the fly and configure Monaco editor

ashutosh16 commented 2 years ago

/assign