-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always send
internal_ip_only
, if it is set by the user.
This is required because the autogenerated Dataproc API client has `omitempty` on the field. So if the user specifies `internal_ip_only: false`, then it would not get sent to Dataproc. Thus Dataproc uses server-side defaulting. We don't want that. If the user specifies the value, we want to ensure that value is used.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters