func()

in manager.go [179:181]


func (m *Manager) Apply(resources Resources) (ApplyResults, error) {
	return m.ApplyCtx(context.Background(), resources)
}