GetServiceTemplateMetadata

data class GetServiceTemplateMetadata(val annotations: Map<String, String>, val generation: Int, val labels: Map<String, String>, val name: String, val namespace: String, val resourceVersion: String, val selfLink: String, val uid: String)

Constructors

Link copied to clipboard
constructor(annotations: Map<String, String>, generation: Int, labels: Map<String, String>, name: String, namespace: String, resourceVersion: String, selfLink: String, uid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

A sequence number representing a specific generation of the desired state.

Link copied to clipboard

Map of string keys and values that can be used to organize and categorize (scope and select) objects.

Link copied to clipboard

The name of the Cloud Run Service.

Link copied to clipboard

In Cloud Run the namespace must be equal to either the project ID or project number. It will default to the resource's project.

Link copied to clipboard

An opaque 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. They may only be valid for a particular resource or set of resources.

Link copied to clipboard

SelfLink is a URL representing this object.

Link copied to clipboard
val uid: String

UID is a unique id generated by the server on successful creation of a resource and is not allowed to change on PUT operations.