You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: aws added tag data function to get any type ofresource tags and match with a expected set of tags
this is now used within mac-pool request operation on remote mode...to get the fargate task spec to run request through it
Signed-off-by: Adrian Riobo <[email protected]>
Copy file name to clipboardExpand all lines: cmd/mapt/cmd/constants/constants.go
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,10 +77,13 @@ const (
77
77
RhelVersionDefaultstring="9.4"
78
78
79
79
// Serverless
80
-
Timeoutstring="timeout"
81
-
TimeoutDescstring="if timeout is set a serverless destroy actions will be set on the time according to the timeout. The Timeout value is a duration conforming to Go ParseDuration format."
80
+
Timeoutstring="timeout"
81
+
TimeoutDescstring="if timeout is set a serverless destroy actions will be set on the time according to the timeout. The Timeout value is a duration conforming to Go ParseDuration format."
82
+
// TODO we should be able to know if it is being executed serverless just checking the ENVs??
82
83
Serverlessstring="serverless"
83
84
ServerlessDescstring="if serverless is set the command will be executed as a serverless action."
85
+
Remotestring="remote"
86
+
RemoteDescstring="if remote is set the command will be executed through the invocation of a serverless task"
0 commit comments