ParentReference

data class ParentReference(val group: String? = null, val name: String, val namespace: String? = null, val resource: String)

ParentReference describes a reference to a parent object.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val group: String? = null

Group is the group of the object being referenced.

Link copied to clipboard

Name is the name of the object being referenced.

Link copied to clipboard
val namespace: String? = null

Namespace is the namespace of the object being referenced.

Link copied to clipboard

Resource is the resource of the object being referenced.