ServiceAccountSubject holds detailed information for service-account-kind subject.

Hierarchy

  • V1beta2ServiceAccountSubject

Constructors

Properties

name: string

name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

namespace: string

namespace is the namespace of matching ServiceAccount objects. Required.

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