Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
add field
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Signed-off-by: Jeev B <jeevb@users.noreply.github.com>
  • Loading branch information
wild-endeavor authored and jeevb committed Sep 18, 2023
1 parent b219c2a commit 8a3155f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/flyteidl/core/tasks.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ message Resources {
// Value must be a valid k8s quantity. See
// https://github.com/kubernetes/apimachinery/blob/master/pkg/api/resource/quantity.go#L30-L80
string value = 2;

map <string, string> specification = 3;
}

// The desired set of resources requested. ResourceNames must be unique within the list.
Expand Down

0 comments on commit 8a3155f

Please sign in to comment.