Skip to content

Commit

Permalink
fix cluster claim update
Browse files Browse the repository at this point in the history
  • Loading branch information
vramk23 committed Nov 25, 2023
1 parent f79d74d commit dc499cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capten/agent/internal/crossplane/cluster_claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func (h *ClusterClaimSyncHandler) triggerClusterUpdates(clusterName, managedClus

func getClusterClaimStatus(conditions []model.ClusterClaimCondition) (nodePoolStatus, controlPlaneStatus, readyStatus string) {
for _, condition := range conditions {
fmt.Printf("condition %s:%s", strings.ToLower(condition.Type), condition.Status)
switch strings.ToLower(condition.Type) {
case readyStatusType:
readyStatus = condition.Status
Expand Down

0 comments on commit dc499cc

Please sign in to comment.