resourcegroup

package
v0.3.29-beta.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL