RoleRef

data class RoleRef(val apiGroup: String, val kind: String, val name: String)

RoleRef contains information that points to the role being used

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

APIGroup is the group for the resource being referenced

Link copied to clipboard

Kind is the type of resource being referenced

Link copied to clipboard

Name is the name of resource being referenced