Open alexmt opened 2 years ago
Argo CD has access to JSON schema of every k8s resources. The YAML editor should leverage schema to provide validation and auto-completion
The auto-completion and validation should really improve user experience and simplify modifying k8s resources.
API should load schema on the fly and configure Monaco editor
/assign
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