RoleRef contains information that points to the role being used

Hierarchy

  • V1RoleRef

Constructors

Properties

apiGroup: string

APIGroup is the group for the resource being referenced

kind: string

Kind is the type of resource being referenced

name: string

Name is the name of resource being referenced

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc