ParentReference describes a reference to a parent object.

Hierarchy

  • V1alpha1ParentReference

Constructors

Properties

group?: string

Group is the group of the object being referenced.

name?: string

Name is the name of the object being referenced.

namespace?: string

Namespace is the namespace of the object being referenced.

resource?: string

Resource is the resource of the object being referenced.

uid?: string

UID is the uid of the object 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