DomainMappingMetadataArgs

data class DomainMappingMetadataArgs(val annotations: Output<Map<String, String>>? = null, val generation: Output<Int>? = null, val labels: Output<Map<String, String>>? = null, val namespace: Output<String>, val resourceVersion: Output<String>? = null, val selfLink: Output<String>? = null, val uid: Output<String>? = null) : ConvertibleToJava<DomainMappingMetadataArgs>

Constructors

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

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null

Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations Note: The Cloud Run API may add additional annotations that were not provided in your config. If the provider plan shows a diff where a server-side annotation is added, you can add it to your config or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.

Link copied to clipboard
val generation: Output<Int>? = null

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

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

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. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

Link copied to clipboard
val namespace: Output<String>

In Cloud Run the namespace must be equal to either the project ID or project number.

Link copied to clipboard
val resourceVersion: Output<String>? = null

(Output) 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. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency

Link copied to clipboard
val selfLink: Output<String>? = null

(Output) SelfLink is a URL representing this object.

Link copied to clipboard
val uid: Output<String>? = null

(Output) UID is a unique id generated by the server on successful creation of a resource and is not allowed to change on PUT operations. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

Functions

Link copied to clipboard
open override fun toJava(): DomainMappingMetadataArgs