diff --git a/api/types/constants.go b/api/types/constants.go index 4e38cb1acf0a0..33f8eb23d50b9 100644 --- a/api/types/constants.go +++ b/api/types/constants.go @@ -627,6 +627,7 @@ var RequestableResourceKinds = []string{ KindApp, KindWindowsDesktop, KindKubePod, + KindUserGroup, } // KubernetesResourcesKinds lists the supported Kubernetes resource kinds.