Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions cloudflow-crd.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ class KubeClientFabric8(
val res = models.ApplicationStatus(
summary = getCRSummary(app),
status = appStatus,
// FIXME, remove in a breaking CRD change, the endpoint statuses are not updated anymore.
endpointsStatuses = Try(app.status.endpointStatuses).toOption
.filterNot(_ == null)
.map(_.map(getEndpointStatus))
Expand Down
Loading