Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1RoleBase
Packages that use V1RoleBase
-
Uses of V1RoleBase in cn.sliew.carp.module.application.vela.api.v1
Methods in cn.sliew.carp.module.application.vela.api.v1 that return types with arguments of type V1RoleBaseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1RoleBase>RbacApi.createPlatformRole(V1CreateRoleRequest body) org.springframework.http.ResponseEntity<V1RoleBase>ProjectApi.createProjectRole(String projectName, V1CreateRoleRequest body) org.springframework.http.ResponseEntity<V1RoleBase>RbacApi.updatePlatformRole(String roleName, V1UpdateRoleRequest body) org.springframework.http.ResponseEntity<V1RoleBase>ProjectApi.updateProjectRole(String projectName, String roleName, V1UpdateRoleRequest body)