ParamKind is a tuple of Group Kind and Version.

Hierarchy

  • V1beta1ParamKind

Constructors

Properties

apiVersion?: string

APIVersion is the API group version the resources belong to. In format of "group/version". Required.

kind?: string

Kind is the API kind the resources belong to. 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