@@ -12159,6 +12159,69 @@ _openshift_cli_create_namespace()
12159
12159
noun_aliases=()
12160
12160
}
12161
12161
12162
+ _openshift_cli_create_quota()
12163
+ {
12164
+ last_command="openshift_cli_create_quota"
12165
+ commands=()
12166
+
12167
+ flags=()
12168
+ two_word_flags=()
12169
+ flags_with_completion=()
12170
+ flags_completion=()
12171
+
12172
+ flags+=("--dry-run")
12173
+ flags+=("--generator=")
12174
+ flags+=("--hard=")
12175
+ flags+=("--no-headers")
12176
+ flags+=("--output=")
12177
+ two_word_flags+=("-o")
12178
+ flags+=("--output-version=")
12179
+ flags+=("--save-config")
12180
+ flags+=("--schema-cache-dir=")
12181
+ flags_with_completion+=("--schema-cache-dir")
12182
+ flags_completion+=("_filedir")
12183
+ flags+=("--scopes=")
12184
+ flags+=("--show-all")
12185
+ flags+=("-a")
12186
+ flags+=("--show-labels")
12187
+ flags+=("--sort-by=")
12188
+ flags+=("--template=")
12189
+ flags_with_completion+=("--template")
12190
+ flags_completion+=("_filedir")
12191
+ flags+=("--validate")
12192
+ flags+=("--api-version=")
12193
+ flags+=("--as=")
12194
+ flags+=("--certificate-authority=")
12195
+ flags_with_completion+=("--certificate-authority")
12196
+ flags_completion+=("_filedir")
12197
+ flags+=("--client-certificate=")
12198
+ flags_with_completion+=("--client-certificate")
12199
+ flags_completion+=("_filedir")
12200
+ flags+=("--client-key=")
12201
+ flags_with_completion+=("--client-key")
12202
+ flags_completion+=("_filedir")
12203
+ flags+=("--cluster=")
12204
+ flags+=("--config=")
12205
+ flags_with_completion+=("--config")
12206
+ flags_completion+=("_filedir")
12207
+ flags+=("--context=")
12208
+ flags+=("--google-json-key=")
12209
+ flags+=("--insecure-skip-tls-verify")
12210
+ flags+=("--log-flush-frequency=")
12211
+ flags+=("--loglevel=")
12212
+ flags+=("--logspec=")
12213
+ flags+=("--match-server-version")
12214
+ flags+=("--namespace=")
12215
+ two_word_flags+=("-n")
12216
+ flags+=("--server=")
12217
+ flags+=("--token=")
12218
+ flags+=("--user=")
12219
+
12220
+ must_have_one_flag=()
12221
+ must_have_one_noun=()
12222
+ noun_aliases=()
12223
+ }
12224
+
12162
12225
_openshift_cli_create_secret_docker-registry()
12163
12226
{
12164
12227
last_command="openshift_cli_create_secret_docker-registry"
@@ -13109,6 +13172,7 @@ _openshift_cli_create()
13109
13172
last_command="openshift_cli_create"
13110
13173
commands=()
13111
13174
commands+=("namespace")
13175
+ commands+=("quota")
13112
13176
commands+=("secret")
13113
13177
commands+=("configmap")
13114
13178
commands+=("serviceaccount")
@@ -15944,6 +16008,107 @@ _openshift_kube_create_namespace()
15944
16008
noun_aliases=()
15945
16009
}
15946
16010
16011
+ _openshift_kube_create_quota()
16012
+ {
16013
+ last_command="openshift_kube_create_quota"
16014
+ commands=()
16015
+
16016
+ flags=()
16017
+ two_word_flags=()
16018
+ flags_with_completion=()
16019
+ flags_completion=()
16020
+
16021
+ flags+=("--dry-run")
16022
+ flags+=("--generator=")
16023
+ flags+=("--hard=")
16024
+ flags+=("--no-headers")
16025
+ flags+=("--output=")
16026
+ two_word_flags+=("-o")
16027
+ flags+=("--output-version=")
16028
+ flags+=("--save-config")
16029
+ flags+=("--schema-cache-dir=")
16030
+ flags_with_completion+=("--schema-cache-dir")
16031
+ flags_completion+=("_filedir")
16032
+ flags+=("--scopes=")
16033
+ flags+=("--show-all")
16034
+ flags+=("-a")
16035
+ flags+=("--show-labels")
16036
+ flags+=("--sort-by=")
16037
+ flags+=("--template=")
16038
+ flags_with_completion+=("--template")
16039
+ flags_completion+=("_filedir")
16040
+ flags+=("--validate")
16041
+ flags+=("--alsologtostderr")
16042
+ flags+=("--api-version=")
16043
+ flags+=("--application-metrics-count-limit=")
16044
+ flags+=("--as=")
16045
+ flags+=("--boot-id-file=")
16046
+ flags+=("--certificate-authority=")
16047
+ flags_with_completion+=("--certificate-authority")
16048
+ flags_completion+=("_filedir")
16049
+ flags+=("--client-certificate=")
16050
+ flags_with_completion+=("--client-certificate")
16051
+ flags_completion+=("_filedir")
16052
+ flags+=("--client-key=")
16053
+ flags_with_completion+=("--client-key")
16054
+ flags_completion+=("_filedir")
16055
+ flags+=("--cluster=")
16056
+ flags+=("--config=")
16057
+ flags_with_completion+=("--config")
16058
+ flags_completion+=("_filedir")
16059
+ flags+=("--container-hints=")
16060
+ flags+=("--context=")
16061
+ flags+=("--docker=")
16062
+ flags+=("--docker-env-metadata-whitelist=")
16063
+ flags+=("--docker-only")
16064
+ flags+=("--docker-root=")
16065
+ flags+=("--enable-load-reader")
16066
+ flags+=("--event-storage-age-limit=")
16067
+ flags+=("--event-storage-event-limit=")
16068
+ flags+=("--global-housekeeping-interval=")
16069
+ flags+=("--google-json-key=")
16070
+ flags+=("--housekeeping-interval=")
16071
+ flags+=("--httptest.serve=")
16072
+ flags+=("--insecure-skip-tls-verify")
16073
+ flags+=("--ir-data-source=")
16074
+ flags+=("--ir-dbname=")
16075
+ flags+=("--ir-hawkular=")
16076
+ flags+=("--ir-influxdb-host=")
16077
+ flags+=("--ir-namespace-only")
16078
+ flags+=("--ir-password=")
16079
+ flags+=("--ir-percentile=")
16080
+ flags+=("--ir-user=")
16081
+ flags+=("--kubeconfig=")
16082
+ flags+=("--log-backtrace-at=")
16083
+ flags+=("--log-cadvisor-usage")
16084
+ flags+=("--log-dir=")
16085
+ flags+=("--log-flush-frequency=")
16086
+ flags+=("--loglevel=")
16087
+ flags+=("--logspec=")
16088
+ flags+=("--logtostderr")
16089
+ flags+=("--machine-id-file=")
16090
+ flags+=("--match-server-version")
16091
+ flags+=("--namespace=")
16092
+ two_word_flags+=("-n")
16093
+ flags+=("--server=")
16094
+ flags+=("--stderrthreshold=")
16095
+ flags+=("--storage-driver-buffer-duration=")
16096
+ flags+=("--storage-driver-db=")
16097
+ flags+=("--storage-driver-host=")
16098
+ flags+=("--storage-driver-password=")
16099
+ flags+=("--storage-driver-secure")
16100
+ flags+=("--storage-driver-table=")
16101
+ flags+=("--storage-driver-user=")
16102
+ flags+=("--token=")
16103
+ flags+=("--user=")
16104
+ flags+=("--v=")
16105
+ flags+=("--vmodule=")
16106
+
16107
+ must_have_one_flag=()
16108
+ must_have_one_noun=()
16109
+ noun_aliases=()
16110
+ }
16111
+
15947
16112
_openshift_kube_create_secret_docker-registry()
15948
16113
{
15949
16114
last_command="openshift_kube_create_secret_docker-registry"
@@ -16544,6 +16709,7 @@ _openshift_kube_create()
16544
16709
last_command="openshift_kube_create"
16545
16710
commands=()
16546
16711
commands+=("namespace")
16712
+ commands+=("quota")
16547
16713
commands+=("secret")
16548
16714
commands+=("configmap")
16549
16715
commands+=("serviceaccount")
0 commit comments