blob: 7d1757b2a415f5b24a21cc450777f003737467bd [file] [log] [blame]
{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
}
}
}
},
"basePath": "",
"baseUrl": "https://run.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Cloud Run",
"description": "Deploy and manage user provided container images that scale automatically based on HTTP traffic.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/run/",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"id": "run:v1alpha1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://run.mtls.googleapis.com/",
"name": "run",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"$.xgafv": {
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"location": "query",
"type": "string"
},
"alt": {
"default": "json",
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
"location": "query",
"type": "boolean"
},
"quotaUser": {
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"location": "query",
"type": "string"
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location": "query",
"type": "string"
}
},
"protocol": "rest",
"resources": {
"namespaces": {
"resources": {
"authorizeddomains": {
"methods": {
"list": {
"description": "RPC to list authorized domains.",
"flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/authorizeddomains",
"httpMethod": "GET",
"id": "run.namespaces.authorizeddomains.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "Maximum results to return per page.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Continuation token for fetching the next page of results.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Name of the parent Application resource. Example: `apps/myapp`.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/domains.cloudrun.com/v1alpha1/{+parent}/authorizeddomains",
"response": {
"$ref": "ListAuthorizedDomainsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudauditlogssources": {
"methods": {
"create": {
"description": "Creates a new cloudauditlogssource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources",
"httpMethod": "POST",
"id": "run.namespaces.cloudauditlogssources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this cloudauditlogssource should\nbe created.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudauditlogssources",
"request": {
"$ref": "CloudAuditLogsSource"
},
"response": {
"$ref": "CloudAuditLogsSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudauditlogssource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources/{cloudauditlogssourcesId}",
"httpMethod": "DELETE",
"id": "run.namespaces.cloudauditlogssources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the cloudauditlogssource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudauditlogssources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudauditlogssource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources/{cloudauditlogssourcesId}",
"httpMethod": "GET",
"id": "run.namespaces.cloudauditlogssources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the cloudauditlogssource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudauditlogssources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "CloudAuditLogsSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudauditlogssources.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources",
"httpMethod": "GET",
"id": "run.namespaces.cloudauditlogssources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the cloudauditlogssources\nshould be listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudauditlogssources",
"response": {
"$ref": "ListCloudAuditLogsSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudpubsubsources": {
"methods": {
"create": {
"description": "Creates a new cloudpubsubsource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources",
"httpMethod": "POST",
"id": "run.namespaces.cloudpubsubsources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this cloudpubsubsource should\nbe created.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudpubsubsources",
"request": {
"$ref": "CloudPubSubSource"
},
"response": {
"$ref": "CloudPubSubSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudpubsubsource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources/{cloudpubsubsourcesId}",
"httpMethod": "DELETE",
"id": "run.namespaces.cloudpubsubsources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the cloudpubsubsource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudpubsubsources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudpubsubsource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources/{cloudpubsubsourcesId}",
"httpMethod": "GET",
"id": "run.namespaces.cloudpubsubsources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the cloudpubsubsource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudpubsubsources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "CloudPubSubSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudpubsubsources.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources",
"httpMethod": "GET",
"id": "run.namespaces.cloudpubsubsources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the cloudpubsubsources should\nbe listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudpubsubsources",
"response": {
"$ref": "ListCloudPubSubSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudschedulersources": {
"methods": {
"create": {
"description": "Creates a new cloudschedulersource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources",
"httpMethod": "POST",
"id": "run.namespaces.cloudschedulersources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The project ID or project number in which this cloudschedulersource should\nbe created.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudschedulersources",
"request": {
"$ref": "CloudSchedulerSource"
},
"response": {
"$ref": "CloudSchedulerSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudschedulersource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources/{cloudschedulersourcesId}",
"httpMethod": "DELETE",
"id": "run.namespaces.cloudschedulersources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "Required. The name of the cloudschedulersource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudschedulersources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudschedulersource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources/{cloudschedulersourcesId}",
"httpMethod": "GET",
"id": "run.namespaces.cloudschedulersources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudschedulersources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "CloudSchedulerSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudschedulersources.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources",
"httpMethod": "GET",
"id": "run.namespaces.cloudschedulersources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "Required. The project ID or project number from which the cloudschedulersources\nshould be listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudschedulersources",
"response": {
"$ref": "ListCloudSchedulerSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"replaceCloudSchedulerSource": {
"description": "Rpc to replace a cloudschedulersource.\n\nOnly the spec and metadata labels and annotations are modifiable. After\nthe Update request, Cloud Run will work to make the 'status'\nmatch the requested 'spec'.\n\nMay provide metadata.resourceVersion to enforce update from last read for\noptimistic concurrency control.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources/{cloudschedulersourcesId}",
"httpMethod": "PUT",
"id": "run.namespaces.cloudschedulersources.replaceCloudSchedulerSource",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudschedulersources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"request": {
"$ref": "CloudSchedulerSource"
},
"response": {
"$ref": "CloudSchedulerSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudstoragesources": {
"methods": {
"create": {
"description": "Creates a new cloudstoragesource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources",
"httpMethod": "POST",
"id": "run.namespaces.cloudstoragesources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The project ID or project number in which this cloudstoragesource should\nbe created.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudstoragesources",
"request": {
"$ref": "CloudStorageSource"
},
"response": {
"$ref": "CloudStorageSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudstoragesource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources/{cloudstoragesourcesId}",
"httpMethod": "DELETE",
"id": "run.namespaces.cloudstoragesources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "Required. The name of the cloudstoragesource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudstoragesources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudstoragesource.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources/{cloudstoragesourcesId}",
"httpMethod": "GET",
"id": "run.namespaces.cloudstoragesources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudstoragesources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"response": {
"$ref": "CloudStorageSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudstoragesources.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources",
"httpMethod": "GET",
"id": "run.namespaces.cloudstoragesources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "Required. The project ID or project number from which the cloudstoragesources should\nbe listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudstoragesources",
"response": {
"$ref": "ListCloudStorageSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"replaceCloudStorageSource": {
"description": "Rpc to replace a cloudstoragesource.\n\nOnly the spec and metadata labels and annotations are modifiable. After\nthe Update request, Cloud Run will work to make the 'status'\nmatch the requested 'spec'.\n\nMay provide metadata.resourceVersion to enforce update from last read for\noptimistic concurrency control.",
"flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources/{cloudstoragesourcesId}",
"httpMethod": "PUT",
"id": "run.namespaces.cloudstoragesources.replaceCloudStorageSource",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/cloudstoragesources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/events.cloud.google.com/v1alpha1/{+name}",
"request": {
"$ref": "CloudStorageSource"
},
"response": {
"$ref": "CloudStorageSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"configurations": {
"methods": {
"get": {
"description": "Rpc to get information about a configuration.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/configurations/{configurationsId}",
"httpMethod": "GET",
"id": "run.namespaces.configurations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the configuration being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/configurations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Configuration"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list configurations.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/configurations",
"httpMethod": "GET",
"id": "run.namespaces.configurations.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the configurations should be\nlisted.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+parent}/configurations",
"response": {
"$ref": "ListConfigurationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"domainmappings": {
"methods": {
"create": {
"description": "Creates a new domain mapping.",
"flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings",
"httpMethod": "POST",
"id": "run.namespaces.domainmappings.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this domain mapping should be\ncreated.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/domains.cloudrun.com/v1alpha1/{+parent}/domainmappings",
"request": {
"$ref": "DomainMapping"
},
"response": {
"$ref": "DomainMapping"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a domain mapping.",
"flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings/{domainmappingsId}",
"httpMethod": "DELETE",
"id": "run.namespaces.domainmappings.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the domain mapping being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/domainmappings/[^/]+$",
"required": true,
"type": "string"
},
"orphanDependents": {
"description": "Deprecated.\nSpecifies the cascade behavior on delete.\nCloud Run only supports cascading behavior, so this must be false.\nThis attribute is deprecated, and is now replaced with PropagationPolicy\nSee https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
"location": "query",
"type": "boolean"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/domains.cloudrun.com/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a domain mapping.",
"flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings/{domainmappingsId}",
"httpMethod": "GET",
"id": "run.namespaces.domainmappings.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the domain mapping being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/domainmappings/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/domains.cloudrun.com/v1alpha1/{+name}",
"response": {
"$ref": "DomainMapping"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list domain mappings.",
"flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings",
"httpMethod": "GET",
"id": "run.namespaces.domainmappings.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the domain mappings should be\nlisted.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/domains.cloudrun.com/v1alpha1/{+parent}/domainmappings",
"response": {
"$ref": "ListDomainMappingsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"revisions": {
"methods": {
"delete": {
"description": "Rpc to delete a revision.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/revisions/{revisionsId}",
"httpMethod": "DELETE",
"id": "run.namespaces.revisions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the revision being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/revisions/[^/]+$",
"required": true,
"type": "string"
},
"orphanDependents": {
"description": "Deprecated.\nSpecifies the cascade behavior on delete.\nCloud Run only supports cascading behavior, so this must be false.\nThis attribute is deprecated, and is now replaced with PropagationPolicy\nSee https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
"location": "query",
"type": "boolean"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a revision.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/revisions/{revisionsId}",
"httpMethod": "GET",
"id": "run.namespaces.revisions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the revision being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/revisions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Revision"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list revisions.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/revisions",
"httpMethod": "GET",
"id": "run.namespaces.revisions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the revisions should be listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+parent}/revisions",
"response": {
"$ref": "ListRevisionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"routes": {
"methods": {
"get": {
"description": "Rpc to get information about a route.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/routes/{routesId}",
"httpMethod": "GET",
"id": "run.namespaces.routes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the route being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/routes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Route"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list routes.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/routes",
"httpMethod": "GET",
"id": "run.namespaces.routes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the routes should be listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+parent}/routes",
"response": {
"$ref": "ListRoutesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"services": {
"methods": {
"create": {
"description": "Rpc to create a service.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services",
"httpMethod": "POST",
"id": "run.namespaces.services.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this service should be created.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+parent}/services",
"request": {
"$ref": "Service"
},
"response": {
"$ref": "Service"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a service.\nThis will cause the Service to stop serving traffic and will delete the\nchild entities like Routes, Configurations and Revisions.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services/{servicesId}",
"httpMethod": "DELETE",
"id": "run.namespaces.services.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the service being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
},
"orphanDependents": {
"description": "Deprecated.\nSpecifies the cascade behavior on delete.\nCloud Run only supports cascading behavior, so this must be false.\nThis attribute is deprecated, and is now replaced with PropagationPolicy\nSee https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
"location": "query",
"type": "boolean"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a service.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services/{servicesId}",
"httpMethod": "GET",
"id": "run.namespaces.services.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the service being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Service"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list services.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services",
"httpMethod": "GET",
"id": "run.namespaces.services.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the services should be listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+parent}/services",
"response": {
"$ref": "ListServicesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"replaceService": {
"description": "Rpc to replace a service.\n\nOnly the spec and metadata labels and annotations are modifiable. After\nthe Update request, Cloud Run will work to make the 'status'\nmatch the requested 'spec'.\n\nMay provide metadata.resourceVersion to enforce update from last read for\noptimistic concurrency control.",
"flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services/{servicesId}",
"httpMethod": "PUT",
"id": "run.namespaces.services.replaceService",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the service being replaced. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/serving.knative.dev/v1alpha1/{+name}",
"request": {
"$ref": "Service"
},
"response": {
"$ref": "Service"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"triggers": {
"methods": {
"create": {
"description": "Creates a new trigger.",
"flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers",
"httpMethod": "POST",
"id": "run.namespaces.triggers.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this trigger should\nbe created.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/eventing.knative.dev/v1alpha1/{+parent}/triggers",
"request": {
"$ref": "Trigger"
},
"response": {
"$ref": "Trigger"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a trigger.",
"flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers/{triggersId}",
"httpMethod": "DELETE",
"id": "run.namespaces.triggers.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the trigger being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/triggers/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "apis/eventing.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a trigger.",
"flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers/{triggersId}",
"httpMethod": "GET",
"id": "run.namespaces.triggers.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the trigger being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^namespaces/[^/]+/triggers/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "apis/eventing.knative.dev/v1alpha1/{+name}",
"response": {
"$ref": "Trigger"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list triggers.",
"flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers",
"httpMethod": "GET",
"id": "run.namespaces.triggers.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional. Encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the triggers should\nbe listed.",
"location": "path",
"pattern": "^namespaces/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "apis/eventing.knative.dev/v1alpha1/{+parent}/triggers",
"response": {
"$ref": "ListTriggersResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
},
"projects": {
"resources": {
"locations": {
"methods": {
"list": {
"description": "Lists information about the supported locations for this service.",
"flatPath": "v1alpha1/projects/{projectsId}/locations",
"httpMethod": "GET",
"id": "run.projects.locations.list",
"parameterOrder": [
"name"
],
"parameters": {
"filter": {
"description": "The standard list filter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The resource that owns the locations collection, if applicable.",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
},
"pageSize": {
"description": "The standard list page size.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "The standard list page token.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}/locations",
"response": {
"$ref": "ListLocationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
},
"resources": {
"authorizeddomains": {
"methods": {
"list": {
"description": "RPC to list authorized domains.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizeddomains",
"httpMethod": "GET",
"id": "run.projects.locations.authorizeddomains.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "Maximum results to return per page.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Continuation token for fetching the next page of results.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Name of the parent Application resource. Example: `apps/myapp`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/authorizeddomains",
"response": {
"$ref": "ListAuthorizedDomainsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudauditlogssources": {
"methods": {
"create": {
"description": "Creates a new cloudauditlogssource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources",
"httpMethod": "POST",
"id": "run.projects.locations.cloudauditlogssources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this cloudauditlogssource should\nbe created.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/cloudauditlogssources",
"request": {
"$ref": "CloudAuditLogsSource"
},
"response": {
"$ref": "CloudAuditLogsSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudauditlogssource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources/{cloudauditlogssourcesId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.cloudauditlogssources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the cloudauditlogssource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudauditlogssources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudauditlogssource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources/{cloudauditlogssourcesId}",
"httpMethod": "GET",
"id": "run.projects.locations.cloudauditlogssources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the cloudauditlogssource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudauditlogssources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "CloudAuditLogsSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudauditlogssources.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources",
"httpMethod": "GET",
"id": "run.projects.locations.cloudauditlogssources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the cloudauditlogssources\nshould be listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/cloudauditlogssources",
"response": {
"$ref": "ListCloudAuditLogsSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudpubsubsources": {
"methods": {
"create": {
"description": "Creates a new cloudpubsubsource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources",
"httpMethod": "POST",
"id": "run.projects.locations.cloudpubsubsources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this cloudpubsubsource should\nbe created.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/cloudpubsubsources",
"request": {
"$ref": "CloudPubSubSource"
},
"response": {
"$ref": "CloudPubSubSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudpubsubsource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources/{cloudpubsubsourcesId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.cloudpubsubsources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the cloudpubsubsource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudpubsubsources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudpubsubsource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources/{cloudpubsubsourcesId}",
"httpMethod": "GET",
"id": "run.projects.locations.cloudpubsubsources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the cloudpubsubsource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudpubsubsources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "CloudPubSubSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudpubsubsources.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources",
"httpMethod": "GET",
"id": "run.projects.locations.cloudpubsubsources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the cloudpubsubsources should\nbe listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/cloudpubsubsources",
"response": {
"$ref": "ListCloudPubSubSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudschedulersources": {
"methods": {
"create": {
"description": "Creates a new cloudschedulersource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources",
"httpMethod": "POST",
"id": "run.projects.locations.cloudschedulersources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The project ID or project number in which this cloudschedulersource should\nbe created.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/cloudschedulersources",
"request": {
"$ref": "CloudSchedulerSource"
},
"response": {
"$ref": "CloudSchedulerSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudschedulersource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources/{cloudschedulersourcesId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.cloudschedulersources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "Required. The name of the cloudschedulersource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudschedulersources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudschedulersource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources/{cloudschedulersourcesId}",
"httpMethod": "GET",
"id": "run.projects.locations.cloudschedulersources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudschedulersources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "CloudSchedulerSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudschedulersources.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources",
"httpMethod": "GET",
"id": "run.projects.locations.cloudschedulersources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "Required. The project ID or project number from which the cloudschedulersources\nshould be listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/cloudschedulersources",
"response": {
"$ref": "ListCloudSchedulerSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"replaceCloudSchedulerSource": {
"description": "Rpc to replace a cloudschedulersource.\n\nOnly the spec and metadata labels and annotations are modifiable. After\nthe Update request, Cloud Run will work to make the 'status'\nmatch the requested 'spec'.\n\nMay provide metadata.resourceVersion to enforce update from last read for\noptimistic concurrency control.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources/{cloudschedulersourcesId}",
"httpMethod": "PUT",
"id": "run.projects.locations.cloudschedulersources.replaceCloudSchedulerSource",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudschedulersources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"request": {
"$ref": "CloudSchedulerSource"
},
"response": {
"$ref": "CloudSchedulerSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"cloudstoragesources": {
"methods": {
"create": {
"description": "Creates a new cloudstoragesource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources",
"httpMethod": "POST",
"id": "run.projects.locations.cloudstoragesources.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The project ID or project number in which this cloudstoragesource should\nbe created.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/cloudstoragesources",
"request": {
"$ref": "CloudStorageSource"
},
"response": {
"$ref": "CloudStorageSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a cloudstoragesource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources/{cloudstoragesourcesId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.cloudstoragesources.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "Required. The name of the cloudstoragesource being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudstoragesources/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a cloudstoragesource.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources/{cloudstoragesourcesId}",
"httpMethod": "GET",
"id": "run.projects.locations.cloudstoragesources.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudstoragesources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "CloudStorageSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list cloudstoragesources.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources",
"httpMethod": "GET",
"id": "run.projects.locations.cloudstoragesources.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "Required. The project ID or project number from which the cloudstoragesources should\nbe listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/cloudstoragesources",
"response": {
"$ref": "ListCloudStorageSourcesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"replaceCloudStorageSource": {
"description": "Rpc to replace a cloudstoragesource.\n\nOnly the spec and metadata labels and annotations are modifiable. After\nthe Update request, Cloud Run will work to make the 'status'\nmatch the requested 'spec'.\n\nMay provide metadata.resourceVersion to enforce update from last read for\noptimistic concurrency control.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources/{cloudstoragesourcesId}",
"httpMethod": "PUT",
"id": "run.projects.locations.cloudstoragesources.replaceCloudStorageSource",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/cloudstoragesources/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"request": {
"$ref": "CloudStorageSource"
},
"response": {
"$ref": "CloudStorageSource"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"configurations": {
"methods": {
"get": {
"description": "Rpc to get information about a configuration.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/configurations/{configurationsId}",
"httpMethod": "GET",
"id": "run.projects.locations.configurations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the configuration being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/configurations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Configuration"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list configurations.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/configurations",
"httpMethod": "GET",
"id": "run.projects.locations.configurations.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the configurations should be\nlisted.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/configurations",
"response": {
"$ref": "ListConfigurationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"domainmappings": {
"methods": {
"create": {
"description": "Creates a new domain mapping.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings",
"httpMethod": "POST",
"id": "run.projects.locations.domainmappings.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this domain mapping should be\ncreated.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/domainmappings",
"request": {
"$ref": "DomainMapping"
},
"response": {
"$ref": "DomainMapping"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a domain mapping.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings/{domainmappingsId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.domainmappings.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the domain mapping being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/domainmappings/[^/]+$",
"required": true,
"type": "string"
},
"orphanDependents": {
"description": "Deprecated.\nSpecifies the cascade behavior on delete.\nCloud Run only supports cascading behavior, so this must be false.\nThis attribute is deprecated, and is now replaced with PropagationPolicy\nSee https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
"location": "query",
"type": "boolean"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a domain mapping.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings/{domainmappingsId}",
"httpMethod": "GET",
"id": "run.projects.locations.domainmappings.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the domain mapping being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/domainmappings/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "DomainMapping"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list domain mappings.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings",
"httpMethod": "GET",
"id": "run.projects.locations.domainmappings.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the domain mappings should be\nlisted.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/domainmappings",
"response": {
"$ref": "ListDomainMappingsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"revisions": {
"methods": {
"delete": {
"description": "Rpc to delete a revision.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/revisions/{revisionsId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.revisions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the revision being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/revisions/[^/]+$",
"required": true,
"type": "string"
},
"orphanDependents": {
"description": "Deprecated.\nSpecifies the cascade behavior on delete.\nCloud Run only supports cascading behavior, so this must be false.\nThis attribute is deprecated, and is now replaced with PropagationPolicy\nSee https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
"location": "query",
"type": "boolean"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a revision.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/revisions/{revisionsId}",
"httpMethod": "GET",
"id": "run.projects.locations.revisions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the revision being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/revisions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Revision"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list revisions.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/revisions",
"httpMethod": "GET",
"id": "run.projects.locations.revisions.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the revisions should be listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/revisions",
"response": {
"$ref": "ListRevisionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"routes": {
"methods": {
"get": {
"description": "Rpc to get information about a route.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/routes/{routesId}",
"httpMethod": "GET",
"id": "run.projects.locations.routes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the route being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/routes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Route"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list routes.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/routes",
"httpMethod": "GET",
"id": "run.projects.locations.routes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the routes should be listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/routes",
"response": {
"$ref": "ListRoutesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"services": {
"methods": {
"create": {
"description": "Rpc to create a service.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services",
"httpMethod": "POST",
"id": "run.projects.locations.services.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this service should be created.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/services",
"request": {
"$ref": "Service"
},
"response": {
"$ref": "Service"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a service.\nThis will cause the Service to stop serving traffic and will delete the\nchild entities like Routes, Configurations and Revisions.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.services.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the service being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
},
"orphanDependents": {
"description": "Deprecated.\nSpecifies the cascade behavior on delete.\nCloud Run only supports cascading behavior, so this must be false.\nThis attribute is deprecated, and is now replaced with PropagationPolicy\nSee https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
"location": "query",
"type": "boolean"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a service.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}",
"httpMethod": "GET",
"id": "run.projects.locations.services.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the service being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Service"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"getIamPolicy": {
"description": "Get the IAM Access Control policy currently in effect for the given\nCloud Run service. This result does not include any inherited policies.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:getIamPolicy",
"httpMethod": "GET",
"id": "run.projects.locations.services.getIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"options.requestedPolicyVersion": {
"description": "Optional. The policy format version to be returned.\n\nValid values are 0, 1, and 3. Requests specifying an invalid value will be\nrejected.\n\nRequests for policies with any conditional bindings must specify version 3.\nPolicies without any conditional bindings may specify any valid value or\nleave the field unset.\n\nTo learn which resources support conditions in their IAM policies, see the\n[IAM\ndocumentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
"format": "int32",
"location": "query",
"type": "integer"
},
"resource": {
"description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+resource}:getIamPolicy",
"response": {
"$ref": "Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list services.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services",
"httpMethod": "GET",
"id": "run.projects.locations.services.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the services should be listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/services",
"response": {
"$ref": "ListServicesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"replaceService": {
"description": "Rpc to replace a service.\n\nOnly the spec and metadata labels and annotations are modifiable. After\nthe Update request, Cloud Run will work to make the 'status'\nmatch the requested 'spec'.\n\nMay provide metadata.resourceVersion to enforce update from last read for\noptimistic concurrency control.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}",
"httpMethod": "PUT",
"id": "run.projects.locations.services.replaceService",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the service being replaced. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"request": {
"$ref": "Service"
},
"response": {
"$ref": "Service"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"setIamPolicy": {
"description": "Sets the IAM Access control policy for the specified Service. Overwrites\nany existing policy.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:setIamPolicy",
"httpMethod": "POST",
"id": "run.projects.locations.services.setIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being specified.\nSee the operation documentation for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+resource}:setIamPolicy",
"request": {
"$ref": "SetIamPolicyRequest"
},
"response": {
"$ref": "Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"testIamPermissions": {
"description": "Returns permissions that a caller has on the specified Project.\n\nThere are no permissions required for making this API call.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:testIamPermissions",
"httpMethod": "POST",
"id": "run.projects.locations.services.testIamPermissions",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+resource}:testIamPermissions",
"request": {
"$ref": "TestIamPermissionsRequest"
},
"response": {
"$ref": "TestIamPermissionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"triggers": {
"methods": {
"create": {
"description": "Creates a new trigger.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers",
"httpMethod": "POST",
"id": "run.projects.locations.triggers.create",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The project ID or project number in which this trigger should\nbe created.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+parent}/triggers",
"request": {
"$ref": "Trigger"
},
"response": {
"$ref": "Trigger"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Rpc to delete a trigger.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers/{triggersId}",
"httpMethod": "DELETE",
"id": "run.projects.locations.triggers.delete",
"parameterOrder": [
"name"
],
"parameters": {
"apiVersion": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"kind": {
"description": "Cloud Run currently ignores this parameter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the trigger being deleted. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/triggers/[^/]+$",
"required": true,
"type": "string"
},
"propagationPolicy": {
"description": "Specifies the propagation policy of delete. Cloud Run currently ignores\nthis setting, and deletes in the background. Please see\nkubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for\nmore information.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Rpc to get information about a trigger.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers/{triggersId}",
"httpMethod": "GET",
"id": "run.projects.locations.triggers.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the trigger being retrieved. If needed, replace\n{namespace_id} with the project ID.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/triggers/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha1/{+name}",
"response": {
"$ref": "Trigger"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Rpc to list triggers.",
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers",
"httpMethod": "GET",
"id": "run.projects.locations.triggers.list",
"parameterOrder": [
"parent"
],
"parameters": {
"continue": {
"description": "Optional. Encoded string to continue paging.",
"location": "query",
"type": "string"
},
"fieldSelector": {
"description": "Allows to filter resources based on a specific value for a field name.\nSend this in a query string format. i.e. 'metadata.name%3Dlorem'.\nNot currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"includeUninitialized": {
"description": "Not currently used by Cloud Run.",
"location": "query",
"type": "boolean"
},
"labelSelector": {
"description": "Allows to filter resources based on a label. Supported operations are\n=, !=, exists, in, and notIn.",
"location": "query",
"type": "string"
},
"limit": {
"description": "The maximum number of records that should be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "The project ID or project number from which the triggers should\nbe listed.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"resourceVersion": {
"description": "The baseline resource version from which the list or watch operation should\nstart. Not currently used by Cloud Run.",
"location": "query",
"type": "string"
},
"watch": {
"description": "Flag that indicates that the client expects to watch this resource as well.\nNot currently used by Cloud Run.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha1/{+parent}/triggers",
"response": {
"$ref": "ListTriggersResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
}
}
},
"revision": "20200706",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
"description": "Information for connecting over HTTP(s).",
"id": "Addressable",
"properties": {
"hostname": {
"description": "Deprecated - use url instead.",
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"AuditConfig": {
"description": "Specifies the audit configuration for a service.\nThe configuration determines which permission types are logged, and what\nidentities, if any, are exempted from logging.\nAn AuditConfig must have one or more AuditLogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific service,\nthe union of the two AuditConfigs is used for that service: the log_types\nspecified in each AuditConfig are enabled, and the exempted_members in each\nAuditLogConfig are exempted.\n\nExample Policy with multiple AuditConfigs:\n\n {\n \"audit_configs\": [\n {\n \"service\": \"allServices\",\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n \"exempted_members\": [\n \"user:jose@example.com\"\n ]\n },\n {\n \"log_type\": \"DATA_WRITE\"\n },\n {\n \"log_type\": \"ADMIN_READ\"\n }\n ]\n },\n {\n \"service\": \"sampleservice.googleapis.com\",\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\"\n },\n {\n \"log_type\": \"DATA_WRITE\",\n \"exempted_members\": [\n \"user:aliya@example.com\"\n ]\n }\n ]\n }\n ]\n }\n\nFor sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ\nlogging. It also exempts jose@example.com from DATA_READ logging, and\naliya@example.com from DATA_WRITE logging.",
"id": "AuditConfig",
"properties": {
"auditLogConfigs": {
"description": "The configuration for logging of each type of permission.",
"items": {
"$ref": "AuditLogConfig"
},
"type": "array"
},
"service": {
"description": "Specifies a service that will be enabled for audit logging.\nFor example, `storage.googleapis.com`, `cloudsql.googleapis.com`.\n`allServices` is a special value that covers all services.",
"type": "string"
}
},
"type": "object"
},
"AuditLogConfig": {
"description": "Provides the configuration for logging a type of permissions.\nExample:\n\n {\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n \"exempted_members\": [\n \"user:jose@example.com\"\n ]\n },\n {\n \"log_type\": \"DATA_WRITE\"\n }\n ]\n }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting\njose@example.com from DATA_READ logging.",
"id": "AuditLogConfig",
"properties": {
"exemptedMembers": {
"description": "Specifies the identities that do not cause logging for this type of\npermission.\nFollows the same format of Binding.members.",
"items": {
"type": "string"
},
"type": "array"
},
"logType": {
"description": "The log type that this config enables.",
"enum": [
"LOG_TYPE_UNSPECIFIED",
"ADMIN_READ",
"DATA_WRITE",
"DATA_READ"
],
"enumDescriptions": [
"Default case. Should never be this.",
"Admin reads. Example: CloudIAM getIamPolicy",
"Data writes. Example: CloudSQL Users create",
"Data reads. Example: CloudSQL Users list"
],
"type": "string"
}
},
"type": "object"
},
"AuthorizedDomain": {
"description": "A domain that a user has been authorized to administer. To authorize use\nof a domain, verify ownership via\n[Webmaster Central](https://www.google.com/webmasters/verification/home).",
"id": "AuthorizedDomain",
"properties": {
"id": {
"description": "Relative name of the domain authorized for use. Example: `example.com`.",
"type": "string"
},
"name": {
"description": "Read only. Full path to the `AuthorizedDomain` resource in the API.\nExample: `apps/myapp/authorizedDomains/example.com`.",
"type": "string"
}
},
"type": "object"
},
"Binding": {
"description": "Associates `members` with a `role`.",
"id": "Binding",
"properties": {
"condition": {
"$ref": "Expr",
"description": "The condition that is associated with this binding.\n\nIf the condition evaluates to `true`, then this binding applies to the\ncurrent request.\n\nIf the condition evaluates to `false`, then this binding does not apply to\nthe current request. However, a different role binding might grant the same\nrole to one or more of the members in this binding.\n\nTo learn which resources support conditions in their IAM policies, see the\n[IAM\ndocumentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
},
"members": {
"description": "Specifies the identities requesting access for a Cloud Platform resource.\n`members` can have the following values:\n\n* `allUsers`: A special identifier that represents anyone who is\n on the internet; with or without a Google account.\n\n* `allAuthenticatedUsers`: A special identifier that represents anyone\n who is authenticated with a Google account or a service account.\n\n* `user:{emailid}`: An email address that represents a specific Google\n account. For example, `alice@example.com` .\n\n\n* `serviceAccount:{emailid}`: An email address that represents a service\n account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{emailid}`: An email address that represents a Google group.\n For example, `admins@example.com`.\n\n* `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique\n identifier) representing a user that has been recently deleted. For\n example, `alice@example.com?uid=123456789012345678901`. If the user is\n recovered, this value reverts to `user:{emailid}` and the recovered user\n retains the role in the binding.\n\n* `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus\n unique identifier) representing a service account that has been recently\n deleted. For example,\n `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.\n If the service account is undeleted, this value reverts to\n `serviceAccount:{emailid}` and the undeleted service account retains the\n role in the binding.\n\n* `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique\n identifier) representing a Google group that has been recently\n deleted. For example, `admins@example.com?uid=123456789012345678901`. If\n the group is recovered, this value reverts to `group:{emailid}` and the\n recovered group retains the role in the binding.\n\n\n* `domain:{domain}`: The G Suite domain (primary) that represents all the\n users of that domain. For example, `google.com` or `example.com`.\n\n",
"items": {
"type": "string"
},
"type": "array"
},
"role": {
"description": "Role that is assigned to `members`.\nFor example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"type": "string"
}
},
"type": "object"
},
"Capabilities": {
"description": "Adds and removes POSIX capabilities from running containers.",
"id": "Capabilities",
"properties": {
"add": {
"description": "Added capabilities\n+optional",
"items": {
"type": "string"
},
"type": "array"
},
"drop": {
"description": "Removed capabilities\n+optional",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"CloudAuditLogsSource": {
"id": "CloudAuditLogsSource",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case \"CloudAuditLogsSource\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this CloudAuditLogsSource."
},
"spec": {
"$ref": "CloudAuditLogsSourceSpec",
"description": "Spec defines the desired state of the CloudAuditLogsSource."
},
"status": {
"$ref": "CloudAuditLogsSourceStatus",
"description": "Status represents the current state of the CloudAuditLogsSource. This data\nmay be out of date. +optional"
}
},
"type": "object"
},
"CloudAuditLogsSourceSpec": {
"description": "The desired state of the CloudAuditLogsSource.",
"id": "CloudAuditLogsSourceSpec",
"properties": {
"ceOverrides": {
"$ref": "CloudEventOverrides",
"description": "CloudEventOverrides defines overrides to control the output format and\nmodifications of the event sent to the sink.\n+optional"
},
"methodName": {
"description": "Required. The method name at the service API. This must match \"methodName\" in Cloud\nAudit Logs. Regex or Wildcards (*) are not supported.\nExample: \"google.cloud.bigquery.job.create\".",
"type": "string"
},
"resourceName": {
"description": "Optional. The resource specification. This must match \"methodName\"\nin Cloud Audit Logs. Regex or Wildcards (*) are not supported.\nExample: \"projects/my-project/jobs/foo\".",
"type": "string"
},
"serviceAccountName": {
"description": "Optional. Email address of the IAM service account associated with the source. The\nservice account represents the identity of the source, and determines what\npermissions the source has. If not provided, the source will use the\nproject's default service account.",
"type": "string"
},
"serviceName": {
"description": "Required. The GCP service name. This must match \"serviceName\" in Cloud Audit Logs.\nRegex or Wildcards (*) are not supported.\nExample: \"bigquery.googleapis.com\".",
"type": "string"
},
"sink": {
"$ref": "Destination",
"description": "Sink is a reference to an object that will resolve to a domain name or a\nURI directly to use as the sink."
}
},
"type": "object"
},
"CloudAuditLogsSourceStatus": {
"description": "CloudAuditLogsSourceStatus represents the current state of a\nCloudAuditLogsSource.",
"id": "CloudAuditLogsSourceStatus",
"properties": {
"conditions": {
"description": "Array of observed CloudAuditLogsSourceConditions, indicating the current\nstate of the CloudAuditLogsSource.",
"items": {
"$ref": "Condition"
},
"type": "array"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the CloudAuditLogsSource that\nwas last processed by the controller.",
"format": "int32",
"type": "integer"
},
"sinkUri": {
"description": "SinkURI is the current active sink URI that has been configured for the\nSource.\n+optional",
"type": "string"
}
},
"type": "object"
},
"CloudEventOverrides": {
"description": "CloudEventOverrides defines arguments for a Source that control the output\nformat of the CloudEvents produced by the Source.",
"id": "CloudEventOverrides",
"properties": {
"extensions": {
"additionalProperties": {
"type": "string"
},
"description": "Extensions specify what attribute are added or overridden on the outbound\nevent. Each `Extensions` key-value pair are set on the event as an\nattribute extension independently.\n+optional",
"type": "object"
}
},
"type": "object"
},
"CloudPubSubSource": {
"id": "CloudPubSubSource",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case \"CloudPubSubSource\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this CloudPubSubSource."
},
"spec": {
"$ref": "CloudPubSubSourceSpec",
"description": "Spec defines the desired state of the CloudPubSubSource."
},
"status": {
"$ref": "CloudPubSubSourceStatus",
"description": "Status represents the current state of the CloudPubSubSource. This data may\nbe out of date. +optional"
}
},
"type": "object"
},
"CloudPubSubSourceSpec": {
"description": "The desired state of the CloudPubSubSource.",
"id": "CloudPubSubSourceSpec",
"properties": {
"ackDeadline": {
"description": "AckDeadline is the default maximum time after a subscriber receives a\nmessage before the subscriber should acknowledge the message. Defaults\nto 30 seconds ('30s').\n+optional",
"type": "string"
},
"ceOverrides": {
"$ref": "CloudEventOverrides",
"description": "CloudEventOverrides defines overrides to control the output format and\nmodifications of the event sent to the sink.\n+optional"
},
"project": {
"description": "Project is the ID of the Google Cloud Project that the CloudPubSubSource\nTopic exists in. If omitted, defaults to same as the cluster. +optional",
"type": "string"
},
"pubsubSecret": {
"$ref": "SecretKeySelector",
"description": "CloudPubSubSourceSecret is the credential to use to create\nTopic / PullSubscription resources. If omitted, uses Secret."
},
"retainAckedMessages": {
"description": "RetainAckedMessages defines whether to retain acknowledged messages. If\ntrue, acknowledged messages will not be expunged until they fall out of\nthe RetentionDuration window.",
"type": "boolean"
},
"retentionDuration": {
"description": "RetentionDuration defines how long to retain messages in backlog, from\nthe time of publish. If RetainAckedMessages is true, this duration\naffects the retention of acknowledged messages, otherwise only\nunacknowledged messages are retained. Cannot be longer than 7 days or\nshorter than 10 minutes. Defaults to 7 days ('7d').\n+optional",
"type": "string"
},
"secret": {
"$ref": "SecretKeySelector",
"description": "Secret is the credential to use to create the Scheduler Job.\nIf not specified, defaults to:\nName: google-cloud-key\nKey: key.json\n+optional"
},
"sink": {
"$ref": "Destination",
"description": "Sink is a reference to an object that will resolve to a domain name or a\nURI directly to use as the sink."
},
"topic": {
"description": "Topic is the ID of the CloudPubSubSource Topic to Subscribe to. It must\nbe in the form of the unique identifier within the project, not the\nentire name. E.g. it must be 'laconia', not\n'projects/my-proj/topics/laconia'.",
"type": "string"
}
},
"type": "object"
},
"CloudPubSubSourceStatus": {
"description": "CloudPubSubSourceStatus represents the current state of a CloudPubSubSource.",
"id": "CloudPubSubSourceStatus",
"properties": {
"conditions": {
"description": "Array of observed CloudPubSubSourceConditions, indicating the current state\nof the CloudPubSubSource.",
"items": {
"$ref": "Condition"
},
"type": "array"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the CloudPubSubSource that\nwas last processed by the controller.",
"format": "int32",
"type": "integer"
},
"sinkUri": {
"description": "SinkURI is the current active sink URI that has been configured for the\nSource.\n+optional",
"type": "string"
}
},
"type": "object"
},
"CloudSchedulerSource": {
"description": "The CloudSchedulerSource resource.",
"id": "CloudSchedulerSource",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case \"CloudSchedulerSource\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this CloudSchedulerSource."
},
"spec": {
"$ref": "CloudSchedulerSourceSpec",
"description": "Spec defines the desired state of the CloudSchedulerSource."
},
"status": {
"$ref": "CloudSchedulerSourceStatus",
"description": "Status represents the current state of the CloudSchedulerSource. This data\nmay be out of date."
}
},
"type": "object"
},
"CloudSchedulerSourceSpec": {
"description": "The desired state of the CloudSchedulerSource.",
"id": "CloudSchedulerSourceSpec",
"properties": {
"ceOverrides": {
"$ref": "CloudEventOverrides",
"description": "CloudEventOverrides defines overrides to control the output format and\nmodifications of the event sent to the sink."
},
"data": {
"description": "Data to send in the payload of the Event.",
"type": "string"
},
"location": {
"description": "Location to create the Scheduler job in.",
"type": "string"
},
"project": {
"description": "Project is the ID of the Google Cloud Project that the CloudPubSubSource\nTopic exists in. If omitted, defaults to same as the cluster.",
"type": "string"
},
"pubsubSecret": {
"$ref": "SecretKeySelector",
"description": "CloudPubSubSourceSecret is the credential to use to create\nTopic / PullSubscription resources. If omitted, uses Secret."
},
"schedule": {
"description": "Schedule in cron format, for example: \"* * * * *\" would be run\nevery minute.",
"type": "string"
},
"secret": {
"$ref": "SecretKeySelector",
"description": "Secret is the credential to use to create the Scheduler Job.\nIf not specified, defaults to:\nName: google-cloud-key\nKey: key.json"
},
"sink": {
"$ref": "Destination",
"description": "Sink is a reference to an object that will resolve to a domain name or a\nURI directly to use as the sink."
}
},
"type": "object"
},
"CloudSchedulerSourceStatus": {
"description": "CloudSchedulerSourceStatus represents the current state of a\nCloudSchedulerSource.",
"id": "CloudSchedulerSourceStatus",
"properties": {
"conditions": {
"description": "Array of observed CloudSchedulerSourceConditions, indicating the current\nstate of the CloudSchedulerSource.",
"items": {
"$ref": "Condition"
},
"type": "array"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the CloudSchedulerSource that\nwas last processed by the controller.",
"format": "int32",
"type": "integer"
},
"sinkUri": {
"description": "SinkURI is the current active sink URI that has been configured for the\nSource.",
"type": "string"
}
},
"type": "object"
},
"CloudStorageSource": {
"description": "The CloudStorageSource resource.",
"id": "CloudStorageSource",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case \"CloudStorageSource\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this CloudStorageSource."
},
"spec": {
"$ref": "CloudStorageSourceSpec",
"description": "Spec defines the desired state of the CloudStorageSource."
},
"status": {
"$ref": "CloudStorageSourceStatus",
"description": "Status represents the current state of the CloudStorageSource. This data\nmay be out of date."
}
},
"type": "object"
},
"CloudStorageSourceSpec": {
"description": "The desired state of the CloudStorageSource.",
"id": "CloudStorageSourceSpec",
"properties": {
"bucket": {
"description": "Bucket to subscribe to.",
"type": "string"
},
"ceOverrides": {
"$ref": "CloudEventOverrides",
"description": "CloudEventOverrides defines overrides to control the output format and\nmodifications of the event sent to the sink."
},
"eventTypes": {
"description": "EventTypes to subscribe to. If unspecified, then subscribe to all events.",
"items": {
"type": "string"
},
"type": "array"
},
"objectNamePrefix": {
"description": "ObjectNamePrefix limits the notifications to objects with this prefix.",
"type": "string"
},
"payloadFormat": {
"description": "PayloadFormat specifies the contents of the message payload.\nSee https://cloud.google.com/storage/docs/pubsub-notifications#payload.",
"type": "string"
},
"project": {
"description": "Project is the ID of the Google Cloud Project that the PubSub Topic exists\nin. If omitted, defaults to same as the cluster.",
"type": "string"
},
"pubsubSecret": {
"$ref": "SecretKeySelector",
"description": "PubSubSecret is the credential to use to create\nTopic / PullSubscription resources. If omitted, uses Secret."
},
"secret": {
"$ref": "SecretKeySelector",
"description": "Secret is the credential to use to create the Scheduler Job.\nIf not specified, defaults to:\nName: google-cloud-key\nKey: key.json"
},
"serviceAccountName": {
"description": "ServiceAccountName holds the name of the Kubernetes service account\nas which the underlying K8s resources should be run. If unspecified\nthis will default to the \"default\" service account for the namespace\nin which the GCS exists.",
"type": "string"
},
"sink": {
"$ref": "Destination",
"description": "Sink is a reference to an object that will resolve to a domain name or a\nURI directly to use as the sink."
}
},
"type": "object"
},
"CloudStorageSourceStatus": {
"description": "CloudStorageSourceStatus represents the current state of a\nCloudStorageSource.",
"id": "CloudStorageSourceStatus",
"properties": {
"conditions": {
"description": "Array of observed CloudStorageSourceConditions, indicating the current\nstate of the CloudStorageSource.",
"items": {
"$ref": "Condition"
},
"type": "array"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the CloudStorageSource that\nwas last processed by the controller.",
"format": "int32",
"type": "integer"
},
"sinkUri": {
"description": "SinkURI is the current active sink URI that has been configured for the\nSource.",
"type": "string"
}
},
"type": "object"
},
"Condition": {
"description": "Condition defines a generic condition for a Resource",
"id": "Condition",
"properties": {
"lastTransitionTime": {
"description": "Optional. Last time the condition transitioned from one status to another.",
"format": "google-datetime",
"type": "string"
},
"message": {
"description": "Optional. Human readable message indicating details about the current status.",
"type": "string"
},
"reason": {
"description": "Optional. One-word CamelCase reason for the condition's last transition.",
"type": "string"
},
"severity": {
"description": "Optional. How to interpret failures of this condition, one of Error, Warning, Info",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "type is used to communicate the status of the reconciliation process.\nSee also:\nhttps://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting\nTypes common to all resources include:\n* \"Ready\": True when the Resource is ready.",
"type": "string"
}
},
"type": "object"
},
"ConfigMapEnvSource": {
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment\nvariables with.\n\nThe contents of the target ConfigMap's Data field will represent the\nkey-value pairs as environment variables.",
"id": "ConfigMapEnvSource",
"properties": {
"localObjectReference": {
"$ref": "LocalObjectReference",
"description": "This field should not be used directly as it is meant to be inlined\ndirectly into the message. Use the \"name\" field instead."
},
"name": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run for Anthos: supported\n\nThe ConfigMap to select from.",
"type": "string"
},
"optional": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run for Anthos: supported\n\nSpecify whether the ConfigMap must be defined\n+optional",
"type": "boolean"
}
},
"type": "object"
},
"ConfigMapKeySelector": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nSelects a key from a ConfigMap.",
"id": "ConfigMapKeySelector",
"properties": {
"key": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nThe key to select.",
"type": "string"
},
"localObjectReference": {
"$ref": "LocalObjectReference",
"description": "This field should not be used directly as it is meant to be inlined\ndirectly into the message. Use the \"name\" field instead."
},
"name": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nThe ConfigMap to select from.",
"type": "string"
},
"optional": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nSpecify whether the ConfigMap or its key must be defined\n+optional",
"type": "boolean"
}
},
"type": "object"
},
"ConfigMapVolumeSource": {
"description": "Adapts a ConfigMap into a volume.\nThe contents of the target ConfigMap's Data field will be presented in a\nvolume as files using the keys in the Data field as the file names, unless\nthe items element is populated with specific mappings of keys to paths.",
"id": "ConfigMapVolumeSource",
"properties": {
"defaultMode": {
"description": "Mode bits to use on created files by default. Must be a value between 0 and\n0777. Defaults to 0644. Directories within the path are not affected by\nthis setting. This might be in conflict with other options that affect the\nfile mode, like fsGroup, and the result can be other mode bits set.",
"format": "int32",
"type": "integer"
},
"items": {
"description": "If unspecified, each key-value pair in the Data field of the referenced\nSecret will be projected into the volume as a file whose name is the\nkey and content is the value. If specified, the listed keys will be\nprojected into the specified paths, and unlisted keys will not be\npresent. If a key is specified which is not present in the Secret,\nthe volume setup will error unless it is marked optional.",
"items": {
"$ref": "KeyToPath"
},
"type": "array"
},
"name": {
"description": "Name of the config.",
"type": "string"
},
"optional": {
"description": "Specify whether the Secret or its keys must be defined.",
"type": "boolean"
}
},
"type": "object"
},
"Configuration": {
"description": "Configuration represents the \"floating HEAD\" of a linear history of\nRevisions, and optionally how the containers those revisions reference are\nbuilt. Users create new Revisions by updating the Configuration's spec. The\n\"latest created\" revision's name is available under status, as is the \"latest\nready\" revision's name. See also:\nhttps://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration",
"id": "Configuration",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case always \"Configuration\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this Configuration, including name, namespace,\nlabels, and annotations."
},
"spec": {
"$ref": "ConfigurationSpec",
"description": "Spec holds the desired state of the Configuration (from the client)."
},
"status": {
"$ref": "ConfigurationStatus",
"description": "Status communicates the observed state of the Configuration (from the\ncontroller)."
}
},
"type": "object"
},
"ConfigurationCondition": {
"description": "ConfigurationCondition defines a readiness condition for a Configuration.",
"id": "ConfigurationCondition",
"properties": {
"lastTransitionTime": {
"description": "Last time the condition transitioned from one status to another.\n+optional",
"format": "google-datetime",
"type": "string"
},
"message": {
"description": "Human-readable message indicating details about last transition.\n+optional",
"type": "string"
},
"reason": {
"description": "One-word CamelCase reason for the condition's last transition.\n+optional",
"type": "string"
},
"severity": {
"description": "How to interpret failures of this condition, one of Error, Warning, Info\n+optional",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "ConfigurationConditionType is used to communicate the status of the\nreconciliation process. See also:\nhttps://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting\nTypes include:\"Ready\"",
"type": "string"
}
},
"type": "object"
},
"ConfigurationSpec": {
"description": "ConfigurationSpec holds the desired state of the Configuration (from the\nclient).",
"id": "ConfigurationSpec",
"properties": {
"generation": {
"description": "Deprecated and not currently populated by Cloud Run. See\nmetadata.generation instead, which is the sequence number containing the\nlatest generation of the desired state.\n\nRead-only.",
"format": "int32",
"type": "integer"
},
"revisionTemplate": {
"$ref": "RevisionTemplate",
"description": "RevisionTemplate holds the latest specification for the Revision to\nbe stamped out. The template references the container image, and may also\ninclude labels and annotations that should be attached to the Revision.\nTo correlate a Revision, and/or to force a Revision to be created when the\nspec doesn't otherwise change, a nonce label may be provided in the\ntemplate metadata. For more details, see:\nhttps://github.com/knative/serving/blob/master/docs/client-conventions.md#associate-modifications-with-revisions\n\nCloud Run does not currently support referencing a build that is\nresponsible for materializing the container image from source."
},
"template": {
"$ref": "RevisionTemplate",
"description": "Template holds the latest specification for the Revision to be stamped out."
}
},
"type": "object"
},
"ConfigurationStatus": {
"description": "ConfigurationStatus communicates the observed state of the Configuration\n(from the controller).",
"id": "ConfigurationStatus",
"properties": {
"conditions": {
"description": "Conditions communicates information about ongoing/complete\nreconciliation processes that bring the \"spec\" inline with the observed\nstate of the world.",
"items": {
"$ref": "ConfigurationCondition"
},
"type": "array"
},
"latestCreatedRevisionName": {
"description": "LatestCreatedRevisionName is the last revision that was created from this\nConfiguration. It might not be ready yet, for that use\nLatestReadyRevisionName.",
"type": "string"
},
"latestReadyRevisionName": {
"description": "LatestReadyRevisionName holds the name of the latest Revision stamped out\nfrom this Configuration that has had its \"Ready\" condition become \"True\".",
"type": "string"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the Configuration that\nwas last processed by the controller. The observed generation is updated\neven if the controller failed to process the spec and create the Revision.\n\nClients polling for completed reconciliation should poll until\nobservedGeneration = metadata.generation, and the Ready condition's status\nis True or False.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"Container": {
"description": "A single application container.\nThis specifies both the container to run, the command to run in the container\nand the arguments to supply to it.\nNote that additional arguments may be supplied by the system to the container\nat runtime.",
"id": "Container",
"properties": {
"args": {
"description": "Arguments to the entrypoint.\nThe docker image's CMD is used if this is not provided.\nVariable references $(VAR_NAME) are expanded using the container's\nenvironment. If a variable cannot be resolved, the reference in the input\nstring will be unchanged. The $(VAR_NAME) syntax can be escaped with a\ndouble $$, ie: $$(VAR_NAME). Escaped references will never be expanded,\nregardless of whether the variable exists or not.\nCannot be updated.\nMore info:\nhttps://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell\n+optional",
"items": {
"type": "string"
},
"type": "array"
},
"command": {
"description": "Entrypoint array. Not executed within a shell.\nThe docker image's ENTRYPOINT is used if this is not provided.\nVariable references $(VAR_NAME) are expanded using the container's\nenvironment. If a variable cannot be resolved, the reference in the input\nstring will be unchanged. The $(VAR_NAME) syntax can be escaped with a\ndouble $$, ie: $$(VAR_NAME). Escaped references will never be expanded,\nregardless of whether the variable exists or not.\nCannot be updated.\nMore info:\nhttps://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell\n+optional",
"items": {
"type": "string"
},
"type": "array"
},
"env": {
"description": "List of environment variables to set in the container.\nCannot be updated.\n+optional",
"items": {
"$ref": "EnvVar"
},
"type": "array"
},
"envFrom": {
"description": "List of sources to populate environment variables in the container.\nThe keys defined within a source must be a C_IDENTIFIER. All invalid keys\nwill be reported as an event when the container is starting. When a key\nexists in multiple sources, the value associated with the last source will\ntake precedence. Values defined by an Env with a duplicate key will take\nprecedence. Cannot be updated. +optional",
"items": {
"$ref": "EnvFromSource"
},
"type": "array"
},
"image": {
"description": "Docker image name.\nMore info: https://kubernetes.io/docs/concepts/containers/images",
"type": "string"
},
"imagePullPolicy": {
"description": "Image pull policy.\nOne of Always, Never, IfNotPresent.\nDefaults to Always if :latest tag is specified, or IfNotPresent otherwise.\nCannot be updated.\nMore info:\nhttps://kubernetes.io/docs/concepts/containers/images#updating-images\n+optional",
"type": "string"
},
"lifecycle": {
"$ref": "Lifecycle",
"description": "Actions that the management system should take in response to container\nlifecycle events. Cannot be updated. +optional"
},
"livenessProbe": {
"$ref": "Probe",
"description": "Periodic probe of container liveness.\nContainer will be restarted if the probe fails.\nCannot be updated.\nMore info:\nhttps://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes\n+optional"
},
"name": {
"description": "Name of the container specified as a DNS_LABEL.\nEach container must have a unique name (DNS_LABEL).\nCannot be updated.",
"type": "string"
},
"ports": {
"description": "List of ports to expose from the container. Exposing a port here gives\nthe system additional information about the network connections a\ncontainer uses, but is primarily informational. Not specifying a port here\nDOES NOT prevent that port from being exposed. Any port which is\nlistening on the default \"0.0.0.0\" address inside a container will be\naccessible from the network.\nCannot be updated.\n+optional",
"items": {
"$ref": "ContainerPort"
},
"type": "array"
},
"readinessProbe": {
"$ref": "Probe",
"description": "Periodic probe of container service readiness.\nContainer will be removed from service endpoints if the probe fails.\nCannot be updated.\nMore info:\nhttps://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes\n+optional"
},
"resources": {
"$ref": "ResourceRequirements",
"description": "Compute Resources required by this container.\nCannot be updated.\nMore info:\nhttps://kubernetes.io/docs/concepts/storage/persistent-volumes#resources\n+optional"
},
"securityContext": {
"$ref": "SecurityContext",
"description": "Security options the pod should run with.\nMore info: https://kubernetes.io/docs/concepts/policy/security-context/\nMore info:\nhttps://kubernetes.io/docs/tasks/configure-pod-container/security-context/\n+optional"
},
"stdin": {
"description": "Whether this container should allocate a buffer for stdin in the container\nruntime. If this is not set, reads from stdin in the container will always\nresult in EOF. Default is false. +optional",
"type": "boolean"
},
"stdinOnce": {
"description": "Whether the container runtime should close the stdin channel after it has\nbeen opened by a single attach. When stdin is true the stdin stream will\nremain open across multiple attach sessions. If stdinOnce is set to true,\nstdin is opened on container start, is empty until the first client\nattaches to stdin, and then remains open and accepts data until the client\ndisconnects, at which time stdin is closed and remains closed until the\ncontainer is restarted. If this flag is false, a container processes that\nreads from stdin will never receive an EOF. Default is false +optional",
"type": "boolean"
},
"terminationMessagePath": {
"description": "Optional: Path at which the file to which the container's termination\nmessage will be written is mounted into the container's filesystem. Message\nwritten is intended to be brief final status, such as an assertion failure\nmessage. Will be truncated by the node if greater than 4096 bytes. The\ntotal message length across all containers will be limited to 12kb.\nDefaults to /dev/termination-log.\nCannot be updated.\n+optional",
"type": "string"
},
"terminationMessagePolicy": {
"description": "Indicate how the termination message should be populated. File will use the\ncontents of terminationMessagePath to populate the container status message\non both success and failure. FallbackToLogsOnError will use the last chunk\nof container log output if the termination message file is empty and the\ncontainer exited with an error. The log output is limited to 2048 bytes or\n80 lines, whichever is smaller. Defaults to File. Cannot be updated.\n+optional",
"type": "string"
},
"tty": {
"description": "Whether this container should allocate a TTY for itself, also requires\n'stdin' to be true. Default is false. +optional",
"type": "boolean"
},
"volumeDevices": {
"description": "volumeDevices is the list of block devices to be used by the container.\nThis is an alpha feature and may change in the future.\n+optional",
"items": {
"$ref": "VolumeDevice"
},
"type": "array"
},
"volumeMounts": {
"description": "Pod volumes to mount into the container's filesystem.\nCannot be updated.\n+optional",
"items": {
"$ref": "VolumeMount"
},
"type": "array"
},
"workingDir": {
"description": "Container's working directory.\nIf not specified, the container runtime's default will be used, which\nmight be configured in the container image.\nCannot be updated.\n+optional",
"type": "string"
}
},
"type": "object"
},
"ContainerPort": {
"description": "ContainerPort represents a network port in a single container.",
"id": "ContainerPort",
"properties": {
"containerPort": {
"description": "Number of port to expose on the pod's IP address.\nThis must be a valid port number, 0 \u003c x \u003c 65536.",
"format": "int32",
"type": "integer"
},
"hostIP": {
"description": "What host IP to bind the external port to.\n+optional",
"type": "string"
},
"hostPort": {
"description": "Number of port to expose on the host.\nIf specified, this must be a valid port number, 0 \u003c x \u003c 65536.\nIf HostNetwork is specified, this must match ContainerPort.\nMost containers do not need this.\n+optional",
"format": "int32",
"type": "integer"
},
"name": {
"description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each\nnamed port in a pod must have a unique name. Name for the port that can be\nreferred to by services.\n+optional",
"type": "string"
},
"protocol": {
"description": "Protocol for port. Must be UDP or TCP.\nDefaults to \"TCP\".\n+optional",
"type": "string"
}
},
"type": "object"
},
"Destination": {
"id": "Destination",
"properties": {
"ref": {
"$ref": "ObjectReference",
"description": "ObjectReference points to an Addressable.\n+ optional"
},
"uri": {
"description": "URI is for direct URI Designations or used with the resulting URL from\nAddressable ObjectReference. If used with an ObjectReference, will be\nappended to the path of the resulting URL from the Addressable.\n+ optional",
"type": "string"
}
},
"type": "object"
},
"DomainMapping": {
"description": "Resource to hold the state and status of a user's domain mapping.",
"id": "DomainMapping",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"domains.cloudrun.com/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case \"DomainMapping\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this BuildTemplate."
},
"spec": {
"$ref": "DomainMappingSpec",
"description": "The spec for this DomainMapping."
},
"status": {
"$ref": "DomainMappingStatus",
"description": "The current status of the DomainMapping."
}
},
"type": "object"
},
"DomainMappingCondition": {
"description": "DomainMappingCondition contains state information for a DomainMapping.",
"id": "DomainMappingCondition",
"properties": {
"lastTransitionTime": {
"description": "Last time the condition transitioned from one status to another.\n+optional",
"format": "google-datetime",
"type": "string"
},
"message": {
"description": "Human readable message indicating details about the current status.\n+optional",
"type": "string"
},
"reason": {
"description": "One-word CamelCase reason for the condition's current status.\n+optional",
"type": "string"
},
"severity": {
"description": "How to interpret failures of this condition, one of Error, Warning, Info\n+optional",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "Type of domain mapping condition.",
"type": "string"
}
},
"type": "object"
},
"DomainMappingSpec": {
"description": "The desired state of the Domain Mapping.",
"id": "DomainMappingSpec",
"properties": {
"certificateMode": {
"description": "The mode of the certificate.",
"enum": [
"CERTIFICATE_MODE_UNSPECIFIED",
"NONE",
"AUTOMATIC"
],
"enumDescriptions": [
"",
"Do not provision an HTTPS certificate.",
"Automatically provisions an HTTPS certificate via GoogleCA or LetsEncrypt."
],
"type": "string"
},
"forceOverride": {
"description": "If set, the mapping will override any mapping set before this spec was set.\nIt is recommended that the user leaves this empty to receive an error\nwarning about a potential conflict and only set it once the respective UI\nhas given such a warning.",
"type": "boolean"
},
"routeName": {
"description": "The name of the Knative Route that this DomainMapping applies to.\nThe route must exist.",
"type": "string"
}
},
"type": "object"
},
"DomainMappingStatus": {
"description": "The current state of the Domain Mapping.",
"id": "DomainMappingStatus",
"properties": {
"conditions": {
"description": "Array of observed DomainMappingConditions, indicating the current state\nof the DomainMapping.",
"items": {
"$ref": "DomainMappingCondition"
},
"type": "array"
},
"mappedRouteName": {
"description": "The name of the route that the mapping currently points to.",
"type": "string"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the DomainMapping that\nwas last processed by the controller.\n\nClients polling for completed reconciliation should poll until\nobservedGeneration = metadata.generation and the Ready condition's status\nis True or False.",
"format": "int32",
"type": "integer"
},
"resourceRecords": {
"description": "The resource records required to configure this domain mapping. These\nrecords must be added to the domain's DNS configuration in order to\nserve the application via this domain mapping.",
"items": {
"$ref": "ResourceRecord"
},
"type": "array"
},
"url": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nHolds the URL that will serve the traffic of the DomainMapping.\n+optional",
"type": "string"
}
},
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
"id": "Empty",
"properties": {},
"type": "object"
},
"EnvFromSource": {
"description": "EnvFromSource represents the source of a set of ConfigMaps",
"id": "EnvFromSource",
"properties": {
"configMapRef": {
"$ref": "ConfigMapEnvSource",
"description": "The ConfigMap to select from\n+optional"
},
"prefix": {
"description": "An optional identifier to prepend to each key in the ConfigMap. Must be a\nC_IDENTIFIER. +optional",
"type": "string"
},
"secretRef": {
"$ref": "SecretEnvSource",
"description": "The Secret to select from\n+optional"
}
},
"type": "object"
},
"EnvVar": {
"description": "EnvVar represents an environment variable present in a Container.",
"id": "EnvVar",
"properties": {
"name": {
"description": "Name of the environment variable. Must be a C_IDENTIFIER.",
"type": "string"
},
"value": {
"description": "Variable references $(VAR_NAME) are expanded\nusing the previous defined environment variables in the container and\nany route environment variables. If a variable cannot be resolved,\nthe reference in the input string will be unchanged. The $(VAR_NAME)\nsyntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped\nreferences will never be expanded, regardless of whether the variable\nexists or not.\nDefaults to \"\".\n+optional",
"type": "string"
},
"valueFrom": {
"$ref": "EnvVarSource",
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nSource for the environment variable's value. Cannot be used if value is not\nempty. +optional"
}
},
"type": "object"
},
"EnvVarSource": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nEnvVarSource represents a source for the value of an EnvVar.",
"id": "EnvVarSource",
"properties": {
"configMapKeyRef": {
"$ref": "ConfigMapKeySelector",
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nSelects a key of a ConfigMap.\n+optional"
},
"secretKeyRef": {
"$ref": "SecretKeySelector",
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nSelects a key of a secret in the pod's namespace\n+optional"
}
},
"type": "object"
},
"ExecAction": {
"description": "ExecAction describes a \"run in container\" action.",
"id": "ExecAction",
"properties": {
"command": {
"description": "Command is the command line to execute inside the container, the working\ndirectory for the command is root ('/') in the container's filesystem. The\ncommand is simply exec'd, it is not run inside a shell, so traditional\nshell instructions ('|', etc) won't work. To use a shell, you need to\nexplicitly call out to that shell. Exit status of 0 is treated as\nlive/healthy and non-zero is unhealthy. +optional",
"type": "string"
}
},
"type": "object"
},
"Expr": {
"description": "Represents a textual expression in the Common Expression Language (CEL)\nsyntax. CEL is a C-like expression language. The syntax and semantics of CEL\nare documented at https://github.com/google/cel-spec.\n\nExample (Comparison):\n\n title: \"Summary size limit\"\n description: \"Determines if a summary is less than 100 chars\"\n expression: \"document.summary.size() \u003c 100\"\n\nExample (Equality):\n\n title: \"Requestor is owner\"\n description: \"Determines if requestor is the document owner\"\n expression: \"document.owner == request.auth.claims.email\"\n\nExample (Logic):\n\n title: \"Public documents\"\n description: \"Determine whether the document should be publicly visible\"\n expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\"\n\nExample (Data Manipulation):\n\n title: \"Notification string\"\n description: \"Create a notification string with a timestamp.\"\n expression: \"'New message received at ' + string(document.create_time)\"\n\nThe exact variables and functions that may be referenced within an expression\nare determined by the service that evaluates it. See the service\ndocumentation for additional information.",
"id": "Expr",
"properties": {
"description": {
"description": "Optional. Description of the expression. This is a longer text which\ndescribes the expression, e.g. when hovered over it in a UI.",
"type": "string"
},
"expression": {
"description": "Textual representation of an expression in Common Expression Language\nsyntax.",
"type": "string"
},
"location": {
"description": "Optional. String indicating the location of the expression for error\nreporting, e.g. a file name and a position in the file.",
"type": "string"
},
"title": {
"description": "Optional. Title for the expression, i.e. a short string describing\nits purpose. This can be used e.g. in UIs which allow to enter the\nexpression.",
"type": "string"
}
},
"type": "object"
},
"HTTPGetAction": {
"description": "HTTPGetAction describes an action based on HTTP Get requests.",
"id": "HTTPGetAction",
"properties": {
"host": {
"description": "Host name to connect to, defaults to the pod IP. You probably want to set\n\"Host\" in httpHeaders instead.\n+optional",
"type": "string"
},
"httpHeaders": {
"description": "Custom headers to set in the request. HTTP allows repeated headers.\n+optional",
"items": {
"$ref": "HTTPHeader"
},
"type": "array"
},
"path": {
"description": "Path to access on the HTTP server.\n+optional",
"type": "string"
},
"port": {
"$ref": "IntOrString",
"description": "Name or number of the port to access on the container.\nNumber must be in the range 1 to 65535.\nName must be an IANA_SVC_NAME."
},
"scheme": {
"description": "Scheme to use for connecting to the host.\nDefaults to HTTP.\n+optional",
"type": "string"
}
},
"type": "object"
},
"HTTPHeader": {
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
"id": "HTTPHeader",
"properties": {
"name": {
"description": "The header field name",
"type": "string"
},
"value": {
"description": "The header field value",
"type": "string"
}
},
"type": "object"
},
"Handler": {
"description": "Handler defines a specific action that should be taken",
"id": "Handler",
"properties": {
"exec": {
"$ref": "ExecAction",
"description": "One and only one of the following should be specified.\nExec specifies the action to take.\n+optional"
},
"httpGet": {
"$ref": "HTTPGetAction",
"description": "HTTPGet specifies the http request to perform.\n+optional"
},
"tcpSocket": {
"$ref": "TCPSocketAction",
"description": "TCPSocket specifies an action involving a TCP port.\nTCP hooks not yet supported"
}
},
"type": "object"
},
"IntOrString": {
"description": "IntOrString is a type that can hold an int32 or a string. When used in\nJSON or YAML marshalling and unmarshalling, it produces or consumes the\ninner type. This allows you to have, for example, a JSON field that can\naccept a name or number.",
"id": "IntOrString",
"properties": {
"intVal": {
"description": "The int value.",
"format": "int32",
"type": "integer"
},
"strVal": {
"description": "The string value.",
"type": "string"
},
"type": {
"description": "The type of the value.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"KeyToPath": {
"description": "Maps a string key to a path within a volume.",
"id": "KeyToPath",
"properties": {
"key": {
"description": "The key to project.",
"type": "string"
},
"mode": {
"description": "Mode bits to use on this file, must be a value between 0 and 0777. If not\nspecified, the volume defaultMode will be used. This might be in conflict\nwith other options that affect the file mode, like fsGroup, and the result\ncan be other mode bits set. +optional",
"format": "int32",
"type": "integer"
},
"path": {
"description": "The relative path of the file to map the key to.\nMay not be an absolute path.\nMay not contain the path element '..'.\nMay not start with the string '..'.",
"type": "string"
}
},
"type": "object"
},
"Lifecycle": {
"description": "Lifecycle describes actions that the management system should take in\nresponse to container lifecycle events. For the PostStart and PreStop\nlifecycle handlers, management of the container blocks until the action is\ncomplete, unless the container process fails, in which case the handler is\naborted.",
"id": "Lifecycle",
"properties": {
"postStart": {
"$ref": "Handler",
"description": "PostStart is called immediately after a container is created. If the\nhandler fails, the container is terminated and restarted according to its\nrestart policy. Other management of the container blocks until the hook\ncompletes. More info:\nhttps://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks\n+optional"
},
"preStop": {
"$ref": "Handler",
"description": "PreStop is called immediately before a container is terminated.\nThe container is terminated after the handler completes.\nThe reason for termination is passed to the handler.\nRegardless of the outcome of the handler, the container is eventually\nterminated. Other management of the container blocks until the hook\ncompletes. More info:\nhttps://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks\n+optional"
}
},
"type": "object"
},
"ListAuthorizedDomainsResponse": {
"description": "A list of Authorized Domains.",
"id": "ListAuthorizedDomainsResponse",
"properties": {
"domains": {
"description": "The authorized domains belonging to the user.",
"items": {
"$ref": "AuthorizedDomain"
},
"type": "array"
},
"nextPageToken": {
"description": "Continuation token for fetching the next page of results.",
"type": "string"
}
},
"type": "object"
},
"ListCloudAuditLogsSourcesResponse": {
"description": "ListCloudAuditLogsSourcesResponse is a list of CloudAuditLogsSource\nresources.",
"id": "ListCloudAuditLogsSourcesResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of CloudAuditLogsSources.",
"items": {
"$ref": "CloudAuditLogsSource"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"CloudAuditLogsSourceList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this CloudAuditLogsSource list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListCloudPubSubSourcesResponse": {
"description": "ListCloudPubSubSourcesResponse is a list of CloudPubSubSource resources.",
"id": "ListCloudPubSubSourcesResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of CloudPubSubSources.",
"items": {
"$ref": "CloudPubSubSource"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"CloudPubSubSourceList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this CloudPubSubSource list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListCloudSchedulerSourcesResponse": {
"description": "ListCloudSchedulerSourcesResponse is a list of CloudSchedulerSource\nresources.",
"id": "ListCloudSchedulerSourcesResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of CloudSchedulerSources.",
"items": {
"$ref": "CloudSchedulerSource"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"CloudSchedulerSourceList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this CloudSchedulerSource list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListCloudStorageSourcesResponse": {
"description": "ListCloudStorageSourcesResponse is a list of CloudStorageSource resources.",
"id": "ListCloudStorageSourcesResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of CloudStorageSources.",
"items": {
"$ref": "CloudStorageSource"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"CloudStorageSourceList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this CloudStorageSource list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListConfigurationsResponse": {
"description": "ListConfigurationsResponse is a list of Configuration resources.",
"id": "ListConfigurationsResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of Configurations.",
"items": {
"$ref": "Configuration"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"ConfigurationList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this Configuration list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListDomainMappingsResponse": {
"description": "ListDomainMappingsResponse is a list of DomainMapping resources.",
"id": "ListDomainMappingsResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"domains.cloudrun.com/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of DomainMappings.",
"items": {
"$ref": "DomainMapping"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"DomainMappingList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this DomainMapping list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListLocationsResponse": {
"description": "The response message for Locations.ListLocations.",
"id": "ListLocationsResponse",
"properties": {
"locations": {
"description": "A list of locations that matches the specified filter in the request.",
"items": {
"$ref": "Location"
},
"type": "array"
},
"nextPageToken": {
"description": "The standard List next-page token.",
"type": "string"
}
},
"type": "object"
},
"ListMeta": {
"description": "ListMeta describes metadata that synthetic resources must have, including\nlists and various status objects. A resource may have only one of\n{ObjectMeta, ListMeta}.",
"id": "ListMeta",
"properties": {
"continue": {
"description": "continue may be set if the user set a limit on the number of items\nreturned, and indicates that the server has more data available. The value\nis opaque and may be used to issue another request to the endpoint that\nserved this list to retrieve the next set of available objects. Continuing\na list may not be possible if the server configuration has changed or more\nthan a few minutes have passed. The resourceVersion field returned when\nusing this continue value will be identical to the value in the first\nresponse.",
"type": "string"
},
"resourceVersion": {
"description": "String that identifies the server's internal version of this object that\ncan be used by clients to determine when objects have changed. Value must\nbe treated as opaque by clients and passed unmodified back to the server.\nPopulated by the system.\nRead-only.\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency\n+optional",
"type": "string"
},
"selfLink": {
"description": "SelfLink is a URL representing this object.\nPopulated by the system.\nRead-only.\n+optional",
"type": "string"
}
},
"type": "object"
},
"ListRevisionsResponse": {
"description": "ListRevisionsResponse is a list of Revision resources.",
"id": "ListRevisionsResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of Revisions.",
"items": {
"$ref": "Revision"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"RevisionList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this revision list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListRoutesResponse": {
"description": "ListRoutesResponse is a list of Route resources.",
"id": "ListRoutesResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of Routes.",
"items": {
"$ref": "Route"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case always \"RouteList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this Route list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListServicesResponse": {
"description": "A list of Service resources.",
"id": "ListServicesResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of Services.",
"items": {
"$ref": "Service"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"ServiceList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this Service list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListTriggersResponse": {
"description": "ListTriggersResponse is a list of Trigger resources.",
"id": "ListTriggersResponse",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"eventing.knative.dev/v1alpha1\".",
"type": "string"
},
"items": {
"description": "List of Triggers.",
"items": {
"$ref": "Trigger"
},
"type": "array"
},
"kind": {
"description": "The kind of this resource, in this case \"TriggerList\".",
"type": "string"
},
"metadata": {
"$ref": "ListMeta",
"description": "Metadata associated with this Trigger list."
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"LocalObjectReference": {
"description": "LocalObjectReference contains enough information to let you locate the\nreferenced object inside the same namespace.",
"id": "LocalObjectReference",
"properties": {
"name": {
"description": "Name of the referent.\nMore info:\nhttps://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": "string"
}
},
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"id": "Location",
"properties": {
"displayName": {
"description": "The friendly name for this location, typically a nearby city name.\nFor example, \"Tokyo\".",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Cross-service attributes for the location. For example\n\n {\"cloud.googleapis.com/region\": \"us-east1\"}",
"type": "object"
},
"locationId": {
"description": "The canonical id for this location. For example: `\"us-east1\"`.",
"type": "string"
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Service-specific metadata. For example the available capacity at the given\nlocation.",
"type": "object"
},
"name": {
"description": "Resource name for the location, which may vary between implementations.\nFor example: `\"projects/example-project/locations/us-east1\"`",
"type": "string"
}
},
"type": "object"
},
"ObjectMeta": {
"description": "ObjectMeta is metadata that all persisted resources must have, which includes\nall objects users must create.",
"id": "ObjectMeta",
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"description": "Annotations is an unstructured key value map stored with a resource that\nmay be set by external tools to store and retrieve arbitrary metadata. They\nare not queryable and should be preserved when modifying objects. More\ninfo: http://kubernetes.io/docs/user-guide/annotations +optional",
"type": "object"
},
"clusterName": {
"description": "Not currently supported by Cloud Run.\n\nThe name of the cluster which the object belongs to.\nThis is used to distinguish resources with same name and namespace in\ndifferent clusters. This field is not set anywhere right now and apiserver\nis going to ignore it if set in create or update request. +optional",
"type": "string"
},
"creationTimestamp": {
"description": "CreationTimestamp is a timestamp representing the server time when this\nobject was created. It is not guaranteed to be set in happens-before order\nacross separate operations. Clients may not set this value. It is\nrepresented in RFC3339 form and is in UTC.\n\nPopulated by the system.\nRead-only.\nNull for lists.\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#metadata\n+optional",
"format": "google-datetime",
"type": "string"
},
"deletionGracePeriodSeconds": {
"description": "Not currently supported by Cloud Run.\n\nNumber of seconds allowed for this object to gracefully terminate before\nit will be removed from the system. Only set when deletionTimestamp is also\nset. May only be shortened. Read-only. +optional",
"format": "int32",
"type": "integer"
},
"deletionTimestamp": {
"description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be\ndeleted. This field is set by the server when a graceful deletion is\nrequested by the user, and is not directly settable by a client. The\nresource is expected to be deleted (no longer visible from resource lists,\nand not reachable by name) after the time in this field, once the\nfinalizers list is empty. As long as the finalizers list contains items,\ndeletion is blocked. Once the deletionTimestamp is set, this value may not\nbe unset or be set further into the future, although it may be shortened or\nthe resource may be deleted prior to this time. For example, a user may\nrequest that a pod is deleted in 30 seconds. The Kubelet will react by\nsending a graceful termination signal to the containers in the pod. After\nthat 30 seconds, the Kubelet will send a hard termination signal (SIGKILL)\nto the container and after cleanup, remove the pod from the API. In the\npresence of network partitions, this object may still exist after this\ntimestamp, until an administrator or automated process can determine the\nresource is fully terminated.\nIf not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested.\nRead-only.\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#metadata\n+optional",
"format": "google-datetime",
"type": "string"
},
"finalizers": {
"description": "Not currently supported by Cloud Run.\n\nMust be empty before the object is deleted from the registry. Each entry\nis an identifier for the responsible component that will remove the entry\nfrom the list. If the deletionTimestamp of the object is non-nil, entries\nin this list can only be removed.\n+optional\n+patchStrategy=merge",
"items": {
"type": "string"
},
"type": "array"
},
"generateName": {
"description": "Not currently supported by Cloud Run.\n\nGenerateName is an optional prefix, used by the server, to generate a\nunique name ONLY IF the Name field has not been provided. If this field is\nused, the name returned to the client will be different than the name\npassed. This value will also be combined with a unique suffix. The provided\nvalue has the same validation rules as the Name field, and may be truncated\nby the length of the suffix required to make the value unique on the\nserver.\n\nIf this field is specified and the generated name exists, the server will\nNOT return a 409 - instead, it will either return 201 Created or 500 with\nReason ServerTimeout indicating a unique name could not be found in the\ntime allotted, and the client should retry (optionally after the time\nindicated in the Retry-After header).\n\nApplied only if Name is not specified.\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency\n+optional\n string generateName = 2;",
"type": "string"
},
"generation": {
"description": "A sequence number representing a specific generation of the desired state.\nPopulated by the system. Read-only.\n+optional",
"format": "int32",
"type": "integer"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand routes.\nMore info: http://kubernetes.io/docs/user-guide/labels\n+optional",
"type": "object"
},
"name": {
"description": "Name must be unique within a namespace, within a Cloud Run region.\nIs required when creating\nresources, although some resources may allow a client to request the\ngeneration of an appropriate name automatically. Name is primarily intended\nfor creation idempotence and configuration definition. Cannot be updated.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#names\n+optional",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within each name must be unique, within a\nCloud Run region. In Cloud Run the namespace must be equal to either the\nproject ID or project number.",
"type": "string"
},
"ownerReferences": {
"description": "List of objects that own this object. If ALL objects in the list have\nbeen deleted, this object will be garbage collected.\n+optional",
"items": {
"$ref": "OwnerReference"
},
"type": "array"
},
"resourceVersion": {
"description": "An opaque value that represents the internal version of this object that\ncan be used by clients to determine when objects have changed. May be used\nfor optimistic concurrency, change detection, and the watch operation on a\nresource or set of resources. Clients must treat these values as opaque and\npassed unmodified back to the server. They may only be valid for a\nparticular resource or set of resources.\n\nPopulated by the system.\nRead-only.\nValue must be treated as opaque by clients and .\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency\n+optional",
"type": "string"
},
"selfLink": {
"description": "SelfLink is a URL representing this object.\nPopulated by the system.\nRead-only.\n+optional\n string selfLink = 4;",
"type": "string"
},
"uid": {
"description": "UID is the unique in time and space value for this object. It is typically\ngenerated by the server on successful creation of a resource and is not\nallowed to change on PUT operations.\n\nPopulated by the system.\nRead-only.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#uids\n+optional",
"type": "string"
}
},
"type": "object"
},
"ObjectReference": {
"description": "ObjectReference contains enough information to let you inspect or modify the\nreferred object.",
"id": "ObjectReference",
"properties": {
"apiVersion": {
"description": "API version of the referent.\n+optional",
"type": "string"
},
"fieldPath": {
"description": "If referring to a piece of an object instead of an entire object, this\nstring should contain a valid JSON/Go field access statement, such as\ndesiredState.manifest.containers[2]. For example, if the object reference\nis to a container within a pod, this would take on a value like:\n\"spec.containers{name}\" (where \"name\" refers to the name of the container\nthat triggered the event) or if no container name is specified\n\"spec.containers[2]\" (container with index 2 in this pod). This syntax is\nchosen only to have some well-defined way of referencing a part of an\nobject.",
"type": "string"
},
"kind": {
"description": "Kind of the referent.\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\n+optional",
"type": "string"
},
"name": {
"description": "Name of the referent.\nMore info:\nhttps://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\n+optional",
"type": "string"
},
"namespace": {
"description": "Namespace of the referent.\nMore info:\nhttps://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/\n+optional",
"type": "string"
},
"resourceVersion": {
"description": "Specific resourceVersion to which this reference is made, if any.\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency\n+optional",
"type": "string"
},
"uid": {
"description": "UID of the referent.\nMore info:\nhttps://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids\n+optional",
"type": "string"
}
},
"type": "object"
},
"OwnerReference": {
"description": "OwnerReference contains enough information to let you identify an owning\nobject. Currently, an owning object must be in the same namespace, so there\nis no namespace field.",
"id": "OwnerReference",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"blockOwnerDeletion": {
"description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then\nthe owner cannot be deleted from the key-value store until this\nreference is removed.\nDefaults to false.\nTo set this field, a user needs \"delete\" permission of the owner,\notherwise 422 (Unprocessable Entity) will be returned.\n+optional",
"type": "boolean"
},
"controller": {
"description": "If true, this reference points to the managing controller.\n+optional",
"type": "boolean"
},
"kind": {
"description": "Kind of the referent.\nMore info:\nhttps://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
"description": "Name of the referent.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"uid": {
"description": "UID of the referent.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"type": "object"
},
"Policy": {
"description": "An Identity and Access Management (IAM) policy, which specifies access\ncontrols for Google Cloud resources.\n\n\nA `Policy` is a collection of `bindings`. A `binding` binds one or more\n`members` to a single `role`. Members can be user accounts, service accounts,\nGoogle groups, and domains (such as G Suite). A `role` is a named list of\npermissions; each `role` can be an IAM predefined role or a user-created\ncustom role.\n\nFor some types of Google Cloud resources, a `binding` can also specify a\n`condition`, which is a logical expression that allows access to a resource\nonly if the expression evaluates to `true`. A condition can add constraints\nbased on attributes of the request, the resource, or both. To learn which\nresources support conditions in their IAM policies, see the\n[IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).\n\n**JSON example:**\n\n {\n \"bindings\": [\n {\n \"role\": \"roles/resourcemanager.organizationAdmin\",\n \"members\": [\n \"user:mike@example.com\",\n \"group:admins@example.com\",\n \"domain:google.com\",\n \"serviceAccount:my-project-id@appspot.gserviceaccount.com\"\n ]\n },\n {\n \"role\": \"roles/resourcemanager.organizationViewer\",\n \"members\": [\n \"user:eve@example.com\"\n ],\n \"condition\": {\n \"title\": \"expirable access\",\n \"description\": \"Does not grant access after Sep 2020\",\n \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\",\n }\n }\n ],\n \"etag\": \"BwWWja0YfJA=\",\n \"version\": 3\n }\n\n**YAML example:**\n\n bindings:\n - members:\n - user:mike@example.com\n - group:admins@example.com\n - domain:google.com\n - serviceAccount:my-project-id@appspot.gserviceaccount.com\n role: roles/resourcemanager.organizationAdmin\n - members:\n - user:eve@example.com\n role: roles/resourcemanager.organizationViewer\n condition:\n title: expirable access\n description: Does not grant access after Sep 2020\n expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\n - etag: BwWWja0YfJA=\n - version: 3\n\nFor a description of IAM and its features, see the\n[IAM documentation](https://cloud.google.com/iam/docs/).",
"id": "Policy",
"properties": {
"auditConfigs": {
"description": "Specifies cloud audit logging configuration for this policy.",
"items": {
"$ref": "AuditConfig"
},
"type": "array"
},
"bindings": {
"description": "Associates a list of `members` to a `role`. Optionally, may specify a\n`condition` that determines how and when the `bindings` are applied. Each\nof the `bindings` must contain at least one member.",
"items": {
"$ref": "Binding"
},
"type": "array"
},
"etag": {
"description": "`etag` is used for optimistic concurrency control as a way to help\nprevent simultaneous updates of a policy from overwriting each other.\nIt is strongly suggested that systems make use of the `etag` in the\nread-modify-write cycle to perform policy updates in order to avoid race\nconditions: An `etag` is returned in the response to `getIamPolicy`, and\nsystems are expected to put that etag in the request to `setIamPolicy` to\nensure that their change will be applied to the same version of the policy.\n\n**Important:** If you use IAM Conditions, you must include the `etag` field\nwhenever you call `setIamPolicy`. If you omit this field, then IAM allows\nyou to overwrite a version `3` policy with a version `1` policy, and all of\nthe conditions in the version `3` policy are lost.",
"format": "byte",
"type": "string"
},
"version": {
"description": "Specifies the format of the policy.\n\nValid values are `0`, `1`, and `3`. Requests that specify an invalid value\nare rejected.\n\nAny operation that affects conditional role bindings must specify version\n`3`. This requirement applies to the following operations:\n\n* Getting a policy that includes a conditional role binding\n* Adding a conditional role binding to a policy\n* Changing a conditional role binding in a policy\n* Removing any role binding, with or without a condition, from a policy\n that includes conditions\n\n**Important:** If you use IAM Conditions, you must include the `etag` field\nwhenever you call `setIamPolicy`. If you omit this field, then IAM allows\nyou to overwrite a version `3` policy with a version `1` policy, and all of\nthe conditions in the version `3` policy are lost.\n\nIf a policy does not include any conditions, operations on that policy may\nspecify any valid version or leave the field unset.\n\nTo learn which resources support conditions in their IAM policies, see the\n[IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"Probe": {
"description": "Probe describes a health check to be performed against a container to\ndetermine whether it is alive or ready to receive traffic.",
"id": "Probe",
"properties": {
"failureThreshold": {
"description": "Minimum consecutive failures for the probe to be considered failed after\nhaving succeeded. Defaults to 3. Minimum value is 1. +optional",
"format": "int32",
"type": "integer"
},
"handler": {
"$ref": "Handler",
"description": "The action taken to determine the health of a container"
},
"initialDelaySeconds": {
"description": "Number of seconds after the container has started before liveness probes\nare initiated. More info:\nhttps://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes\n+optional",
"format": "int32",
"type": "integer"
},
"periodSeconds": {
"description": "How often (in seconds) to perform the probe.\nDefault to 10 seconds. Minimum value is 1.\n+optional",
"format": "int32",
"type": "integer"
},
"successThreshold": {
"description": "Minimum consecutive successes for the probe to be considered successful\nafter having failed. Defaults to 1. Must be 1 for liveness. Minimum value\nis 1. +optional",
"format": "int32",
"type": "integer"
},
"timeoutSeconds": {
"description": "Number of seconds after which the probe times out.\nDefaults to 1 second. Minimum value is 1.\nMore info:\nhttps://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes\n+optional",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"Quantity": {
"description": "The view model of a single quantity, e.g. \"800 MiB\". Corresponds to\nhttps://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"id": "Quantity",
"properties": {
"string": {
"description": "Stringified version of the quantity, e.g., \"800 MiB\".",
"type": "string"
}
},
"type": "object"
},
"ResourceRecord": {
"description": "A DNS resource record.",
"id": "ResourceRecord",
"properties": {
"name": {
"description": "Relative name of the object affected by this record. Only applicable for\n`CNAME` records. Example: 'www'.",
"type": "string"
},
"rrdata": {
"description": "Data for this record. Values vary by record type, as defined in RFC 1035\n(section 5) and RFC 1034 (section 3.6.1).",
"type": "string"
},
"type": {
"description": "Resource record type. Example: `AAAA`.",
"enum": [
"RECORD_TYPE_UNSPECIFIED",
"A",
"AAAA",
"CNAME"
],
"enumDescriptions": [
"An unknown resource record.",
"An A resource record. Data is an IPv4 address.",
"An AAAA resource record. Data is an IPv6 address.",
"A CNAME resource record. Data is a domain name to be aliased."
],
"type": "string"
}
},
"type": "object"
},
"ResourceRequirements": {
"description": "ResourceRequirements describes the compute resource requirements.",
"id": "ResourceRequirements",
"properties": {
"limits": {
"additionalProperties": {
"type": "string"
},
"description": "Limits describes the maximum amount of compute resources allowed.\nThe values of the map is string form of the 'quantity' k8s type:\nhttps://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go",
"type": "object"
},
"limitsInMap": {
"additionalProperties": {
"$ref": "Quantity"
},
"description": "Limits describes the maximum amount of compute resources allowed.\nThis is a temporary field created to migrate away from the\nmap\u003cstring, Quantity\u003e limits field. This is done to become compliant\nwith k8s style API.\nThis field is deprecated in favor of limits field.",
"type": "object"
},
"requests": {
"additionalProperties": {
"type": "string"
},
"description": "Requests describes the minimum amount of compute resources required.\nIf Requests is omitted for a container, it defaults to Limits if that is\nexplicitly specified, otherwise to an implementation-defined value.\nThe values of the map is string form of the 'quantity' k8s type:\nhttps://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go",
"type": "object"
},
"requestsInMap": {
"additionalProperties": {
"$ref": "Quantity"
},
"description": "Requests describes the minimum amount of compute resources required.\nIf Requests is omitted for a container, it defaults to Limits if that is\nexplicitly specified, otherwise to an implementation-defined value.\nThis is a temporary field created to migrate away from the\nmap\u003cstring, Quantity\u003e requests field. This is done to become compliant\nwith k8s style API.\nThis field is deprecated in favor of requests field.",
"type": "object"
}
},
"type": "object"
},
"Revision": {
"description": "Revision is an immutable snapshot of code and configuration. A revision\nreferences a container image. Revisions are created by updates to a\nConfiguration.\n\nCloud Run does not currently support referencing a build that is responsible\nfor materializing the container image from source.\n\nSee also:\nhttps://github.com/knative/serving/blob/master/docs/spec/overview.md#revision",
"id": "Revision",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of this resource, in this case \"Revision\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this Revision, including name, namespace, labels,\nand annotations."
},
"spec": {
"$ref": "RevisionSpec",
"description": "Spec holds the desired state of the Revision (from the client)."
},
"status": {
"$ref": "RevisionStatus",
"description": "Status communicates the observed state of the Revision (from the\ncontroller)."
}
},
"type": "object"
},
"RevisionCondition": {
"description": "RevisionCondition defines a readiness condition for a Revision.",
"id": "RevisionCondition",
"properties": {
"lastTransitionTime": {
"description": "Last time the condition transitioned from one status to another.\n+optional",
"format": "google-datetime",
"type": "string"
},
"message": {
"description": "Human readable message indicating details about the current status.\n+optional",
"type": "string"
},
"reason": {
"description": "One-word CamelCase reason for the condition's last transition.\n+optional",
"type": "string"
},
"severity": {
"description": "How to interpret failures of this condition, one of Error, Warning, Info\n+optional",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "RevisionConditionType is used to communicate the status of the\nreconciliation process. See also:\nhttps://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting\nTypes include:\n\n* \"Ready\": True when the Revision is ready.\n* \"ResourcesAvailable\": True when underlying resources have been\nprovisioned.\n* \"ContainerHealthy\": True when the Revision readiness check completes.\n* \"Active\": True when the Revision may receive traffic.",
"type": "string"
}
},
"type": "object"
},
"RevisionSpec": {
"description": "RevisionSpec holds the desired state of the Revision (from the client).",
"id": "RevisionSpec",
"properties": {
"concurrencyModel": {
"description": "ConcurrencyModel specifies the desired concurrency model\n(Single or Multi) for the Revision. Defaults to Multi.\nDeprecated in favor of ContainerConcurrency.\n+optional",
"type": "string"
},
"container": {
"$ref": "Container",
"description": "Container defines the unit of execution for this Revision.\nIn the context of a Revision, we disallow a number of the fields of\nthis Container, including: name, ports, and volumeMounts.\nThe runtime contract is documented here:\nhttps://github.com/knative/serving/blob/master/docs/runtime-contract.md"
},
"containerConcurrency": {
"description": "(Optional)\n\nContainerConcurrency specifies the maximum allowed in-flight (concurrent)\nrequests per container instance of the Revision.\n\nCloud Run fully managed: supported, defaults to 80\n\nCloud Run on GKE: supported, defaults to 0, which means concurrency\nto the application is not limited, and the system decides the\ntarget concurrency for the autoscaler.",
"format": "int32",
"type": "integer"
},
"containers": {
"description": "Containers holds the single container that defines the unit of execution\nfor this Revision. In the context of a Revision, we disallow a number of\nfields on this Container, including: name and lifecycle.\nIn Cloud Run, only a single container may be provided.",
"items": {
"$ref": "Container"
},
"type": "array"
},
"generation": {
"description": "Deprecated and not currently populated by Cloud Run. See\nmetadata.generation instead, which is the sequence number containing the\nlatest generation of the desired state.\n\nRead-only.",
"format": "int32",
"type": "integer"
},
"serviceAccountName": {
"description": "Email address of the IAM service account associated with the revision\nof the service. The service account represents the identity of the\nrunning revision, and determines what permissions the revision has. If\nnot provided, the revision will use the project's default service account.",
"type": "string"
},
"servingState": {
"description": "ServingState holds a value describing the state the resources\nare in for this Revision.\nUsers must not specify this when creating a revision. It is expected\nthat the system will manipulate this based on routability and load.\n\nPopulated by the system.\nRead-only.",
"enum": [
"REVISION_SERVING_STATE_UNSPECIFIED",
"ACTIVE",
"RESERVE",
"RETIRED"
],
"enumDescriptions": [
"The revision serving state hasn't been specified.",
"The revision is ready to serve traffic.",
"The revision is not currently serving traffic, but could be made to serve\ntraffic quickly.\nNot currently used by Cloud Run.",
"The revision has been decommissioned and is not needed to serve traffic\nanymore. A Revision may be brought out of retirement, but it may take\nlonger than it would from a \"Reserve\" state."
],
"type": "string"
},
"timeoutSeconds": {
"description": "TimeoutSeconds holds the max duration the instance is allowed for\nresponding to a request.\nNot currently used by Cloud Run.",
"format": "int32",
"type": "integer"
},
"volumes": {
"items": {
"$ref": "Volume"
},
"type": "array"
}
},
"type": "object"
},
"RevisionStatus": {
"description": "RevisionStatus communicates the observed state of the Revision (from the\ncontroller).",
"id": "RevisionStatus",
"properties": {
"conditions": {
"description": "Conditions communicates information about ongoing/complete\nreconciliation processes that bring the \"spec\" inline with the observed\nstate of the world.\n\nAs a Revision is being prepared, it will incrementally\nupdate conditions \"ResourcesAvailable\", \"ContainerHealthy\", and \"Active\",\nwhich contribute to the overall \"Ready\" condition.",
"items": {
"$ref": "RevisionCondition"
},
"type": "array"
},
"imageDigest": {
"description": "ImageDigest holds the resolved digest for the image specified\nwithin .Spec.Container.Image. The digest is resolved during the creation\nof Revision. This field holds the digest value regardless of whether\na tag or digest was originally specified in the Container object.",
"type": "string"
},
"logUrl": {
"description": "Specifies the generated logging url for this particular revision\nbased on the revision url template specified in the controller's config.\n+optional",
"type": "string"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the Revision that\nwas last processed by the controller.\n\nClients polling for completed reconciliation should poll until\nobservedGeneration = metadata.generation, and the Ready condition's status\nis True or False.",
"format": "int32",
"type": "integer"
},
"serviceName": {
"description": "Not currently used by Cloud Run.",
"type": "string"
}
},
"type": "object"
},
"RevisionTemplate": {
"description": "RevisionTemplateSpec describes the data a revision should have when created\nfrom a template. Based on:\nhttps://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190",
"id": "RevisionTemplate",
"properties": {
"metadata": {
"$ref": "ObjectMeta",
"description": "Optional metadata for this Revision, including labels and annotations. Name\nwill be generated by the Configuration.\nTo set minimum instances for this revision, use the\n\"autoscaling.knative.dev/minScale\" annotation key. (Cloud Run on GKE only).\nTo set maximum instances for this revision, use the\n\"autoscaling.knative.dev/maxScale\" annotation key.\nTo set Cloud SQL connections for the revision, use the\n\"run.googleapis.com/cloudsql-instances\" annotation key. Values should be\ncomma separated."
},
"spec": {
"$ref": "RevisionSpec",
"description": "RevisionSpec holds the desired state of the Revision (from the client)."
}
},
"type": "object"
},
"Route": {
"description": "Route is responsible for configuring ingress over a collection of Revisions.\nSome of the Revisions a Route distributes traffic over may be specified by\nreferencing the Configuration responsible for creating them; in these cases\nthe Route is additionally responsible for monitoring the Configuration for\n\"latest ready\" revision changes, and smoothly rolling out latest revisions.\nSee also:\nhttps://github.com/knative/serving/blob/master/docs/spec/overview.md#route\n\nCloud Run currently supports referencing a single Configuration to\nautomatically deploy the \"latest ready\" Revision from that Configuration.",
"id": "Route",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of this resource, in this case always \"Route\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this Route, including name, namespace, labels,\nand annotations."
},
"spec": {
"$ref": "RouteSpec",
"description": "Spec holds the desired state of the Route (from the client)."
},
"status": {
"$ref": "RouteStatus",
"description": "Status communicates the observed state of the Route (from the controller)."
}
},
"type": "object"
},
"RouteCondition": {
"description": "RouteCondition defines a readiness condition for a Route.",
"id": "RouteCondition",
"properties": {
"lastTransitionTime": {
"description": "Last time the condition transitioned from one status to another.\n+optional",
"format": "google-datetime",
"type": "string"
},
"message": {
"description": "Human-readable message indicating details about last transition.\n+optional",
"type": "string"
},
"reason": {
"description": "One-word CamelCase reason for the condition's last transition.\n+optional",
"type": "string"
},
"severity": {
"description": "How to interpret failures of this condition, one of Error, Warning, Info\n+optional",
"type": "string"
},
"status": {
"description": "Status of the condition, one of \"True\", \"False\", \"Unknown\".",
"type": "string"
},
"type": {
"description": "RouteConditionType is used to communicate the status of the reconciliation\nprocess. See also:\nhttps://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting\nTypes include: \"Ready\".",
"type": "string"
}
},
"type": "object"
},
"RouteSpec": {
"description": "RouteSpec holds the desired state of the Route (from the client).",
"id": "RouteSpec",
"properties": {
"generation": {
"description": "Deprecated and not currently populated by Cloud Run. See\nmetadata.generation instead, which is the sequence number containing the\nlatest generation of the desired state.\n\nRead-only.",
"format": "int32",
"type": "integer"
},
"traffic": {
"description": "Traffic specifies how to distribute traffic over a collection of Knative\nRevisions and Configurations.\nCloud Run currently supports a single configurationName.",
"items": {
"$ref": "TrafficTarget"
},
"type": "array"
}
},
"type": "object"
},
"RouteStatus": {
"description": "RouteStatus communicates the observed state of the Route (from the\ncontroller).",
"id": "RouteStatus",
"properties": {
"address": {
"$ref": "Addressable",
"description": "Similar to url, information on where the service is available on HTTP."
},
"conditions": {
"description": "Conditions communicates information about ongoing/complete\nreconciliation processes that bring the \"spec\" inline with the observed\nstate of the world.",
"items": {
"$ref": "RouteCondition"
},
"type": "array"
},
"domain": {
"description": "Deprecated - use url instead.\nDomain holds the top-level domain that will distribute traffic over the\nprovided targets.",
"type": "string"
},
"domainInternal": {
"description": "Deprecated - use address instead.\nFor Cloud Run, identifical to domain.",
"type": "string"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the Route that\nwas last processed by the controller.\n\nClients polling for completed reconciliation should poll until\nobservedGeneration = metadata.generation and the Ready condition's status\nis True or False.\n\nNote that providing a trafficTarget that only has a configurationName will\nresult in a Route that does not increment either its metadata.generation or\nits observedGeneration, as new \"latest ready\" revisions from the\nConfiguration are processed without an update to the Route's spec.",
"format": "int32",
"type": "integer"
},
"traffic": {
"description": "Traffic holds the configured traffic distribution.\nThese entries will always contain RevisionName references.\nWhen ConfigurationName appears in the spec, this will hold the\nLatestReadyRevisionName that we last observed.",
"items": {
"$ref": "TrafficTarget"
},
"type": "array"
},
"url": {
"description": "URL holds the url that will distribute traffic over the provided traffic\ntargets. It generally has the form\nhttps://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app",
"type": "string"
}
},
"type": "object"
},
"SELinuxOptions": {
"description": "SELinuxOptions are the labels to be applied to the container",
"id": "SELinuxOptions",
"properties": {
"level": {
"description": "Level is SELinux level label that applies to the container.\n+optional",
"type": "string"
},
"role": {
"description": "Role is a SELinux role label that applies to the container.\n+optional",
"type": "string"
},
"type": {
"description": "Type is a SELinux type label that applies to the container.\n+optional",
"type": "string"
},
"user": {
"description": "User is a SELinux user label that applies to the container.\n+optional",
"type": "string"
}
},
"type": "object"
},
"SecretEnvSource": {
"description": "SecretEnvSource selects a Secret to populate the environment\nvariables with.\n\nThe contents of the target Secret's Data field will represent the\nkey-value pairs as environment variables.",
"id": "SecretEnvSource",
"properties": {
"localObjectReference": {
"$ref": "LocalObjectReference",
"description": "This field should not be used directly as it is meant to be inlined\ndirectly into the message. Use the \"name\" field instead."
},
"name": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run for Anthos: supported\n\nThe Secret to select from.",
"type": "string"
},
"optional": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run for Anthos: supported\n\nSpecify whether the Secret must be defined\n+optional",
"type": "boolean"
}
},
"type": "object"
},
"SecretKeySelector": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nSecretKeySelector selects a key of a Secret.",
"id": "SecretKeySelector",
"properties": {
"key": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nThe key of the secret to select from. Must be a valid secret key.",
"type": "string"
},
"localObjectReference": {
"$ref": "LocalObjectReference",
"description": "This field should not be used directly as it is meant to be inlined\ndirectly into the message. Use the \"name\" field instead."
},
"name": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nThe name of the secret in the pod's namespace to select from.",
"type": "string"
},
"optional": {
"description": "Cloud Run fully managed: not supported\n\nCloud Run on GKE: supported\n\nSpecify whether the Secret or its key must be defined\n+optional",
"type": "boolean"
}
},
"type": "object"
},
"SecretVolumeSource": {
"description": "The contents of the target Secret's Data field will be presented in a volume\nas files using the keys in the Data field as the file names.",
"id": "SecretVolumeSource",
"properties": {
"defaultMode": {
"description": "Mode bits to use on created files by default. Must be a value between 0 and\n0777. Defaults to 0644. Directories within the path are not affected by\nthis setting. This might be in conflict with other options that affect the\nfile mode, like fsGroup, and the result can be other mode bits set.",
"format": "int32",
"type": "integer"
},
"items": {
"description": "If unspecified, each key-value pair in the Data field of the referenced\nSecret will be projected into the volume as a file whose name is the\nkey and content is the value. If specified, the listed keys will be\nprojected into the specified paths, and unlisted keys will not be\npresent. If a key is specified which is not present in the Secret,\nthe volume setup will error unless it is marked optional.",
"items": {
"$ref": "KeyToPath"
},
"type": "array"
},
"optional": {
"description": "Specify whether the Secret or its keys must be defined.",
"type": "boolean"
},
"secretName": {
"description": "Name of the secret in the container's namespace to use.",
"type": "string"
}
},
"type": "object"
},
"SecurityContext": {
"description": "SecurityContext holds security configuration that will be applied to a\ncontainer. Some fields are present in both SecurityContext and\nPodSecurityContext. When both are set, the values in SecurityContext take\nprecedence.",
"id": "SecurityContext",
"properties": {
"allowPrivilegeEscalation": {
"description": "AllowPrivilegeEscalation controls whether a process can gain more\nprivileges than its parent process. This bool directly controls if\nthe no_new_privs flag will be set on the container process.\nAllowPrivilegeEscalation is true always when the container is:\n1) run as Privileged\n2) has CAP_SYS_ADMIN\n+optional",
"type": "boolean"
},
"capabilities": {
"$ref": "Capabilities",
"description": "The capabilities to add/drop when running containers.\nDefaults to the default set of capabilities granted by the container\nruntime. +optional"
},
"privileged": {
"description": "Run container in privileged mode.\nProcesses in privileged containers are essentially equivalent to root on\nthe host. Defaults to false. +optional",
"type": "boolean"
},
"readOnlyRootFilesystem": {
"description": "Whether this container has a read-only root filesystem.\nDefault is false.\n+optional",
"type": "boolean"
},
"runAsGroup": {
"description": "The GID to run the entrypoint of the container process.\nUses runtime default if unset.\nMay also be set in PodSecurityContext. If set in both SecurityContext and\nPodSecurityContext, the value specified in SecurityContext takes\nprecedence. +optional",
"format": "int32",
"type": "integer"
},
"runAsNonRoot": {
"description": "Indicates that the container must run as a non-root user.\nIf true, the Kubelet will validate the image at runtime to ensure that it\ndoes not run as UID 0 (root) and fail to start the container if it does.\nIf unset or false, no such validation will be performed.\nMay also be set in PodSecurityContext. If set in both SecurityContext and\nPodSecurityContext, the value specified in SecurityContext takes\nprecedence. +optional",
"type": "boolean"
},
"runAsUser": {
"description": "The UID to run the entrypoint of the container process.\nDefaults to user specified in image metadata if unspecified.\nMay also be set in PodSecurityContext. If set in both SecurityContext and\nPodSecurityContext, the value specified in SecurityContext takes\nprecedence. +optional",
"format": "int32",
"type": "integer"
},
"seLinuxOptions": {
"$ref": "SELinuxOptions",
"description": "The SELinux context to be applied to the container.\nIf unspecified, the container runtime will allocate a random SELinux\ncontext for each container. May also be set in PodSecurityContext. If set\nin both SecurityContext and PodSecurityContext, the value specified in\nSecurityContext takes precedence. +optional"
}
},
"type": "object"
},
"Service": {
"description": "Service acts as a top-level container that manages a set of Routes and\nConfigurations which implement a network service. Service exists to provide a\nsingular abstraction which can be access controlled, reasoned about, and\nwhich encapsulates software lifecycle decisions such as rollout policy and\nteam resource ownership. Service acts only as an orchestrator of the\nunderlying Routes and Configurations (much as a kubernetes Deployment\norchestrates ReplicaSets).\n\nThe Service's controller will track the statuses of its owned Configuration\nand Route, reflecting their statuses and conditions as its own.\n\nSee also:\nhttps://github.com/knative/serving/blob/master/docs/spec/overview.md#service",
"id": "Service",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case \"Service\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this Service, including name, namespace, labels,\nand annotations."
},
"spec": {
"$ref": "ServiceSpec",
"description": "Spec holds the desired state of the Service (from the client)."
},
"status": {
"$ref": "ServiceStatus",
"description": "Status communicates the observed state of the Service (from the\ncontroller)."
}
},
"type": "object"
},
"ServiceCondition": {
"description": "ServiceCondition defines a readiness condition for a Service.",
"id": "ServiceCondition",
"properties": {
"lastTransitionTime": {
"description": "Last time the condition transitioned from one status to another.\n+optional",
"format": "google-datetime",
"type": "string"
},
"message": {
"description": "Human-readable message indicating details about last transition.\n+optional",
"type": "string"
},
"reason": {
"description": "One-word CamelCase reason for the condition's last transition.\n+optional",
"type": "string"
},
"severity": {
"description": "How to interpret failures of this condition, one of Error, Warning, Info\n+optional",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "ServiceConditionType is used to communicate the status of the\nreconciliation process. See also:\nhttps://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting\n\nTypes include: \"Ready\", \"ConfigurationsReady\", and \"RoutesReady\". \"Ready\"\nwill be true when the underlying Route and Configuration are ready.",
"type": "string"
}
},
"type": "object"
},
"ServiceSpec": {
"description": "ServiceSpec holds the desired state of the Route (from the client), which\nis used to manipulate the underlying Route and Configuration(s).",
"id": "ServiceSpec",
"properties": {
"generation": {
"description": "Deprecated and not currently populated by Cloud Run. See\nmetadata.generation instead, which is the sequence number containing the\nlatest generation of the desired state.\n\nRead-only.",
"format": "int32",
"type": "integer"
},
"manual": {
"$ref": "ServiceSpecManualType",
"description": "Manual contains the options for configuring a manual service. See\nServiceSpec for more details.\n\nNot currently supported by Cloud Run."
},
"pinned": {
"$ref": "ServiceSpecPinnedType",
"description": "Pins this service to a specific revision name. The revision must\nbe owned by the configuration provided.\n\nDeprecated and not supported by Cloud Run.\n+optional"
},
"release": {
"$ref": "ServiceSpecReleaseType",
"description": "Release enables gradual promotion of new revisions by allowing traffic\nto be split between two revisions. This type replaces the deprecated\nPinned type.\n\nNot currently supported by Cloud Run."
},
"runLatest": {
"$ref": "ServiceSpecRunLatest",
"description": "RunLatest defines a simple Service. It will automatically\nconfigure a route that keeps the latest ready revision\nfrom the supplied configuration running.\n+optional"
},
"template": {
"$ref": "RevisionTemplate",
"description": "Template holds the latest specification for the Revision to\nbe stamped out."
},
"traffic": {
"description": "Traffic specifies how to distribute traffic over a collection of Knative\nRevisions and Configurations.",
"items": {
"$ref": "TrafficTarget"
},
"type": "array"
}
},
"type": "object"
},
"ServiceSpecManualType": {
"description": "ServiceSpecManualType contains the options for configuring a manual service.\nSee ServiceSpec for more details.\n\nNot currently supported by Cloud Run.",
"id": "ServiceSpecManualType",
"properties": {},
"type": "object"
},
"ServiceSpecPinnedType": {
"description": "ServiceSpecPinnedType Pins this service to a specific revision name. The\nrevision must be owned by the configuration provided.\n\nDeprecated and not supported by Cloud Run.",
"id": "ServiceSpecPinnedType",
"properties": {
"configuration": {
"$ref": "ConfigurationSpec",
"description": "The configuration for this service."
},
"revisionName": {
"description": "The revision name to pin this service to until changed\nto a different service type.",
"type": "string"
}
},
"type": "object"
},
"ServiceSpecReleaseType": {
"description": "ServiceSpecReleaseType contains the options for slowly releasing revisions.\nSee ServiceSpec for more details.\n\nNot currently supported by Cloud Run.",
"id": "ServiceSpecReleaseType",
"properties": {
"configuration": {
"$ref": "ConfigurationSpec",
"description": "The configuration for this service. All revisions from this service must\ncome from a single configuration."
},
"revisions": {
"description": "Revisions is an ordered list of 1 or 2 revisions. The first is the current\nrevision, and the second is the candidate revision. If a single revision\nis provided, traffic will be pinned at that revision.\n\n\"@latest\" is a shortcut for usage that refers to the latest created\nrevision by the configuration.",
"items": {
"type": "string"
},
"type": "array"
},
"rolloutPercent": {
"description": "RolloutPercent is the percent of traffic that should be sent to the\ncandidate revision, i.e. the 2nd revision in the revisions list.\nValid values are between 0 and 99 inclusive.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"ServiceSpecRunLatest": {
"description": "ServiceSpecRunLatest contains the options for always having a route to the\nlatest configuration. See ServiceSpec for more details.",
"id": "ServiceSpecRunLatest",
"properties": {
"configuration": {
"$ref": "ConfigurationSpec",
"description": "The configuration for this service."
}
},
"type": "object"
},
"ServiceStatus": {
"description": "The current state of the Service. Output only.",
"id": "ServiceStatus",
"properties": {
"address": {
"$ref": "Addressable",
"description": "From RouteStatus.\nSimilar to url, information on where the service is available on HTTP."
},
"conditions": {
"description": "Conditions communicates information about ongoing/complete\nreconciliation processes that bring the \"spec\" inline with the observed\nstate of the world.",
"items": {
"$ref": "ServiceCondition"
},
"type": "array"
},
"domain": {
"description": "From RouteStatus.\nDomain holds the top-level domain that will distribute traffic over the\nprovided targets. It generally has the form\nhttps://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app",
"type": "string"
},
"latestCreatedRevisionName": {
"description": "From ConfigurationStatus.\nLatestCreatedRevisionName is the last revision that was created from this\nService's Configuration. It might not be ready yet, for that use\nLatestReadyRevisionName.",
"type": "string"
},
"latestReadyRevisionName": {
"description": "From ConfigurationStatus.\nLatestReadyRevisionName holds the name of the latest Revision stamped out\nfrom this Service's Configuration that has had its \"Ready\" condition become\n\"True\".",
"type": "string"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the Route that\nwas last processed by the controller.\n\nClients polling for completed reconciliation should poll until\nobservedGeneration = metadata.generation and the Ready condition's status\nis True or False.",
"format": "int32",
"type": "integer"
},
"traffic": {
"description": "From RouteStatus.\nTraffic holds the configured traffic distribution.\nThese entries will always contain RevisionName references.\nWhen ConfigurationName appears in the spec, this will hold the\nLatestReadyRevisionName that we last observed.",
"items": {
"$ref": "TrafficTarget"
},
"type": "array"
},
"url": {
"description": "From RouteStatus.\nURL holds the url that will distribute traffic over the provided traffic\ntargets. It generally has the form\nhttps://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app",
"type": "string"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
"properties": {
"policy": {
"$ref": "Policy",
"description": "REQUIRED: The complete policy to be applied to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An empty policy is a\nvalid policy but certain Cloud Platform services (such as Projects)\nmight reject them."
},
"updateMask": {
"description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only\nthe fields in the mask will be modified. If no mask is provided, the\nfollowing default mask is used:\n\n`paths: \"bindings, etag\"`",
"format": "google-fieldmask",
"type": "string"
}
},
"type": "object"
},
"TCPSocketAction": {
"description": "TCPSocketAction describes an action based on opening a socket",
"id": "TCPSocketAction",
"properties": {
"host": {
"description": "Optional: Host name to connect to, defaults to the pod IP.\n+optional",
"type": "string"
},
"port": {
"$ref": "IntOrString",
"description": "Number or name of the port to access on the container.\nNumber must be in the range 1 to 65535.\nName must be an IANA_SVC_NAME."
}
},
"type": "object"
},
"TestIamPermissionsRequest": {
"description": "Request message for `TestIamPermissions` method.",
"id": "TestIamPermissionsRequest",
"properties": {
"permissions": {
"description": "The set of permissions to check for the `resource`. Permissions with\nwildcards (such as '*' or 'storage.*') are not allowed. For more\ninformation see\n[IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"TestIamPermissionsResponse": {
"description": "Response message for `TestIamPermissions` method.",
"id": "TestIamPermissionsResponse",
"properties": {
"permissions": {
"description": "A subset of `TestPermissionsRequest.permissions` that the caller is\nallowed.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"TrafficTarget": {
"description": "TrafficTarget holds a single entry of the routing table for a Route.",
"id": "TrafficTarget",
"properties": {
"configurationName": {
"description": "ConfigurationName of a configuration to whose latest revision we will\nsend this portion of traffic. When the \"status.latestReadyRevisionName\"\nof the referenced configuration changes, we will automatically migrate\ntraffic from the prior \"latest ready\" revision to the new one. This field\nis never set in Route's status, only its spec. This is mutually exclusive\nwith RevisionName.\n\nCloud Run currently supports a single ConfigurationName.",
"type": "string"
},
"latestRevision": {
"description": "LatestRevision may be optionally provided to indicate that the latest\nready Revision of the Configuration should be used for this traffic\ntarget. When provided LatestRevision must be true if RevisionName is\nempty; it must be false when RevisionName is non-empty.\n+optional",
"type": "boolean"
},
"name": {
"description": "Name is optionally used to expose a dedicated hostname for referencing this\ntarget exclusively.\n\nNot currently supported by Cloud Run.\n+optional",
"type": "string"
},
"percent": {
"description": "Percent specifies percent of the traffic to this Revision or Configuration.\nThis defaults to zero if unspecified.\n\nCloud Run currently requires 100 percent for a single ConfigurationName\nTrafficTarget entry.",
"format": "int32",
"type": "integer"
},
"revisionName": {
"description": "RevisionName of a specific revision to which to send this portion of\ntraffic. This is mutually exclusive with ConfigurationName.\n\nProviding RevisionName in spec is not currently supported by Cloud Run.",
"type": "string"
},
"tag": {
"description": "Tag is optionally used to expose a dedicated url for referencing\nthis target exclusively.\n\nNot currently supported in Cloud Run.\n+optional",
"type": "string"
},
"url": {
"description": "Output only. URL displays the URL for accessing named traffic targets. URL\nis displayed in status, and is disallowed on spec. URL must contain a\nscheme (e.g. http://) and a hostname, but may not contain anything else\n(e.g. basic auth, url path, etc.\n\nNot currently supported in Cloud Run.",
"type": "string"
}
},
"type": "object"
},
"Trigger": {
"id": "Trigger",
"properties": {
"apiVersion": {
"description": "The API version for this call such as \"eventing.knative.dev/v1alpha1\".",
"type": "string"
},
"kind": {
"description": "The kind of resource, in this case \"Trigger\".",
"type": "string"
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this Trigger."
},
"spec": {
"$ref": "TriggerSpec",
"description": "Spec defines the desired state of the Trigger."
},
"status": {
"$ref": "TriggerStatus",
"description": "Optional. Status represents the current state of the Trigger. This data may be out of\ndate."
}
},
"type": "object"
},
"TriggerCondition": {
"description": "TriggerCondition contains state information for an Trigger.",
"id": "TriggerCondition",
"properties": {
"lastTransitionTime": {
"description": "Optional. Last time the condition transitioned from one status to another.",
"format": "google-datetime",
"type": "string"
},
"message": {
"description": "Optional. Human readable message indicating details about the current status.",
"type": "string"
},
"reason": {
"description": "Optional. One-word CamelCase reason for the condition's current status.",
"type": "string"
},
"severity": {
"description": "Optional. How to interpret failures of this condition, one of Error, Warning, Info",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "Type of Trigger condition.",
"type": "string"
}
},
"type": "object"
},
"TriggerFilter": {
"id": "TriggerFilter",
"properties": {
"attributes": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Attributes filters events by exact match on event context attributes.\nEach key in the map is compared with the equivalent key in the event\ncontext. An event passes the filter if all values are equal to the\nspecified values.\n\nNested context attributes are not supported as keys.\nOnly string values are supported.\nNote that this field is optional in knative. In fully managed, 'type'\nattribute is required due to different broker implementation.",
"type": "object"
}
},
"type": "object"
},
"TriggerSpec": {
"description": "The desired state of the Trigger.",
"id": "TriggerSpec",
"properties": {
"broker": {
"description": "Broker is the broker that this trigger receives events from. If not\nspecified, will default to 'default'.\n\nNot currently supported by Cloud Run.",
"type": "string"
},
"filter": {
"$ref": "TriggerFilter",
"description": "Optional. Filter is the filter to apply against all events from the Broker. Only\nevents that pass this filter will be sent to the Subscriber.\nNote that filter is optional in knative and is only required in fully\nmanaged due to different broker implementation."
},
"subscriber": {
"$ref": "Destination",
"description": "Sink is the addressable that will receive events."
}
},
"type": "object"
},
"TriggerStatus": {
"description": "TriggerStatus represents the current state of a Trigger.",
"id": "TriggerStatus",
"properties": {
"conditions": {
"description": "Array of observed TriggerConditions, indicating the current state\nof the Trigger.",
"items": {
"$ref": "TriggerCondition"
},
"type": "array"
},
"observedGeneration": {
"description": "ObservedGeneration is the 'Generation' of the Trigger that\nwas last processed by the controller.",
"format": "int32",
"type": "integer"
},
"subscriberUri": {
"description": "SubscriberURI is the resolved URI of the receiver for this Trigger.",
"type": "string"
}
},
"type": "object"
},
"Volume": {
"description": "Volume represents a named volume in a container.",
"id": "Volume",
"properties": {
"configMap": {
"$ref": "ConfigMapVolumeSource"
},
"name": {
"description": "Volume's name.",
"type": "string"
},
"secret": {
"$ref": "SecretVolumeSource"
}
},
"type": "object"
},
"VolumeDevice": {
"description": "volumeDevice describes a mapping of a raw block device within a container.",
"id": "VolumeDevice",
"properties": {
"devicePath": {
"description": "devicePath is the path inside of the container that the device will be\nmapped to.",
"type": "string"
},
"name": {
"description": "name must match the name of a persistentVolumeClaim in the pod",
"type": "string"
}
},
"type": "object"
},
"VolumeMount": {
"description": "VolumeMount describes a mounting of a Volume within a container.",
"id": "VolumeMount",
"properties": {
"mountPath": {
"description": "Path within the container at which the volume should be mounted. Must\nnot contain ':'.",
"type": "string"
},
"mountPropagation": {
"description": "mountPropagation determines how mounts are propagated from the host\nto container and the other way around.\nWhen not set, MountPropagationHostToContainer is used.\nThis field is beta in 1.10.\n+optional",
"type": "string"
},
"name": {
"description": "This must match the Name of a Volume.",
"type": "string"
},
"readOnly": {
"description": "Mounted read-only if true, read-write otherwise (false or unspecified).\nDefaults to false.\n+optional",
"type": "boolean"
},
"subPath": {
"description": "Path within the volume from which the container's volume should be mounted.\nDefaults to \"\" (volume's root).\n+optional",
"type": "string"
}
},
"type": "object"
}
},
"servicePath": "",
"title": "Cloud Run Admin API",
"version": "v1alpha1",
"version_module": true
}