kevin-kho
kevin-kho
**Description** When rendering a CustomResource, if the spec has fields with kebab-case (example: `spec.redisConfiguration.notify-keyspace-events`). It will fail to render the values on Details page. The field renders fine for the...
**Description** Changes proposed in this pull request: - ... - ... - ... **Related issue(s)** **Definition of done** - [ ] The PR's title starts with one of the following...
**Description** Text widgets do not have a `disableOnEdit` property on its schema. **Reasons** Cloud-Manager extension will be working with CustomResourceDefinitions (CRDs) that have immutable fields after creation. The immutable fields...
**Description** FormGroup widget doesn't group fields outside of an object in the CRD. For example, if I have the fields `spec.transitEncryptionEnabled` and `spec.authEnabled`, they don't group into a FormGroup. However,...