interface ApplicationSummary {
    application_id: string;
    group?: string;
    kind: string;
    latest_version: string;
}

Properties

application_id: string

The application unique reference, the value of the Kubernetes Custom Resource Definition metadata.name property

group?: string

The application group

kind: string

The application name, the value of the Kubernetes Custom Resource Definition spec.names.kind property

latest_version: string

The application's latest version as declared in The Custom Resource Definition