Method: projects.locations.memberships.listAdmin

Lists Memberships of admin clusters in a given project and location.

This method is only used internally.

HTTP request

GET https://gkehub.googleapis.com/v1alpha/{parent=projects/*/locations/*}/memberships:listAdmin

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent (project and location) where the Memberships of admin cluster will be listed. Specified in the format projects/*/locations/*.

Authorization requires the following IAM permission on the specified resource parent:

  • gkehub.memberships.list

Query parameters

Parameters
pageSize

integer

Optional. When requesting a 'page' of resources, pageSize specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

pageToken

string

Optional. Token returned by previous call to memberships.listAdmin which specifies the position in the list from where to continue listing the resources.

filter

string

Optional. Lists Memberships of admin clusters that match the filter expression.

orderBy

string

Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

Request body

The request body must be empty.

Response body

Response message for the GkeHub.ListAdminClusterMemberships method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "adminClusterMemberships": [
    {
      object (Membership)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
adminClusterMemberships[]

object (Membership)

The list of matching Memberships of admin clusters.

nextPageToken

string

A token to request the next page of resources from the memberships.listAdmin method. The value of an empty string means that there are no more resources to return.

unreachable[]

string

List of locations that could not be reached while fetching this list.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.