Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(resourceGroupMgr *resourcegroup.ResourceGroupManager) http.HandlerFunc
List returns an HTTP handler function that lists all ResourceGroup by specified rule. It utilizes a ResourceGroupManager to execute the logic.
@Summary List lists all ResourceGroups by rule name. @Description This endpoint lists all ResourceGroups. @Tags resourcegroup @Produce json @Param resourceGroupRuleName path string true "The name of the resource group rule" @Success 200 {array} unstructured.Unstructured "List of resourceGroup objects" @Failure 400 {string} string "Bad Request" @Failure 401 {string} string "Unauthorized" @Failure 404 {string} string "Not Found" @Failure 405 {string} string "Method Not Allowed" @Failure 429 {string} string "Too Many Requests" @Failure 500 {string} string "Internal Server Error" @Router /rest-api/v1/resource-groups/{resourceGroupRuleName} [get]
Types ¶
This section is empty.