ParentReferencePatch

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

ParentReference describes a reference to a parent object.

Constructors

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

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
val name: String? = null

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
val resource: String? = null

Resource is the resource of the object being referenced.

Link copied to clipboard
val uid: String? = null

UID is the uid of the object being referenced.