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
Copy file name to clipboardExpand all lines: assets/swagger.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7234,12 +7234,20 @@
7234
7234
"description": "Server requires Bearer authentication. This client will not attempt to use\nrefresh tokens for an OAuth2 flow.\nTODO: demonstrate an OAuth2 compatible client.",
7235
7235
"type": "string"
7236
7236
},
7237
+
"disableCompression": {
7238
+
"description": "DisableCompression bypasses automatic GZip compression requests to the server.",
command.Flags().StringVar(&clusterOptions.Name, "name", "", "Overwrite the cluster name")
268
289
command.Flags().StringArrayVar(&clusterOptions.Namespaces, "namespace", nil, "List of namespaces which are allowed to manage. Specify '*' to manage all namespaces")
command.Flags().StringVar(&opts.ExecProviderAPIVersion, "exec-command-api-version", "", "Preferred input version of the ExecInfo for the --exec-command executable")
183
192
command.Flags().StringVar(&opts.ExecProviderInstallHint, "exec-command-install-hint", "", "Text shown to the user when the --exec-command executable doesn't seem to be present")
184
193
command.Flags().StringVar(&opts.ClusterEndpoint, "cluster-endpoint", "", "Cluster endpoint to use. Can be one of the following: 'kubeconfig', 'kube-public', or 'internal'.")
194
+
command.Flags().BoolVar(&opts.DisableCompression, "disable-compression", false, "Bypasses automatic GZip compression requests to the server")
--bearer-token string Authentication token that should be used to access K8S API server
19
19
--cluster-endpoint string Cluster endpoint to use. Can be one of the following: 'kubeconfig', 'kube-public', or 'internal'.
20
20
--cluster-resources Indicates if cluster level resources should be managed. The setting is used only if list of managed namespaces is not empty.
21
+
--disable-compression Bypasses automatic GZip compression requests to the server
21
22
--exec-command string Command to run to provide client credentials to the cluster. You may need to build a custom ArgoCD image to ensure the command is available at runtime.
22
23
--exec-command-api-version string Preferred input version of the ExecInfo for the --exec-command executable
23
24
--exec-command-args stringArray Arguments to supply to the --exec-command executable
--aws-role-arn string Optional AWS role arn. If set then AWS IAM Authenticator assumes a role to perform cluster operations instead of the default AWS credential provider chain.
18
18
--cluster-endpoint string Cluster endpoint to use. Can be one of the following: 'kubeconfig', 'kube-public', or 'internal'.
19
19
--cluster-resources Indicates if cluster level resources should be managed. The setting is used only if list of managed namespaces is not empty.
20
+
--disable-compression Bypasses automatic GZip compression requests to the server
20
21
--exec-command string Command to run to provide client credentials to the cluster. You may need to build a custom ArgoCD image to ensure the command is available at runtime.
21
22
--exec-command-api-version string Preferred input version of the ExecInfo for the --exec-command executable
22
23
--exec-command-args stringArray Arguments to supply to the --exec-command executable
--namespace stringArray List of namespaces which are allowed to manage
31
32
--project string project of the cluster
33
+
--proxy-url string use proxy to connect cluster
32
34
--service-account string System namespace service account to use for kubernetes resource management. If not set then default "argocd-manager" SA will be created
33
35
--shard int Cluster shard number; inferred from hostname if not set (default -1)
34
36
--system-namespace string Use different system namespace (default "kube-system")
0 commit comments