Skip to content

Commit

Permalink
add missing - (flyteorg#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
migueltol22 authored Jul 7, 2020
1 parent d39837a commit cf37142
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 4 deletions.
6 changes: 3 additions & 3 deletions go/tasks/pluginmachinery/catalog/mocks/async_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/tasks/pluginmachinery/flytek8s/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type FlyteCoPilotConfig struct {
OutputVolumeName string `json:"output-vol-name" pflag:",Name of the data volume that is created for storing outputs"`
// Time for which the sidecar container should wait after starting up, for the primary process to appear. If it does not show up in this time
// the process will be assumed to be dead or in a terminal condition and will trigger an abort.
StartTimeout config2.Duration `json:"start-timeout" pflag:",Time for which the sidecar should wait on startup before assuming the primary container to have failed startup."`
StartTimeout config2.Duration `json:"start-timeout" pflag:"-,Time for which the sidecar should wait on startup before assuming the primary container to have failed startup."`
// Resources for CoPilot Containers
CPU string `json:"cpu" pflag:",Used to set cpu for co-pilot containers"`
Memory string `json:"memory" pflag:",Used to set memory for co-pilot containers"`
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf37142

Please sign in to comment.