@@ -12483,6 +12483,69 @@ _openshift_cli_create_namespace()
12483
12483
noun_aliases=()
12484
12484
}
12485
12485
12486
+ _openshift_cli_create_quota()
12487
+ {
12488
+ last_command="openshift_cli_create_quota"
12489
+ commands=()
12490
+
12491
+ flags=()
12492
+ two_word_flags=()
12493
+ flags_with_completion=()
12494
+ flags_completion=()
12495
+
12496
+ flags+=("--dry-run")
12497
+ flags+=("--generator=")
12498
+ flags+=("--hard=")
12499
+ flags+=("--no-headers")
12500
+ flags+=("--output=")
12501
+ two_word_flags+=("-o")
12502
+ flags+=("--output-version=")
12503
+ flags+=("--save-config")
12504
+ flags+=("--schema-cache-dir=")
12505
+ flags_with_completion+=("--schema-cache-dir")
12506
+ flags_completion+=("_filedir")
12507
+ flags+=("--scopes=")
12508
+ flags+=("--show-all")
12509
+ flags+=("-a")
12510
+ flags+=("--show-labels")
12511
+ flags+=("--sort-by=")
12512
+ flags+=("--template=")
12513
+ flags_with_completion+=("--template")
12514
+ flags_completion+=("_filedir")
12515
+ flags+=("--validate")
12516
+ flags+=("--api-version=")
12517
+ flags+=("--as=")
12518
+ flags+=("--certificate-authority=")
12519
+ flags_with_completion+=("--certificate-authority")
12520
+ flags_completion+=("_filedir")
12521
+ flags+=("--client-certificate=")
12522
+ flags_with_completion+=("--client-certificate")
12523
+ flags_completion+=("_filedir")
12524
+ flags+=("--client-key=")
12525
+ flags_with_completion+=("--client-key")
12526
+ flags_completion+=("_filedir")
12527
+ flags+=("--cluster=")
12528
+ flags+=("--config=")
12529
+ flags_with_completion+=("--config")
12530
+ flags_completion+=("_filedir")
12531
+ flags+=("--context=")
12532
+ flags+=("--google-json-key=")
12533
+ flags+=("--insecure-skip-tls-verify")
12534
+ flags+=("--log-flush-frequency=")
12535
+ flags+=("--loglevel=")
12536
+ flags+=("--logspec=")
12537
+ flags+=("--match-server-version")
12538
+ flags+=("--namespace=")
12539
+ two_word_flags+=("-n")
12540
+ flags+=("--server=")
12541
+ flags+=("--token=")
12542
+ flags+=("--user=")
12543
+
12544
+ must_have_one_flag=()
12545
+ must_have_one_noun=()
12546
+ noun_aliases=()
12547
+ }
12548
+
12486
12549
_openshift_cli_create_secret_docker-registry()
12487
12550
{
12488
12551
last_command="openshift_cli_create_secret_docker-registry"
@@ -13433,6 +13496,7 @@ _openshift_cli_create()
13433
13496
last_command="openshift_cli_create"
13434
13497
commands=()
13435
13498
commands+=("namespace")
13499
+ commands+=("quota")
13436
13500
commands+=("secret")
13437
13501
commands+=("configmap")
13438
13502
commands+=("serviceaccount")
@@ -16268,6 +16332,107 @@ _openshift_kube_create_namespace()
16268
16332
noun_aliases=()
16269
16333
}
16270
16334
16335
+ _openshift_kube_create_quota()
16336
+ {
16337
+ last_command="openshift_kube_create_quota"
16338
+ commands=()
16339
+
16340
+ flags=()
16341
+ two_word_flags=()
16342
+ flags_with_completion=()
16343
+ flags_completion=()
16344
+
16345
+ flags+=("--dry-run")
16346
+ flags+=("--generator=")
16347
+ flags+=("--hard=")
16348
+ flags+=("--no-headers")
16349
+ flags+=("--output=")
16350
+ two_word_flags+=("-o")
16351
+ flags+=("--output-version=")
16352
+ flags+=("--save-config")
16353
+ flags+=("--schema-cache-dir=")
16354
+ flags_with_completion+=("--schema-cache-dir")
16355
+ flags_completion+=("_filedir")
16356
+ flags+=("--scopes=")
16357
+ flags+=("--show-all")
16358
+ flags+=("-a")
16359
+ flags+=("--show-labels")
16360
+ flags+=("--sort-by=")
16361
+ flags+=("--template=")
16362
+ flags_with_completion+=("--template")
16363
+ flags_completion+=("_filedir")
16364
+ flags+=("--validate")
16365
+ flags+=("--alsologtostderr")
16366
+ flags+=("--api-version=")
16367
+ flags+=("--application-metrics-count-limit=")
16368
+ flags+=("--as=")
16369
+ flags+=("--boot-id-file=")
16370
+ flags+=("--certificate-authority=")
16371
+ flags_with_completion+=("--certificate-authority")
16372
+ flags_completion+=("_filedir")
16373
+ flags+=("--client-certificate=")
16374
+ flags_with_completion+=("--client-certificate")
16375
+ flags_completion+=("_filedir")
16376
+ flags+=("--client-key=")
16377
+ flags_with_completion+=("--client-key")
16378
+ flags_completion+=("_filedir")
16379
+ flags+=("--cluster=")
16380
+ flags+=("--config=")
16381
+ flags_with_completion+=("--config")
16382
+ flags_completion+=("_filedir")
16383
+ flags+=("--container-hints=")
16384
+ flags+=("--context=")
16385
+ flags+=("--docker=")
16386
+ flags+=("--docker-env-metadata-whitelist=")
16387
+ flags+=("--docker-only")
16388
+ flags+=("--docker-root=")
16389
+ flags+=("--enable-load-reader")
16390
+ flags+=("--event-storage-age-limit=")
16391
+ flags+=("--event-storage-event-limit=")
16392
+ flags+=("--global-housekeeping-interval=")
16393
+ flags+=("--google-json-key=")
16394
+ flags+=("--housekeeping-interval=")
16395
+ flags+=("--httptest.serve=")
16396
+ flags+=("--insecure-skip-tls-verify")
16397
+ flags+=("--ir-data-source=")
16398
+ flags+=("--ir-dbname=")
16399
+ flags+=("--ir-hawkular=")
16400
+ flags+=("--ir-influxdb-host=")
16401
+ flags+=("--ir-namespace-only")
16402
+ flags+=("--ir-password=")
16403
+ flags+=("--ir-percentile=")
16404
+ flags+=("--ir-user=")
16405
+ flags+=("--kubeconfig=")
16406
+ flags+=("--log-backtrace-at=")
16407
+ flags+=("--log-cadvisor-usage")
16408
+ flags+=("--log-dir=")
16409
+ flags+=("--log-flush-frequency=")
16410
+ flags+=("--loglevel=")
16411
+ flags+=("--logspec=")
16412
+ flags+=("--logtostderr")
16413
+ flags+=("--machine-id-file=")
16414
+ flags+=("--match-server-version")
16415
+ flags+=("--namespace=")
16416
+ two_word_flags+=("-n")
16417
+ flags+=("--server=")
16418
+ flags+=("--stderrthreshold=")
16419
+ flags+=("--storage-driver-buffer-duration=")
16420
+ flags+=("--storage-driver-db=")
16421
+ flags+=("--storage-driver-host=")
16422
+ flags+=("--storage-driver-password=")
16423
+ flags+=("--storage-driver-secure")
16424
+ flags+=("--storage-driver-table=")
16425
+ flags+=("--storage-driver-user=")
16426
+ flags+=("--token=")
16427
+ flags+=("--user=")
16428
+ flags+=("--v=")
16429
+ flags+=("--vmodule=")
16430
+
16431
+ must_have_one_flag=()
16432
+ must_have_one_noun=()
16433
+ noun_aliases=()
16434
+ }
16435
+
16271
16436
_openshift_kube_create_secret_docker-registry()
16272
16437
{
16273
16438
last_command="openshift_kube_create_secret_docker-registry"
@@ -16868,6 +17033,7 @@ _openshift_kube_create()
16868
17033
last_command="openshift_kube_create"
16869
17034
commands=()
16870
17035
commands+=("namespace")
17036
+ commands+=("quota")
16871
17037
commands+=("secret")
16872
17038
commands+=("configmap")
16873
17039
commands+=("serviceaccount")
0 commit comments