ParentReferenceArgs

data class ParentReferenceArgs(val group: Output<String>? = null, val name: Output<String>, val namespace: Output<String>? = null, val resource: Output<String>, val uid: Output<String>? = null) : ConvertibleToJava<ParentReferenceArgs>

ParentReference describes a reference to a parent object.

Constructors

Link copied to clipboard
constructor(group: Output<String>? = null, name: Output<String>, namespace: Output<String>? = null, resource: Output<String>, uid: Output<String>? = null)

Properties

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

Group is the group of the object being referenced.

Link copied to clipboard
val name: Output<String>

Name is the name of the object being referenced.

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

Namespace is the namespace of the object being referenced.

Link copied to clipboard
val resource: Output<String>

Resource is the resource of the object being referenced.

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

UID is the uid of the object being referenced.

Functions

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