google.cloud.run.meta.v1.ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
JSON representation |
---|
{
"name": string,
"generateName": string,
"namespace": string,
"selfLink": string,
"uid": string,
"resourceVersion": string,
"generation": integer,
"creationTimestamp": string,
"labels": {
string: string,
...
},
"annotations": {
string: string,
...
},
"ownerReferences": [
{
object ( |
Fields | |
---|---|
name |
Required. The name of the resource. Name is required when creating top-level resources (Service, Job), must be unique within a Cloud Run project/region, and cannot be changed once created. |
generate |
Not supported by Cloud Run |
namespace |
Required. Defines the space within each name must be unique within a Cloud Run region. In Cloud Run, it must be project ID or number. |
self |
URL representing this object. |
uid |
Unique, system-generated identifier for this resource. |
resource |
Opaque, system-generated value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server or omit the value to disable conflict-detection. |
generation |
A system-provided sequence number representing a specific generation of the desired state. |
creation |
UTC timestamp representing the server time when this object was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. An object containing a list of |
annotations |
Unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type.
An object containing a list of |
owner |
Not supported by Cloud Run |
deletion |
The read-only soft deletion timestamp for this resource. In Cloud Run, users are not able to set this field. Instead, they must call the corresponding Delete API. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deletion |
Not supported by Cloud Run |
finalizers[] |
Not supported by Cloud Run |
cluster |
Not supported by Cloud Run |
OwnerReference
This is not supported or used by Cloud Run.
JSON representation |
---|
{ "apiVersion": string, "kind": string, "name": string, "uid": string, "controller": boolean, "blockOwnerDeletion": boolean } |
Fields | |
---|---|
api |
This is not supported or used by Cloud Run. |
kind |
This is not supported or used by Cloud Run. |
name |
This is not supported or used by Cloud Run. |
uid |
This is not supported or used by Cloud Run. |
controller |
This is not supported or used by Cloud Run. |
block |
This is not supported or used by Cloud Run. |