func()

in client/client.go [93:96]


func (s *HaQuery) SetCluster(v string) *HaQuery {
	s.Cluster = &v
	return s
}