Method: namespaces.configurations.list

List configurations.

HTTP request

GET https://run.googleapis.com/apis/serving.knative.dev/v1/{parent}/configurations

Path parameters

Parameters
parent

string

The namespace from which the configurations should be listed. For Cloud Run, replace {namespace_id} with the project ID or number. It takes the form namespaces/{namespace}.

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

  • run.configurations.list

Query parameters

Parameters
limit

integer

Optional. The maximum number of the records that should be returned.

includeUninitialized

boolean

Not supported by Cloud Run.

fieldSelector

string

Not supported by Cloud Run.

labelSelector

string

Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.

resourceVersion

string

Not supported by Cloud Run.

watch

boolean

Not supported by Cloud Run.

continue

string

Optional. Encoded string to continue paging.

Request body

The request body must be empty.

Response body

ListConfigurationsResponse is a list of Configuration resources.

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

JSON representation
{
  "apiVersion": string,
  "kind": string,
  "metadata": {
    object (ListMeta)
  },
  "items": [
    {
      object (Configuration)
    }
  ],
  "unreachable": [
    string
  ]
}
Fields
apiVersion

string

The API version for this call such as "serving.knative.dev/v1".

kind

string

The kind of this resource, in this case "ConfigurationList".

metadata

object (ListMeta)

Metadata associated with this Configuration list.

items[]

object (Configuration)

List of Configurations.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.