shared.go 216 B

1234567891011
  1. package deploy
  2. type SharedOpts struct {
  3. ProjectID uint
  4. ClusterID uint
  5. Namespace string
  6. LocalPath string
  7. LocalDockerfile string
  8. OverrideTag string
  9. Method DeployBuildType
  10. }