console
console copied to clipboard
OpenShift Cluster Console UI
Fixes: https://issues.redhat.com/browse/OCPBUGS-23749 Screenshot:
I have a CRD that currently only have a details page, from where I can open an actions menu with edit and delete actions. Example:  I have created a...
When trying to use functions in [@openshift-console/dynamic-plugin-sdk/lib/utils/k8s](https://github.com/openshift/console/tree/ad4a32bbe30b83c7832112bc202922176cd9eaa1/frontend/packages/console-dynamic-plugin-sdk/src/utils/k8s), the build is failing because it [tries to resolve @console/internal](https://github.com/openshift/console/blob/ad4a32bbe30b83c7832112bc202922176cd9eaa1/frontend/packages/console-dynamic-plugin-sdk/src/utils/k8s/k8s-utils.ts#L17). Webpack does not find this module, and hence fails. A minimal setup reproducing...
This PR adds complete types with documentation for all Kubernetes/OpenShift/KubeVirt objects (please see old #1773 for more details). The types are generated from OpenAPI specification taken from - [openshift](https://github.com/openshift/origin )(https://github.com/openshift/origin/tree/master/api/swagger-spec)...
This is an automated cherry-pick of #13568 /assign gouyang
This is an automated cherry-pick of #13292 /assign gouyang
This is an automated cherry-pick of #13838 /assign rhamilto /cherrypick release-4.14 release-4.13
Fix: [ODC-7574](https://issues.redhat.com/browse/ODC-7547) **Description:** Add e2e tests for QuickStarts for Masthead in CI
This is a nit that has bothered me for a while. Hopefully it improves the developer experience in our repo.