Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chantu.lhl committed Oct 15, 2021
1 parent 18459c2 commit c5e7814
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,6 @@ func (s *MpdClusterResource) GetState() statemachine.State {
return s.GetMpdCluster().Status.ClusterStatus
}

// GetState 获取资源当前状态
func (s *DataMaxResource) GetState() statemachine.State {
return s.GetDataMax().Status.ClusterStatus
}

// UpdateState 更新资源当前状态(string)
func (s *MpdClusterResource) UpdateState(state statemachine.State) (statemachine.StateResource, error) {
so, err := s.fetch()
Expand Down

0 comments on commit c5e7814

Please sign in to comment.