Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: KubeObject: Set apiVersion in constructor
Previously, the apiVersion was not being provided in the jsonData object in the resource table, and apiVersion is necessary for authenticating and displaying valid row actions. This change ensures that resource, group, and version are always provided to ensure that valid row actions for the given KubeObject are visible. Fixes: #2633 Signed-off-by: Evangelos Skopelitis <[email protected]>
- Loading branch information