SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.

Hierarchy

  • V1SelfSubjectReviewStatus

Constructors

Properties

userInfo?: V1UserInfo
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