ya.make 175 B

123456789101112131415161718
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. protos.go
  5. resource_watcher.go
  6. testutils.go
  7. )
  8. GO_TEST_SRCS(balancer_test.go)
  9. END()
  10. RECURSE(
  11. fakeclient
  12. gotest
  13. )