ParentReferenceArgs

data class ParentReferenceArgs(val group: Output<String>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val resource: Output<String>? = null, 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>? = null, namespace: Output<String>? = null, resource: Output<String>? = null, 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>? = null

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>? = null

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