RoleRefPatch

data class RoleRefPatch(val apiGroup: String? = null, val kind: String? = null, val name: String? = null)

RoleRef contains information that points to the role being used

Constructors

Link copied to clipboard
constructor(apiGroup: String? = null, kind: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiGroup: String? = null

APIGroup is the group for the resource being referenced

Link copied to clipboard
val kind: String? = null

Kind is the type of resource being referenced

Link copied to clipboard
val name: String? = null

Name is the name of resource being referenced