summaryrefslogtreecommitdiffhomepage
path: root/tools/unitctl/unit-openapi/.openapi-generator/FILES
diff options
context:
space:
mode:
authorAva Hahn <a.hahn@f5.com>2024-04-22 13:26:34 +0100
committeravahahn <110854134+avahahn@users.noreply.github.com>2024-04-30 09:14:55 -0700
commitdb3cf3e42d93112278f5e86cca2c886627ef48b2 (patch)
tree3c546922404965b3fc7773d319388b9241f9896b /tools/unitctl/unit-openapi/.openapi-generator/FILES
parentb26c119f4e535f617c9ffb10076f15c4ee54414d (diff)
downloadunit-db3cf3e42d93112278f5e86cca2c886627ef48b2.tar.gz
unit-db3cf3e42d93112278f5e86cca2c886627ef48b2.tar.bz2
tools: Add unitctl CLI
* Pull in entire unit-rust-sdk project * not included: CLA, COC, License * not included: duplicate openapi spec * not included: CI workflows * not included: changelog tooling * not included: commitsar tooling * not included: OpenAPI Web UI feature * update links in unitctl manpage * remove IDE configuration from .gitignore * rename Containerfile.debian to Dockerfile * simplify call to uname * keep Readmes and Makefiles to 80 character lines * outline specifically how to build unitctl for any desired target, and where to then find the binary for use * remove a section on the vision of the CLI which was superfluous given the state of completeness of the code and its use in unit * remove out of date feature proposals from readme * makefile: do not run when Rustup is not present * bump mio version to latest * generate openapi client library on demand * generate-openapi only runs when not present * generate-openapi now a dependency of binary build targets * deleted autogenerated code * reverted readme and Cargo document to autogenerated state * add additional build requirement to Readme Co-developed-by: Elijah Zupancic <e.zupancic@f5.com> Signed-off-by: Elijah Zupancic <e.zupancic@f5.com> Signed-off-by: Ava Hahn <a.hahn@f5.com> Reviewed-by: Andrew Clayton <a.clayton@nginx.com> # non rust stuff [ tools/cli => tools/unitctl and subject tweak - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools/unitctl/unit-openapi/.openapi-generator/FILES')
-rw-r--r--tools/unitctl/unit-openapi/.openapi-generator/FILES161
1 files changed, 161 insertions, 0 deletions
diff --git a/tools/unitctl/unit-openapi/.openapi-generator/FILES b/tools/unitctl/unit-openapi/.openapi-generator/FILES
new file mode 100644
index 00000000..4f177f5f
--- /dev/null
+++ b/tools/unitctl/unit-openapi/.openapi-generator/FILES
@@ -0,0 +1,161 @@
+.gitignore
+Cargo.toml
+README.md
+docs/AccessLogApi.md
+docs/ApplicationsApi.md
+docs/AppsApi.md
+docs/CertBundle.md
+docs/CertBundleChainCert.md
+docs/CertBundleChainCertIssuer.md
+docs/CertBundleChainCertSubj.md
+docs/CertBundleChainCertValidity.md
+docs/CertificatesApi.md
+docs/Config.md
+docs/ConfigAccessLog.md
+docs/ConfigAccessLogObject.md
+docs/ConfigApi.md
+docs/ConfigApplication.md
+docs/ConfigApplicationCommon.md
+docs/ConfigApplicationCommonIsolation.md
+docs/ConfigApplicationCommonIsolationAutomount.md
+docs/ConfigApplicationCommonIsolationCgroup.md
+docs/ConfigApplicationCommonIsolationGidmapInner.md
+docs/ConfigApplicationCommonIsolationNamespaces.md
+docs/ConfigApplicationCommonIsolationUidmapInner.md
+docs/ConfigApplicationCommonLimits.md
+docs/ConfigApplicationCommonProcesses.md
+docs/ConfigApplicationCommonProcessesAnyOf.md
+docs/ConfigApplicationExternal.md
+docs/ConfigApplicationExternalAllOf.md
+docs/ConfigApplicationJava.md
+docs/ConfigApplicationJavaAllOf.md
+docs/ConfigApplicationPerl.md
+docs/ConfigApplicationPerlAllOf.md
+docs/ConfigApplicationPhp.md
+docs/ConfigApplicationPhpAllOf.md
+docs/ConfigApplicationPhpAllOfOptions.md
+docs/ConfigApplicationPhpAllOfTargets.md
+docs/ConfigApplicationPython.md
+docs/ConfigApplicationPythonAllOf.md
+docs/ConfigApplicationPythonAllOfPath.md
+docs/ConfigApplicationPythonAllOfTargets.md
+docs/ConfigApplicationRuby.md
+docs/ConfigApplicationRubyAllOf.md
+docs/ConfigListener.md
+docs/ConfigListenerForwarded.md
+docs/ConfigListenerForwardedSource.md
+docs/ConfigListenerTls.md
+docs/ConfigListenerTlsCertificate.md
+docs/ConfigListenerTlsSession.md
+docs/ConfigListenerTlsSessionTickets.md
+docs/ConfigRouteStep.md
+docs/ConfigRouteStepAction.md
+docs/ConfigRouteStepActionPass.md
+docs/ConfigRouteStepActionProxy.md
+docs/ConfigRouteStepActionReturn.md
+docs/ConfigRouteStepActionShare.md
+docs/ConfigRouteStepMatch.md
+docs/ConfigRouteStepMatchArguments.md
+docs/ConfigRouteStepMatchCookies.md
+docs/ConfigRouteStepMatchHeaders.md
+docs/ConfigRoutes.md
+docs/ConfigSettings.md
+docs/ConfigSettingsHttp.md
+docs/ConfigSettingsHttpStatic.md
+docs/ConfigSettingsHttpStaticMimeType.md
+docs/ControlApi.md
+docs/ListenersApi.md
+docs/RoutesApi.md
+docs/SettingsApi.md
+docs/Status.md
+docs/StatusApi.md
+docs/StatusApplicationsApp.md
+docs/StatusApplicationsAppProcesses.md
+docs/StatusApplicationsAppRequests.md
+docs/StatusConnections.md
+docs/StatusRequests.md
+docs/StringOrStringArray.md
+docs/TlsApi.md
+docs/XffApi.md
+src/apis/access_log_api.rs
+src/apis/applications_api.rs
+src/apis/apps_api.rs
+src/apis/certificates_api.rs
+src/apis/client.rs
+src/apis/config_api.rs
+src/apis/configuration.rs
+src/apis/control_api.rs
+src/apis/listeners_api.rs
+src/apis/mod.rs
+src/apis/request.rs
+src/apis/routes_api.rs
+src/apis/settings_api.rs
+src/apis/status_api.rs
+src/apis/tls_api.rs
+src/apis/xff_api.rs
+src/lib.rs
+src/models/cert_bundle.rs
+src/models/cert_bundle_chain_cert.rs
+src/models/cert_bundle_chain_cert_issuer.rs
+src/models/cert_bundle_chain_cert_subj.rs
+src/models/cert_bundle_chain_cert_validity.rs
+src/models/config.rs
+src/models/config_access_log.rs
+src/models/config_access_log_object.rs
+src/models/config_application.rs
+src/models/config_application_common.rs
+src/models/config_application_common_isolation.rs
+src/models/config_application_common_isolation_automount.rs
+src/models/config_application_common_isolation_cgroup.rs
+src/models/config_application_common_isolation_gidmap_inner.rs
+src/models/config_application_common_isolation_namespaces.rs
+src/models/config_application_common_isolation_uidmap_inner.rs
+src/models/config_application_common_limits.rs
+src/models/config_application_common_processes.rs
+src/models/config_application_common_processes_any_of.rs
+src/models/config_application_external.rs
+src/models/config_application_external_all_of.rs
+src/models/config_application_java.rs
+src/models/config_application_java_all_of.rs
+src/models/config_application_perl.rs
+src/models/config_application_perl_all_of.rs
+src/models/config_application_php.rs
+src/models/config_application_php_all_of.rs
+src/models/config_application_php_all_of_options.rs
+src/models/config_application_php_all_of_targets.rs
+src/models/config_application_python.rs
+src/models/config_application_python_all_of.rs
+src/models/config_application_python_all_of_path.rs
+src/models/config_application_python_all_of_targets.rs
+src/models/config_application_ruby.rs
+src/models/config_application_ruby_all_of.rs
+src/models/config_listener.rs
+src/models/config_listener_forwarded.rs
+src/models/config_listener_forwarded_source.rs
+src/models/config_listener_tls.rs
+src/models/config_listener_tls_certificate.rs
+src/models/config_listener_tls_session.rs
+src/models/config_listener_tls_session_tickets.rs
+src/models/config_route_step.rs
+src/models/config_route_step_action.rs
+src/models/config_route_step_action_pass.rs
+src/models/config_route_step_action_proxy.rs
+src/models/config_route_step_action_return.rs
+src/models/config_route_step_action_share.rs
+src/models/config_route_step_match.rs
+src/models/config_route_step_match_arguments.rs
+src/models/config_route_step_match_cookies.rs
+src/models/config_route_step_match_headers.rs
+src/models/config_routes.rs
+src/models/config_settings.rs
+src/models/config_settings_http.rs
+src/models/config_settings_http_static.rs
+src/models/config_settings_http_static_mime_type.rs
+src/models/mod.rs
+src/models/status.rs
+src/models/status_applications_app.rs
+src/models/status_applications_app_processes.rs
+src/models/status_applications_app_requests.rs
+src/models/status_connections.rs
+src/models/status_requests.rs
+src/models/string_or_string_array.rs