Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into add-support-for-service-account-in-runwith
  • Loading branch information
joehan authored Nov 30, 2020
commit eb3ef4f9b7e982d9811091eec68a471f08b9484e
5 changes: 5 additions & 0 deletions src/function-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ export interface RuntimeOptions {
* Specific service account
*/
serviceAccountEmail?: string;

/**
* Ingress settings
*/
ingressSettings?: typeof INGRESS_SETTINGS_OPTIONS[number];
}

export interface DeploymentOptions extends RuntimeOptions {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.