func()

in internal/controller/wrappers.go [119:124]


func (s *StatefulSetWrapper) RemoveAnnotation(status string) {
	//always need to new map to reset the status of deployment and clear previous ones
	if s.obj.Annotations != nil {
		delete(s.obj.Annotations, status)
	}
}