-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UI changes for kube exec functionality. (#41466)
* Add UI changes for kube exec functionality. * Remove unneeded commented code. * Revert imports changes for ResourceActionButton.tsx * Add type annotation to DocumentKubeExecWrapper props * split flow of kube exec * Introduce status 'waiting-for-exec-data'. * Move KubeExecDataWaitTimeout closer to where it's used. * Wrap error. * Change session login. * Reduce error's scope. Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com> * Use any instead of interface{} Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com> * reduce the scope of the error Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com> * Fix UI tests. * Validate pod exec request on the backend. * Add more clear separation between kube CLI access instructions and WebUI exec. * Update ui snapshots. * Fix after merge from master. --------- Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com>
- Loading branch information
1 parent
c2d9a05
commit 55de5cf
Showing
28 changed files
with
1,475 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.