Skip to content

Commit

Permalink
Add Id fields to KubeNodeInfo and KubeVolumeInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Durbin <[email protected]>
  • Loading branch information
andrewd-zededa authored and eriknordmark committed Nov 16, 2024
1 parent 8fc1248 commit 0ab56ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/info/edge_node_cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ message KubeNodeInfo {

// Admission State of the local node in a cluster
NodeAdmission admission_status = 8;

// Id of the eve node matching config.EdgeDevConfig.id
string node_id = 9;
}

// StorageHealthStatus is a higher level tracking status to show redundancy/failure-zone level
Expand Down Expand Up @@ -227,6 +230,9 @@ message KubeVolumeInfo {

// Robustness substate of the replication status of the volume
StorageHealthStatus robustness_substate = 9;

// Id of the eve volume info.ZInfoVolume.uuid
string volume_id = 10;
}

// ServiceStatus denotes a cluster wide
Expand Down

0 comments on commit 0ab56ba

Please sign in to comment.