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
fun DomainMappingMetadataArgs(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)

Functions

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

Properties

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

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: http://kubernetes.io/docs/user-guide/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

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

SelfLink is a URL representing this object.

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

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: http://kubernetes.io/docs/user-guide/identifiers#uids