func()

in internal/controller/wrappers.go [111:116]


func (s *StatefulSetWrapper) AddAnnotation(status, newReplicas string) {
	if s.obj.Annotations == nil {
		s.obj.Annotations = make(map[string]string)
	}
	s.obj.Annotations[status] = newReplicas
}