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
serviceAccountKeyFile=flag.String("service_account_key_file", "", "Path to service account json key file")
71
71
oauthScope=flag.String("oauth_scope", "", "The scope for OAuth2 tokens")
72
72
defaultServiceAccount=flag.String("default_service_account", "", "Email of GCE default service account")
73
+
googleC2PUniverseDomain=flag.String("google_c2p_universe_domain", "", "Universe domain for google-c2p resolve")
73
74
serverHost=flag.String("server_host", "localhost", "The server host name")
74
75
serverPort=flag.Int("server_port", 10000, "The server port number")
75
76
serviceConfigJSON=flag.String("service_config_json", "", "Disables service config lookups and sets the provided string as the default service config.")
0 commit comments