ObjectFieldSelector selects an APIVersioned field of an object.

Hierarchy

  • V1ObjectFieldSelector

Constructors

Properties

apiVersion?: string

Version of the schema the FieldPath is written in terms of, defaults to "v1".

fieldPath: string

Path of the field to select in the specified API version.

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