Skip to content

Commit e1b1f22

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent b4cea80 commit e1b1f22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,8 @@ type InstanceReportedState struct {
982982
// indicates on which TimelineId the instance is
983983
// +optional
984984
TimeLineID int `json:"timeLineID,omitempty"`
985+
// IP address of the instance
986+
IP string `json:"ip,omitempty"`
985987
}
986988

987989
// ClusterConditionType defines types of cluster conditions

0 commit comments

Comments
 (0)