atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Package with constants for object kinds, etc #403

Open ash2k opened 5 years ago

ash2k commented 5 years ago

Refactor common string literals into a package with constants. That package should not depend on anything to avoid any coupling. i.e. don't put GVK and similar objects there.