Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Yetus demand for enum UPPER_SNAKE_CASE, and UNSPECIFIED for 0 case

...

enum ZInfoClusterNodeStatus {
   Node_Status_INVALID Z_INFO_CLUSTER_NODE_STATUS_UNSPECIFIED;
   Node_Status Z_INFO_CLUSTER_NODE_STATUS_READY;          // cluster reports our node is ready
   Node_Status Z_INFO_CLUSTER_NODE_STATUS_NOTREADY;  // cluster reports our node is ready
   Node_Status Z_INFO_CLUSTER_NODE_STATUS_DOWN;         // cluster API server can not be reached
}

...