Interface: KubeCRD

    lib/k8s/crd .KubeCRD

    Hierarchy

    Properties

    apiVersion

    Optional apiVersion: string

    Inherited from

    KubeObjectInterface . apiVersion

    Defined in

    lib/k8s/cluster.ts:55


    kind

    kind: string

    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to.

    In CamelCase.

    Cannot be updated.

    see more info

    Inherited from

    KubeObjectInterface . kind

    Defined in

    lib/k8s/cluster.ts:54


    metadata

    metadata: KubeMetadata

    Inherited from

    KubeObjectInterface . metadata

    Defined in

    lib/k8s/cluster.ts:56


    spec

    spec: Object

    Index signature

    ▪ [other: string]: any

    Type declaration

    Name Type
    group string
    names { kind: string ; listKind: string ; plural: string ; singular: string }
    names.kind string
    names.listKind string
    names.plural string
    names.singular string
    scope string
    version string
    versions { additionalPrinterColumns: { description?: string ; format?: string ; jsonPath: string ; name: string ; priority?: number ; type: string }[] ; name: string ; served: boolean ; storage: boolean }[]

    Defined in

    lib/k8s/crd.ts:6