Schema for kind.

Hierarchy

  • KindObj

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

Short description of the kind.

displayName?: string

The display name of the kind. Automatically generated if not provided.

kind: string

The name of the kind to create or update. This must be in kebab-case format.

Generated using TypeDoc