interface ApplicationsGetResponse {
    applications: ApplicationSummary[];
    count: number;
}

Properties

Properties

applications: ApplicationSummary[]

A list of installed applications, which are application-compliant Kubernetes "operators"

count: number

The number of known Applications