1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud alpha managed-flink deployments create
(DEPLOYMENT : --location=LOCATION) --max-slots=MAX_SLOTS [--async]
[--display-name=DISPLAY_NAME]
[--display-name=DISPLAY_NAME] [--workload-identity=WORKLOAD_IDENTITY]
[--network-config-subnetwork=NETWORK_CONFIG_SUBNETWORK
--network-config-vpc=NETWORK_CONFIG_VPC] [GCLOUD_WIDE_FLAG ...]
@ -72,6 +72,10 @@ OPTIONAL FLAGS
--display-name=DISPLAY_NAME
display name of the Flink deployment.
--workload-identity=WORKLOAD_IDENTITY
The workload identity to use for the deployment. Managed Flink Default
Workload Identity will be used if not specified.
--network-config-subnetwork=NETWORK_CONFIG_SUBNETWORK
subnetwork for the Flink deployment network config.

View file

@ -11,7 +11,8 @@ SYNOPSIS
[--max-parallelism=MAX_PARALLELISM] [--min-parallelism=MIN_PARALLELISM]
[--name=NAME] [--network-config-subnetwork=SUBNETWORK]
[--network-config-vpc=NETWORK] [--parallelism=PARALLELISM]
[--python-venv=ZIP] [GCLOUD_WIDE_FLAG ...] [-- JOB_ARGS ...]
[--python-venv=ZIP] [--workload-identity=WORKLOAD_IDENTITY]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARGS ...]
DESCRIPTION
(ALPHA) Create a Flink job from a Java jar.
@ -108,6 +109,10 @@ OTHER FLAGS
dependencies. Required if the job type is python. Must start with
gs://.
--workload-identity=WORKLOAD_IDENTITY
The workload identity to use for the job. Managed Flink Default
Workload Identity will be used if not specified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,