func()

in internal/controller/wrappers.go [90:93]


func (s *StatefulSetWrapper) SetReplicas(replicas int32) {
	s.obj = s.obj.DeepCopy() //don't mutate the cache
	s.obj.Spec.Replicas = &replicas
}