create.go 347 B

123456789
  1. package porter_app
  2. // TODO: migrate all kubernetes-level operations from /api/server/handlers/porter_app/{create,parse}.go to this file
  3. const (
  4. LabelKey_PorterApplication = "porter.run/porter-application"
  5. LabelKey_PorterApplicationPreDeploy = "porter.run/porter-application-pre-deploy"
  6. LabelValue_PorterApplication = "true"
  7. )