BoundObjectReference is a reference to an object that a token is bound to.

Hierarchy

  • V1BoundObjectReference

Constructors

Properties

apiVersion?: string

API version of the referent.

kind?: string

Kind of the referent. Valid kinds are 'Pod' and 'Secret'.

name?: string

Name of the referent.

uid?: string

UID of the referent.

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