Interface Cluster

interface Cluster {
    CreatedAt: string;
    Description: Description;
    ID: string;
    Spec: Spec;
    Status: Status;
    UpdatedAt: string;
    Version: {
        Index: number;
    };
}

Properties

CreatedAt: string
Description: Description
ID: string
Spec: Spec
Status: Status
UpdatedAt: string
Version: {
    Index: number;
}

Type declaration

  • Index: number

Generated using TypeDoc