console
console copied to clipboard
OpenShift Cluster Console UI
Exposes a `getSwaggerPropertyDescription` function, so it can be consumed by dynamic plugins from `console-dynamic-plugin-sdk`. This function is used to get a popover body content for a given property of a...
## Summary Add `/check-best-practices` slash command for analyzing code adherence to OpenShift Console style guide and best practices. ## Changes - Add `.claude/commands/check-best-practices.md` - references STYLEGUIDE.md and .ai/context.md as authoritative...
## Summary `/console-assist convert ` is an interactive Claude Code command that automates `.jsx` to TypeScript `.tsx` conversions with intelligent error fixing. Think of it as having a teammate who...
https://github.com/openshift/console/blob/release-4.20/pkg/auth/metrics.go#L85-L90 ```go configWithBearerToken := &rest.Config{ Host: k8sConfig.Host, Transport: m.anonymousInternalProxiedK8SRT, BearerToken: ls.AccessToken(), Timeout: 30 * time.Second, } ``` It seems that the configuration for TLS ignoring certificates is missing in the...
related: https://issues.redhat.com/browse/HELM-585 fixes: https://issues.redhat.com/browse/RFE-7965
`Image pull secrets.Image pull secrets Creates, edits, and deletes an image registry credentials pull secret` is failing frequently due to the fact that secret data was already hidden upon checking...
Merge downstream case OCP-47010&OCP-54014 into upstream - Added TLS and JKS secret files - Added new test file `from -yaml.cy.ts` for case OCP-47010 - Integrated OCP-54014 test steps into `key-value.cy.ts`...
The plural routes have been deprecated for a while, so let's instead redirect users to the referenceForModel routes
Work in progress