From 783cf257348fc24e496effa7597ff4b409d4dd23 Mon Sep 17 00:00:00 2001 From: Helene Durand Date: Mon, 29 Jan 2024 14:50:41 +0100 Subject: [PATCH] MAJOR: upgrade client-native to v6 and swagger version to /v3 --- CONTRIBUTING.md | 2 +- adapters/adapters.go | 6 ++--- client-native/cn.go | 12 +++++----- cmd/dataplaneapi/main.go | 4 ++-- configuration/cluster_sync.go | 2 +- configuration/configuration.go | 2 +- configuration/configuration_storage.go | 2 +- configuration/map_sync.go | 4 ++-- configuration/map_sync_test.go | 2 +- configuration/misc.go | 4 ++-- configure_data_plane.go | 12 +++++----- discovery/aws_service_discovery.go | 4 ++-- discovery/aws_service_discovery_instance.go | 4 ++-- discovery/consul_service_discovery.go | 4 ++-- .../consul_service_discovery_instance.go | 4 ++-- discovery/service_discovery.go | 2 +- discovery/service_discovery_instance.go | 2 +- discovery/service_discovery_instance_test.go | 4 ++-- discovery/utils.go | 2 +- doc.go | 4 ++-- e2e/libs/version.bash | 2 +- e2e/libs/version_spoe.bash | 2 +- e2e/run.bash | 2 +- embedded_spec.go | 24 ++++--------------- generate/configuration.tmpl | 2 +- generate/swagger/script.sh | 16 ++++++------- go.mod | 2 +- go.sum | 4 ++-- handlers/acl.go | 4 ++-- handlers/acl_runtime.go | 4 ++-- handlers/aws.go | 2 +- handlers/backend.go | 4 ++-- handlers/backend_switching_rule.go | 4 ++-- handlers/bind.go | 4 ++-- handlers/cache.go | 4 ++-- handlers/capture.go | 4 ++-- handlers/cluster.go | 4 ++-- handlers/consul.go | 2 +- handlers/defaults.go | 4 ++-- handlers/dgram_bind.go | 4 ++-- handlers/fcgi_app.go | 4 ++-- handlers/filter.go | 4 ++-- handlers/frontend.go | 4 ++-- handlers/general_storage.go | 4 ++-- handlers/global.go | 4 ++-- handlers/group.go | 4 ++-- handlers/health.go | 2 +- handlers/http_after_response_rule.go | 4 ++-- handlers/http_check.go | 4 ++-- handlers/http_error_rule.go | 4 ++-- handlers/http_errors.go | 4 ++-- handlers/http_request_rule.go | 4 ++-- handlers/http_response_rule.go | 4 ++-- handlers/information.go | 4 ++-- handlers/log_forward.go | 4 ++-- handlers/log_target.go | 4 ++-- handlers/mailer_entry.go | 4 ++-- handlers/mailers.go | 4 ++-- handlers/map.go | 4 ++-- handlers/map_storage.go | 4 ++-- handlers/nameserver.go | 4 ++-- handlers/peer.go | 4 ++-- handlers/peer_entry.go | 4 ++-- handlers/program.go | 4 ++-- handlers/raw.go | 4 ++-- handlers/reloads.go | 2 +- handlers/resolver.go | 4 ++-- handlers/ring.go | 4 ++-- handlers/runtime.go | 4 ++-- handlers/runtime_server.go | 6 ++--- handlers/server.go | 4 ++-- handlers/server_switching_rule.go | 4 ++-- handlers/server_template.go | 4 ++-- handlers/site.go | 4 ++-- handlers/spoe.go | 2 +- handlers/spoe_agent.go | 2 +- handlers/spoe_group.go | 2 +- handlers/spoe_message.go | 2 +- handlers/spoe_scope.go | 2 +- handlers/spoe_transaction.go | 4 ++-- handlers/spoe_version.go | 2 +- handlers/ssl_cert_storage.go | 4 ++-- handlers/stats.go | 4 ++-- handlers/stick_rule.go | 4 ++-- handlers/stick_table.go | 4 ++-- handlers/table.go | 4 ++-- handlers/tcp_check.go | 4 ++-- handlers/tcp_request_rule.go | 4 ++-- handlers/tcp_response_rule.go | 4 ++-- handlers/transaction.go | 5 ++-- handlers/user.go | 4 ++-- handlers/userlist.go | 4 ++-- handlers/version.go | 2 +- haproxy/reload_agent.go | 8 +++---- log/log.go | 2 +- misc/misc.go | 6 ++--- operations/acl/create_acl_parameters.go | 2 +- operations/acl/create_acl_responses.go | 2 +- operations/acl/create_acl_urlbuilder.go | 2 +- operations/acl/delete_acl_responses.go | 2 +- operations/acl/delete_acl_urlbuilder.go | 2 +- operations/acl/get_acl.go | 2 +- operations/acl/get_acl_responses.go | 2 +- operations/acl/get_acl_urlbuilder.go | 2 +- operations/acl/get_acls.go | 2 +- operations/acl/get_acls_responses.go | 2 +- operations/acl/get_acls_urlbuilder.go | 2 +- operations/acl/replace_acl_parameters.go | 2 +- operations/acl/replace_acl_responses.go | 2 +- operations/acl/replace_acl_urlbuilder.go | 2 +- .../add_payload_runtime_acl_parameters.go | 2 +- .../add_payload_runtime_acl_responses.go | 2 +- .../add_payload_runtime_acl_urlbuilder.go | 2 +- ...y_runtime_acl_file_entries_id_responses.go | 2 +- ..._runtime_acl_file_entries_id_urlbuilder.go | 2 +- ...y_runtime_acl_file_entries_id_responses.go | 2 +- ..._runtime_acl_file_entries_id_urlbuilder.go | 2 +- ...roxy_runtime_acl_file_entries_responses.go | 2 +- ...oxy_runtime_acl_file_entries_urlbuilder.go | 2 +- ...vices_haproxy_runtime_acls_id_responses.go | 2 +- ...ices_haproxy_runtime_acls_id_urlbuilder.go | 2 +- ...services_haproxy_runtime_acls_responses.go | 2 +- ...ervices_haproxy_runtime_acls_urlbuilder.go | 2 +- ...oxy_runtime_acl_file_entries_parameters.go | 2 +- ...roxy_runtime_acl_file_entries_responses.go | 2 +- ...oxy_runtime_acl_file_entries_urlbuilder.go | 2 +- .../backend/create_backend_parameters.go | 2 +- .../backend/create_backend_responses.go | 2 +- .../backend/create_backend_urlbuilder.go | 2 +- .../backend/delete_backend_responses.go | 2 +- .../backend/delete_backend_urlbuilder.go | 2 +- operations/backend/get_backend.go | 2 +- operations/backend/get_backend_responses.go | 2 +- operations/backend/get_backend_urlbuilder.go | 2 +- operations/backend/get_backends.go | 2 +- operations/backend/get_backends_responses.go | 2 +- operations/backend/get_backends_urlbuilder.go | 2 +- .../backend/replace_backend_parameters.go | 2 +- .../backend/replace_backend_responses.go | 2 +- .../backend/replace_backend_urlbuilder.go | 2 +- ...reate_backend_switching_rule_parameters.go | 2 +- ...create_backend_switching_rule_responses.go | 2 +- ...reate_backend_switching_rule_urlbuilder.go | 2 +- ...delete_backend_switching_rule_responses.go | 2 +- ...elete_backend_switching_rule_urlbuilder.go | 2 +- .../get_backend_switching_rule.go | 2 +- .../get_backend_switching_rule_responses.go | 2 +- .../get_backend_switching_rule_urlbuilder.go | 2 +- .../get_backend_switching_rules.go | 2 +- .../get_backend_switching_rules_responses.go | 2 +- .../get_backend_switching_rules_urlbuilder.go | 2 +- ...place_backend_switching_rule_parameters.go | 2 +- ...eplace_backend_switching_rule_responses.go | 2 +- ...place_backend_switching_rule_urlbuilder.go | 2 +- operations/bind/create_bind_parameters.go | 2 +- operations/bind/create_bind_responses.go | 2 +- operations/bind/create_bind_urlbuilder.go | 2 +- operations/bind/delete_bind_responses.go | 2 +- operations/bind/delete_bind_urlbuilder.go | 2 +- operations/bind/get_bind.go | 2 +- operations/bind/get_bind_responses.go | 2 +- operations/bind/get_bind_urlbuilder.go | 2 +- operations/bind/get_binds.go | 2 +- operations/bind/get_binds_responses.go | 2 +- operations/bind/get_binds_urlbuilder.go | 2 +- operations/bind/replace_bind_parameters.go | 2 +- operations/bind/replace_bind_responses.go | 2 +- operations/bind/replace_bind_urlbuilder.go | 2 +- operations/cache/create_cache_parameters.go | 2 +- operations/cache/create_cache_responses.go | 2 +- operations/cache/create_cache_urlbuilder.go | 2 +- operations/cache/delete_cache_responses.go | 2 +- operations/cache/delete_cache_urlbuilder.go | 2 +- operations/cache/get_cache.go | 2 +- operations/cache/get_cache_responses.go | 2 +- operations/cache/get_cache_urlbuilder.go | 2 +- operations/cache/get_caches.go | 2 +- operations/cache/get_caches_responses.go | 2 +- operations/cache/get_caches_urlbuilder.go | 2 +- operations/cache/replace_cache_parameters.go | 2 +- operations/cache/replace_cache_responses.go | 2 +- operations/cache/replace_cache_urlbuilder.go | 2 +- .../cluster/delete_cluster_responses.go | 2 +- .../cluster/delete_cluster_urlbuilder.go | 2 +- operations/cluster/edit_cluster_parameters.go | 2 +- operations/cluster/edit_cluster_responses.go | 2 +- operations/cluster/edit_cluster_urlbuilder.go | 2 +- operations/cluster/get_cluster_responses.go | 2 +- operations/cluster/get_cluster_urlbuilder.go | 2 +- .../initiate_certificate_refresh_responses.go | 2 +- ...initiate_certificate_refresh_urlbuilder.go | 2 +- operations/cluster/post_cluster_parameters.go | 2 +- operations/cluster/post_cluster_responses.go | 2 +- operations/cluster/post_cluster_urlbuilder.go | 2 +- .../get_configuration_version_responses.go | 2 +- .../get_configuration_version_urlbuilder.go | 2 +- .../get_h_a_proxy_configuration_responses.go | 2 +- .../get_h_a_proxy_configuration_urlbuilder.go | 2 +- .../post_h_a_proxy_configuration_responses.go | 2 +- ...post_h_a_proxy_configuration_urlbuilder.go | 2 +- .../create_declare_capture_parameters.go | 2 +- .../create_declare_capture_responses.go | 2 +- .../create_declare_capture_urlbuilder.go | 2 +- .../delete_declare_capture_responses.go | 2 +- .../delete_declare_capture_urlbuilder.go | 2 +- .../declare_capture/get_declare_capture.go | 2 +- .../get_declare_capture_responses.go | 2 +- .../get_declare_capture_urlbuilder.go | 2 +- .../declare_capture/get_declare_captures.go | 2 +- .../get_declare_captures_responses.go | 2 +- .../get_declare_captures_urlbuilder.go | 2 +- .../replace_declare_capture_parameters.go | 2 +- .../replace_declare_capture_responses.go | 2 +- .../replace_declare_capture_urlbuilder.go | 2 +- .../create_defaults_section_parameters.go | 2 +- .../create_defaults_section_responses.go | 2 +- .../create_defaults_section_urlbuilder.go | 2 +- .../delete_defaults_section_responses.go | 2 +- .../delete_defaults_section_urlbuilder.go | 2 +- operations/defaults/get_defaults.go | 2 +- operations/defaults/get_defaults_responses.go | 2 +- operations/defaults/get_defaults_section.go | 2 +- .../get_defaults_section_responses.go | 2 +- .../get_defaults_section_urlbuilder.go | 2 +- operations/defaults/get_defaults_sections.go | 2 +- .../get_defaults_sections_responses.go | 2 +- .../get_defaults_sections_urlbuilder.go | 2 +- .../defaults/get_defaults_urlbuilder.go | 2 +- .../defaults/replace_defaults_parameters.go | 2 +- .../defaults/replace_defaults_responses.go | 2 +- .../replace_defaults_section_parameters.go | 2 +- .../replace_defaults_section_responses.go | 2 +- .../replace_defaults_section_urlbuilder.go | 2 +- .../defaults/replace_defaults_urlbuilder.go | 2 +- .../create_dgram_bind_parameters.go | 2 +- .../dgram_bind/create_dgram_bind_responses.go | 2 +- .../create_dgram_bind_urlbuilder.go | 2 +- .../dgram_bind/delete_dgram_bind_responses.go | 2 +- .../delete_dgram_bind_urlbuilder.go | 2 +- operations/dgram_bind/get_dgram_bind.go | 2 +- .../dgram_bind/get_dgram_bind_responses.go | 2 +- .../dgram_bind/get_dgram_bind_urlbuilder.go | 2 +- operations/dgram_bind/get_dgram_binds.go | 2 +- .../dgram_bind/get_dgram_binds_responses.go | 2 +- .../dgram_bind/get_dgram_binds_urlbuilder.go | 2 +- .../replace_dgram_bind_parameters.go | 2 +- .../replace_dgram_bind_responses.go | 2 +- .../replace_dgram_bind_urlbuilder.go | 2 +- .../discovery/get_api_endpoints_responses.go | 2 +- .../discovery/get_api_endpoints_urlbuilder.go | 2 +- .../get_configuration_endpoints_responses.go | 2 +- .../get_configuration_endpoints_urlbuilder.go | 2 +- .../get_haproxy_endpoints_responses.go | 2 +- .../get_haproxy_endpoints_urlbuilder.go | 2 +- .../get_runtime_endpoints_responses.go | 2 +- .../get_runtime_endpoints_urlbuilder.go | 2 +- .../get_services_endpoints_responses.go | 2 +- .../get_services_endpoints_urlbuilder.go | 2 +- .../discovery/get_spoe_endpoints_responses.go | 2 +- .../get_spoe_endpoints_urlbuilder.go | 2 +- .../get_stats_endpoints_responses.go | 2 +- .../get_stats_endpoints_urlbuilder.go | 2 +- .../get_storage_endpoints_responses.go | 2 +- .../get_storage_endpoints_urlbuilder.go | 2 +- .../fcgi_app/create_fcgi_app_parameters.go | 2 +- .../fcgi_app/create_fcgi_app_responses.go | 2 +- .../fcgi_app/create_fcgi_app_urlbuilder.go | 2 +- .../fcgi_app/delete_fcgi_app_responses.go | 2 +- .../fcgi_app/delete_fcgi_app_urlbuilder.go | 2 +- operations/fcgi_app/get_fcgi_app.go | 2 +- operations/fcgi_app/get_fcgi_app_responses.go | 2 +- .../fcgi_app/get_fcgi_app_urlbuilder.go | 2 +- operations/fcgi_app/get_fcgi_apps.go | 2 +- .../fcgi_app/get_fcgi_apps_responses.go | 2 +- .../fcgi_app/get_fcgi_apps_urlbuilder.go | 2 +- .../fcgi_app/replace_fcgi_app_parameters.go | 2 +- .../fcgi_app/replace_fcgi_app_responses.go | 2 +- .../fcgi_app/replace_fcgi_app_urlbuilder.go | 2 +- operations/filter/create_filter_parameters.go | 2 +- operations/filter/create_filter_responses.go | 2 +- operations/filter/create_filter_urlbuilder.go | 2 +- operations/filter/delete_filter_responses.go | 2 +- operations/filter/delete_filter_urlbuilder.go | 2 +- operations/filter/get_filter.go | 2 +- operations/filter/get_filter_responses.go | 2 +- operations/filter/get_filter_urlbuilder.go | 2 +- operations/filter/get_filters.go | 2 +- operations/filter/get_filters_responses.go | 2 +- operations/filter/get_filters_urlbuilder.go | 2 +- .../filter/replace_filter_parameters.go | 2 +- operations/filter/replace_filter_responses.go | 2 +- .../filter/replace_filter_urlbuilder.go | 2 +- .../frontend/create_frontend_parameters.go | 2 +- .../frontend/create_frontend_responses.go | 2 +- .../frontend/create_frontend_urlbuilder.go | 2 +- .../frontend/delete_frontend_responses.go | 2 +- .../frontend/delete_frontend_urlbuilder.go | 2 +- operations/frontend/get_frontend.go | 2 +- operations/frontend/get_frontend_responses.go | 2 +- .../frontend/get_frontend_urlbuilder.go | 2 +- operations/frontend/get_frontends.go | 2 +- .../frontend/get_frontends_responses.go | 2 +- .../frontend/get_frontends_urlbuilder.go | 2 +- .../frontend/replace_frontend_parameters.go | 2 +- .../frontend/replace_frontend_responses.go | 2 +- .../frontend/replace_frontend_urlbuilder.go | 2 +- operations/global/get_global.go | 2 +- operations/global/get_global_responses.go | 2 +- operations/global/get_global_urlbuilder.go | 2 +- .../global/replace_global_parameters.go | 2 +- operations/global/replace_global_responses.go | 2 +- .../global/replace_global_urlbuilder.go | 2 +- operations/group/create_group_parameters.go | 2 +- operations/group/create_group_responses.go | 2 +- operations/group/create_group_urlbuilder.go | 2 +- operations/group/delete_group_responses.go | 2 +- operations/group/delete_group_urlbuilder.go | 2 +- operations/group/get_group.go | 2 +- operations/group/get_group_responses.go | 2 +- operations/group/get_group_urlbuilder.go | 2 +- operations/group/get_groups.go | 2 +- operations/group/get_groups_responses.go | 2 +- operations/group/get_groups_urlbuilder.go | 2 +- operations/group/replace_group_parameters.go | 2 +- operations/group/replace_group_responses.go | 2 +- operations/group/replace_group_urlbuilder.go | 2 +- operations/health/get_health_responses.go | 2 +- operations/health/get_health_urlbuilder.go | 2 +- ...ate_http_after_response_rule_parameters.go | 2 +- ...eate_http_after_response_rule_responses.go | 2 +- ...ate_http_after_response_rule_urlbuilder.go | 2 +- ...lete_http_after_response_rule_responses.go | 2 +- ...ete_http_after_response_rule_urlbuilder.go | 2 +- .../get_http_after_response_rule.go | 2 +- .../get_http_after_response_rule_responses.go | 2 +- ...get_http_after_response_rule_urlbuilder.go | 2 +- .../get_http_after_response_rules.go | 2 +- ...get_http_after_response_rules_responses.go | 2 +- ...et_http_after_response_rules_urlbuilder.go | 2 +- ...ace_http_after_response_rule_parameters.go | 2 +- ...lace_http_after_response_rule_responses.go | 2 +- ...ace_http_after_response_rule_urlbuilder.go | 2 +- .../create_http_check_parameters.go | 2 +- .../http_check/create_http_check_responses.go | 2 +- .../create_http_check_urlbuilder.go | 2 +- .../http_check/delete_http_check_responses.go | 2 +- .../delete_http_check_urlbuilder.go | 2 +- operations/http_check/get_http_check.go | 2 +- .../http_check/get_http_check_responses.go | 2 +- .../http_check/get_http_check_urlbuilder.go | 2 +- operations/http_check/get_http_checks.go | 2 +- .../http_check/get_http_checks_responses.go | 2 +- .../http_check/get_http_checks_urlbuilder.go | 2 +- .../replace_http_check_parameters.go | 2 +- .../replace_http_check_responses.go | 2 +- .../replace_http_check_urlbuilder.go | 2 +- .../create_http_error_rule_parameters.go | 2 +- .../create_http_error_rule_responses.go | 2 +- .../create_http_error_rule_urlbuilder.go | 2 +- .../delete_http_error_rule_responses.go | 2 +- .../delete_http_error_rule_urlbuilder.go | 2 +- .../http_error_rule/get_http_error_rule.go | 2 +- .../get_http_error_rule_responses.go | 2 +- .../get_http_error_rule_urlbuilder.go | 2 +- .../http_error_rule/get_http_error_rules.go | 2 +- .../get_http_error_rules_responses.go | 2 +- .../get_http_error_rules_urlbuilder.go | 2 +- .../replace_http_error_rule_parameters.go | 2 +- .../replace_http_error_rule_responses.go | 2 +- .../replace_http_error_rule_urlbuilder.go | 2 +- .../create_http_errors_section_parameters.go | 2 +- .../create_http_errors_section_responses.go | 2 +- .../create_http_errors_section_urlbuilder.go | 2 +- .../delete_http_errors_section_responses.go | 2 +- .../delete_http_errors_section_urlbuilder.go | 2 +- .../http_errors/get_http_errors_section.go | 2 +- .../get_http_errors_section_responses.go | 2 +- .../get_http_errors_section_urlbuilder.go | 2 +- .../http_errors/get_http_errors_sections.go | 2 +- .../get_http_errors_sections_responses.go | 2 +- .../get_http_errors_sections_urlbuilder.go | 2 +- .../replace_http_errors_section_parameters.go | 2 +- .../replace_http_errors_section_responses.go | 2 +- .../replace_http_errors_section_urlbuilder.go | 2 +- .../create_http_request_rule_parameters.go | 2 +- .../create_http_request_rule_responses.go | 2 +- .../create_http_request_rule_urlbuilder.go | 2 +- .../delete_http_request_rule_responses.go | 2 +- .../delete_http_request_rule_urlbuilder.go | 2 +- .../get_http_request_rule.go | 2 +- .../get_http_request_rule_responses.go | 2 +- .../get_http_request_rule_urlbuilder.go | 2 +- .../get_http_request_rules.go | 2 +- .../get_http_request_rules_responses.go | 2 +- .../get_http_request_rules_urlbuilder.go | 2 +- .../replace_http_request_rule_parameters.go | 2 +- .../replace_http_request_rule_responses.go | 2 +- .../replace_http_request_rule_urlbuilder.go | 2 +- .../create_http_response_rule_parameters.go | 2 +- .../create_http_response_rule_responses.go | 2 +- .../create_http_response_rule_urlbuilder.go | 2 +- .../delete_http_response_rule_responses.go | 2 +- .../delete_http_response_rule_urlbuilder.go | 2 +- .../get_http_response_rule.go | 2 +- .../get_http_response_rule_responses.go | 2 +- .../get_http_response_rule_urlbuilder.go | 2 +- .../get_http_response_rules.go | 2 +- .../get_http_response_rules_responses.go | 2 +- .../get_http_response_rules_urlbuilder.go | 2 +- .../replace_http_response_rule_parameters.go | 2 +- .../replace_http_response_rule_responses.go | 2 +- .../replace_http_response_rule_urlbuilder.go | 2 +- .../get_haproxy_process_info_responses.go | 2 +- .../get_haproxy_process_info_urlbuilder.go | 2 +- operations/information/get_info_responses.go | 2 +- operations/information/get_info_urlbuilder.go | 2 +- .../create_log_forward_parameters.go | 2 +- .../create_log_forward_responses.go | 2 +- .../create_log_forward_urlbuilder.go | 2 +- .../delete_log_forward_responses.go | 2 +- .../delete_log_forward_urlbuilder.go | 2 +- operations/log_forward/get_log_forward.go | 2 +- .../log_forward/get_log_forward_responses.go | 2 +- .../log_forward/get_log_forward_urlbuilder.go | 2 +- operations/log_forward/get_log_forwards.go | 2 +- .../log_forward/get_log_forwards_responses.go | 2 +- .../get_log_forwards_urlbuilder.go | 2 +- .../replace_log_forward_parameters.go | 2 +- .../replace_log_forward_responses.go | 2 +- .../replace_log_forward_urlbuilder.go | 2 +- .../create_log_target_parameters.go | 2 +- .../log_target/create_log_target_responses.go | 2 +- .../create_log_target_urlbuilder.go | 2 +- .../log_target/delete_log_target_responses.go | 2 +- .../delete_log_target_urlbuilder.go | 2 +- operations/log_target/get_log_target.go | 2 +- .../log_target/get_log_target_responses.go | 2 +- .../log_target/get_log_target_urlbuilder.go | 2 +- operations/log_target/get_log_targets.go | 2 +- .../log_target/get_log_targets_responses.go | 2 +- .../log_target/get_log_targets_urlbuilder.go | 2 +- .../replace_log_target_parameters.go | 2 +- .../replace_log_target_responses.go | 2 +- .../replace_log_target_urlbuilder.go | 2 +- .../create_mailer_entry_parameters.go | 2 +- .../create_mailer_entry_responses.go | 2 +- .../create_mailer_entry_urlbuilder.go | 2 +- .../delete_mailer_entry_responses.go | 2 +- .../delete_mailer_entry_urlbuilder.go | 2 +- operations/mailer_entry/get_mailer_entries.go | 2 +- .../get_mailer_entries_responses.go | 2 +- .../get_mailer_entries_urlbuilder.go | 2 +- operations/mailer_entry/get_mailer_entry.go | 2 +- .../get_mailer_entry_responses.go | 2 +- .../get_mailer_entry_urlbuilder.go | 2 +- .../replace_mailer_entry_parameters.go | 2 +- .../replace_mailer_entry_responses.go | 2 +- .../replace_mailer_entry_urlbuilder.go | 2 +- .../create_mailers_section_parameters.go | 2 +- .../create_mailers_section_responses.go | 2 +- .../create_mailers_section_urlbuilder.go | 2 +- .../delete_mailers_section_responses.go | 2 +- .../delete_mailers_section_urlbuilder.go | 2 +- .../edit_mailers_section_parameters.go | 2 +- .../mailers/edit_mailers_section_responses.go | 2 +- .../edit_mailers_section_urlbuilder.go | 2 +- operations/mailers/get_mailers_section.go | 2 +- .../mailers/get_mailers_section_responses.go | 2 +- .../mailers/get_mailers_section_urlbuilder.go | 2 +- operations/mailers/get_mailers_sections.go | 2 +- .../mailers/get_mailers_sections_responses.go | 2 +- .../get_mailers_sections_urlbuilder.go | 2 +- operations/maps/add_map_entry_parameters.go | 2 +- operations/maps/add_map_entry_responses.go | 2 +- operations/maps/add_map_entry_urlbuilder.go | 2 +- .../add_payload_runtime_map_parameters.go | 2 +- .../maps/add_payload_runtime_map_responses.go | 2 +- .../add_payload_runtime_map_urlbuilder.go | 2 +- .../maps/clear_runtime_map_responses.go | 2 +- .../maps/clear_runtime_map_urlbuilder.go | 2 +- .../delete_runtime_map_entry_responses.go | 2 +- .../delete_runtime_map_entry_urlbuilder.go | 2 +- .../get_all_runtime_map_files_responses.go | 2 +- .../get_all_runtime_map_files_urlbuilder.go | 2 +- .../maps/get_one_runtime_map_responses.go | 2 +- .../maps/get_one_runtime_map_urlbuilder.go | 2 +- .../maps/get_runtime_map_entry_responses.go | 2 +- .../maps/get_runtime_map_entry_urlbuilder.go | 2 +- .../replace_runtime_map_entry_responses.go | 2 +- .../replace_runtime_map_entry_urlbuilder.go | 2 +- operations/maps/show_runtime_map_responses.go | 2 +- .../maps/show_runtime_map_urlbuilder.go | 2 +- .../create_nameserver_parameters.go | 2 +- .../nameserver/create_nameserver_responses.go | 2 +- .../create_nameserver_urlbuilder.go | 2 +- .../nameserver/delete_nameserver_responses.go | 2 +- .../delete_nameserver_urlbuilder.go | 2 +- operations/nameserver/get_nameserver.go | 2 +- .../nameserver/get_nameserver_responses.go | 2 +- .../nameserver/get_nameserver_urlbuilder.go | 2 +- operations/nameserver/get_nameservers.go | 2 +- .../nameserver/get_nameservers_responses.go | 2 +- .../nameserver/get_nameservers_urlbuilder.go | 2 +- .../replace_nameserver_parameters.go | 2 +- .../replace_nameserver_responses.go | 2 +- .../replace_nameserver_urlbuilder.go | 2 +- operations/peer/create_peer_parameters.go | 2 +- operations/peer/create_peer_responses.go | 2 +- operations/peer/create_peer_urlbuilder.go | 2 +- operations/peer/delete_peer_responses.go | 2 +- operations/peer/delete_peer_urlbuilder.go | 2 +- operations/peer/get_peer_section.go | 2 +- operations/peer/get_peer_section_responses.go | 2 +- .../peer/get_peer_section_urlbuilder.go | 2 +- operations/peer/get_peer_sections.go | 2 +- .../peer/get_peer_sections_responses.go | 2 +- .../peer/get_peer_sections_urlbuilder.go | 2 +- .../create_peer_entry_parameters.go | 2 +- .../peer_entry/create_peer_entry_responses.go | 2 +- .../create_peer_entry_urlbuilder.go | 2 +- .../peer_entry/delete_peer_entry_responses.go | 2 +- .../delete_peer_entry_urlbuilder.go | 2 +- operations/peer_entry/get_peer_entries.go | 2 +- .../peer_entry/get_peer_entries_responses.go | 2 +- .../peer_entry/get_peer_entries_urlbuilder.go | 2 +- operations/peer_entry/get_peer_entry.go | 2 +- .../peer_entry/get_peer_entry_responses.go | 2 +- .../peer_entry/get_peer_entry_urlbuilder.go | 2 +- .../replace_peer_entry_parameters.go | 2 +- .../replace_peer_entry_responses.go | 2 +- .../replace_peer_entry_urlbuilder.go | 2 +- .../create_program_parameters.go | 2 +- .../create_program_responses.go | 2 +- .../create_program_urlbuilder.go | 2 +- .../delete_program_responses.go | 2 +- .../delete_program_urlbuilder.go | 2 +- operations/process_manager/get_program.go | 2 +- .../process_manager/get_program_responses.go | 2 +- .../process_manager/get_program_urlbuilder.go | 2 +- operations/process_manager/get_programs.go | 2 +- .../process_manager/get_programs_responses.go | 2 +- .../get_programs_urlbuilder.go | 2 +- .../replace_program_parameters.go | 2 +- .../replace_program_responses.go | 2 +- .../replace_program_urlbuilder.go | 2 +- operations/reloads/get_reload_responses.go | 2 +- operations/reloads/get_reload_urlbuilder.go | 2 +- operations/reloads/get_reloads_responses.go | 2 +- operations/reloads/get_reloads_urlbuilder.go | 2 +- .../resolver/create_resolver_parameters.go | 2 +- .../resolver/create_resolver_responses.go | 2 +- .../resolver/create_resolver_urlbuilder.go | 2 +- .../resolver/delete_resolver_responses.go | 2 +- .../resolver/delete_resolver_urlbuilder.go | 2 +- operations/resolver/get_resolver.go | 2 +- operations/resolver/get_resolver_responses.go | 2 +- .../resolver/get_resolver_urlbuilder.go | 2 +- operations/resolver/get_resolvers.go | 2 +- .../resolver/get_resolvers_responses.go | 2 +- .../resolver/get_resolvers_urlbuilder.go | 2 +- .../resolver/replace_resolver_parameters.go | 2 +- .../resolver/replace_resolver_responses.go | 2 +- .../resolver/replace_resolver_urlbuilder.go | 2 +- operations/ring/create_ring_parameters.go | 2 +- operations/ring/create_ring_responses.go | 2 +- operations/ring/create_ring_urlbuilder.go | 2 +- operations/ring/delete_ring_responses.go | 2 +- operations/ring/delete_ring_urlbuilder.go | 2 +- operations/ring/get_ring.go | 2 +- operations/ring/get_ring_responses.go | 2 +- operations/ring/get_ring_urlbuilder.go | 2 +- operations/ring/get_rings.go | 2 +- operations/ring/get_rings_responses.go | 2 +- operations/ring/get_rings_urlbuilder.go | 2 +- operations/ring/replace_ring_parameters.go | 2 +- operations/ring/replace_ring_responses.go | 2 +- operations/ring/replace_ring_urlbuilder.go | 2 +- .../server/add_runtime_server_parameters.go | 2 +- .../server/add_runtime_server_responses.go | 2 +- .../server/add_runtime_server_urlbuilder.go | 2 +- operations/server/create_server_parameters.go | 2 +- operations/server/create_server_responses.go | 2 +- operations/server/create_server_urlbuilder.go | 2 +- .../server/delete_runtime_server_responses.go | 2 +- .../delete_runtime_server_urlbuilder.go | 2 +- operations/server/delete_server_responses.go | 2 +- operations/server/delete_server_urlbuilder.go | 2 +- .../server/get_runtime_server_responses.go | 2 +- .../server/get_runtime_server_urlbuilder.go | 2 +- .../server/get_runtime_servers_responses.go | 2 +- .../server/get_runtime_servers_urlbuilder.go | 2 +- operations/server/get_server.go | 2 +- operations/server/get_server_responses.go | 2 +- operations/server/get_server_urlbuilder.go | 2 +- operations/server/get_servers.go | 2 +- operations/server/get_servers_responses.go | 2 +- operations/server/get_servers_urlbuilder.go | 2 +- .../replace_runtime_server_parameters.go | 2 +- .../replace_runtime_server_responses.go | 2 +- .../replace_runtime_server_urlbuilder.go | 2 +- .../server/replace_server_parameters.go | 2 +- operations/server/replace_server_responses.go | 2 +- .../server/replace_server_urlbuilder.go | 2 +- ...create_server_switching_rule_parameters.go | 2 +- .../create_server_switching_rule_responses.go | 2 +- ...create_server_switching_rule_urlbuilder.go | 2 +- .../delete_server_switching_rule_responses.go | 2 +- ...delete_server_switching_rule_urlbuilder.go | 2 +- .../get_server_switching_rule.go | 2 +- .../get_server_switching_rule_responses.go | 2 +- .../get_server_switching_rule_urlbuilder.go | 2 +- .../get_server_switching_rules.go | 2 +- .../get_server_switching_rules_responses.go | 2 +- .../get_server_switching_rules_urlbuilder.go | 2 +- ...eplace_server_switching_rule_parameters.go | 2 +- ...replace_server_switching_rule_responses.go | 2 +- ...eplace_server_switching_rule_urlbuilder.go | 2 +- .../create_server_template_parameters.go | 2 +- .../create_server_template_responses.go | 2 +- .../create_server_template_urlbuilder.go | 2 +- .../delete_server_template_responses.go | 2 +- .../delete_server_template_urlbuilder.go | 2 +- .../server_template/get_server_template.go | 2 +- .../get_server_template_responses.go | 2 +- .../get_server_template_urlbuilder.go | 2 +- .../server_template/get_server_templates.go | 2 +- .../get_server_templates_responses.go | 2 +- .../get_server_templates_urlbuilder.go | 2 +- .../replace_server_template_parameters.go | 2 +- .../replace_server_template_responses.go | 2 +- .../replace_server_template_urlbuilder.go | 2 +- .../create_a_w_s_region_parameters.go | 2 +- .../create_a_w_s_region_responses.go | 2 +- .../create_a_w_s_region_urlbuilder.go | 2 +- .../create_consul_parameters.go | 2 +- .../create_consul_responses.go | 2 +- .../create_consul_urlbuilder.go | 2 +- .../delete_a_w_s_region_responses.go | 2 +- .../delete_a_w_s_region_urlbuilder.go | 2 +- .../delete_consul_responses.go | 2 +- .../delete_consul_urlbuilder.go | 2 +- .../service_discovery/get_a_w_s_region.go | 2 +- .../get_a_w_s_region_responses.go | 2 +- .../get_a_w_s_region_urlbuilder.go | 2 +- .../service_discovery/get_a_w_s_regions.go | 2 +- .../get_a_w_s_regions_responses.go | 2 +- .../get_a_w_s_regions_urlbuilder.go | 2 +- operations/service_discovery/get_consul.go | 2 +- .../service_discovery/get_consul_responses.go | 2 +- .../get_consul_urlbuilder.go | 2 +- operations/service_discovery/get_consuls.go | 2 +- .../get_consuls_responses.go | 2 +- .../get_consuls_urlbuilder.go | 2 +- .../replace_a_w_s_region_parameters.go | 2 +- .../replace_a_w_s_region_responses.go | 2 +- .../replace_a_w_s_region_urlbuilder.go | 2 +- .../replace_consul_parameters.go | 2 +- .../replace_consul_responses.go | 2 +- .../replace_consul_urlbuilder.go | 2 +- operations/sites/create_site_parameters.go | 2 +- operations/sites/create_site_responses.go | 2 +- operations/sites/create_site_urlbuilder.go | 2 +- operations/sites/delete_site_responses.go | 2 +- operations/sites/delete_site_urlbuilder.go | 2 +- operations/sites/get_site.go | 2 +- operations/sites/get_site_responses.go | 2 +- operations/sites/get_site_urlbuilder.go | 2 +- operations/sites/get_sites.go | 2 +- operations/sites/get_sites_responses.go | 2 +- operations/sites/get_sites_urlbuilder.go | 2 +- operations/sites/replace_site_parameters.go | 2 +- operations/sites/replace_site_responses.go | 2 +- operations/sites/replace_site_urlbuilder.go | 2 +- .../get_specification_responses.go | 2 +- .../get_specification_urlbuilder.go | 2 +- .../get_openapiv3_specification_responses.go | 2 +- .../get_openapiv3_specification_urlbuilder.go | 2 +- .../spoe/create_spoe_agent_parameters.go | 2 +- .../spoe/create_spoe_agent_responses.go | 2 +- .../spoe/create_spoe_agent_urlbuilder.go | 2 +- .../spoe/create_spoe_group_parameters.go | 2 +- .../spoe/create_spoe_group_responses.go | 2 +- .../spoe/create_spoe_group_urlbuilder.go | 2 +- .../spoe/create_spoe_message_parameters.go | 2 +- .../spoe/create_spoe_message_responses.go | 2 +- .../spoe/create_spoe_message_urlbuilder.go | 2 +- operations/spoe/create_spoe_responses.go | 2 +- .../spoe/create_spoe_scope_parameters.go | 2 +- .../spoe/create_spoe_scope_responses.go | 2 +- .../spoe/create_spoe_scope_urlbuilder.go | 2 +- operations/spoe/create_spoe_urlbuilder.go | 2 +- .../spoe/delete_spoe_agent_responses.go | 2 +- .../spoe/delete_spoe_agent_urlbuilder.go | 2 +- operations/spoe/delete_spoe_file_responses.go | 2 +- .../spoe/delete_spoe_file_urlbuilder.go | 2 +- .../spoe/delete_spoe_group_responses.go | 2 +- .../spoe/delete_spoe_group_urlbuilder.go | 2 +- .../spoe/delete_spoe_message_responses.go | 2 +- .../spoe/delete_spoe_message_urlbuilder.go | 2 +- .../spoe/delete_spoe_scope_responses.go | 2 +- .../spoe/delete_spoe_scope_urlbuilder.go | 2 +- .../spoe/get_all_spoe_files_responses.go | 2 +- .../spoe/get_all_spoe_files_urlbuilder.go | 2 +- .../spoe/get_one_spoe_file_responses.go | 2 +- .../spoe/get_one_spoe_file_urlbuilder.go | 2 +- operations/spoe/get_spoe_agent.go | 2 +- operations/spoe/get_spoe_agent_responses.go | 2 +- operations/spoe/get_spoe_agent_urlbuilder.go | 2 +- operations/spoe/get_spoe_agents.go | 2 +- operations/spoe/get_spoe_agents_responses.go | 2 +- operations/spoe/get_spoe_agents_urlbuilder.go | 2 +- ...et_spoe_configuration_version_responses.go | 2 +- ...t_spoe_configuration_version_urlbuilder.go | 2 +- operations/spoe/get_spoe_group.go | 2 +- operations/spoe/get_spoe_group_responses.go | 2 +- operations/spoe/get_spoe_group_urlbuilder.go | 2 +- operations/spoe/get_spoe_groups.go | 2 +- operations/spoe/get_spoe_groups_responses.go | 2 +- operations/spoe/get_spoe_groups_urlbuilder.go | 2 +- operations/spoe/get_spoe_message.go | 2 +- operations/spoe/get_spoe_message_responses.go | 2 +- .../spoe/get_spoe_message_urlbuilder.go | 2 +- operations/spoe/get_spoe_messages.go | 2 +- .../spoe/get_spoe_messages_responses.go | 2 +- .../spoe/get_spoe_messages_urlbuilder.go | 2 +- operations/spoe/get_spoe_scope.go | 2 +- operations/spoe/get_spoe_scope_responses.go | 2 +- operations/spoe/get_spoe_scope_urlbuilder.go | 2 +- operations/spoe/get_spoe_scopes.go | 2 +- operations/spoe/get_spoe_scopes_responses.go | 2 +- operations/spoe/get_spoe_scopes_urlbuilder.go | 2 +- .../spoe/replace_spoe_agent_parameters.go | 2 +- .../spoe/replace_spoe_agent_responses.go | 2 +- .../spoe/replace_spoe_agent_urlbuilder.go | 2 +- .../spoe/replace_spoe_group_parameters.go | 2 +- .../spoe/replace_spoe_group_responses.go | 2 +- .../spoe/replace_spoe_group_urlbuilder.go | 2 +- .../spoe/replace_spoe_message_parameters.go | 2 +- .../spoe/replace_spoe_message_responses.go | 2 +- .../spoe/replace_spoe_message_urlbuilder.go | 2 +- .../commit_spoe_transaction_responses.go | 2 +- .../commit_spoe_transaction_urlbuilder.go | 2 +- .../delete_spoe_transaction_responses.go | 2 +- .../delete_spoe_transaction_urlbuilder.go | 2 +- .../get_spoe_transaction_responses.go | 2 +- .../get_spoe_transaction_urlbuilder.go | 2 +- .../get_spoe_transactions_responses.go | 2 +- .../get_spoe_transactions_urlbuilder.go | 2 +- .../start_spoe_transaction_responses.go | 2 +- .../start_spoe_transaction_urlbuilder.go | 2 +- operations/stats/get_stats_responses.go | 2 +- operations/stats/get_stats_urlbuilder.go | 2 +- .../create_stick_rule_parameters.go | 2 +- .../stick_rule/create_stick_rule_responses.go | 2 +- .../create_stick_rule_urlbuilder.go | 2 +- .../stick_rule/delete_stick_rule_responses.go | 2 +- .../delete_stick_rule_urlbuilder.go | 2 +- operations/stick_rule/get_stick_rule.go | 2 +- .../stick_rule/get_stick_rule_responses.go | 2 +- .../stick_rule/get_stick_rule_urlbuilder.go | 2 +- operations/stick_rule/get_stick_rules.go | 2 +- .../stick_rule/get_stick_rules_responses.go | 2 +- .../stick_rule/get_stick_rules_urlbuilder.go | 2 +- .../replace_stick_rule_parameters.go | 2 +- .../replace_stick_rule_responses.go | 2 +- .../replace_stick_rule_urlbuilder.go | 2 +- .../get_stick_table_entries_responses.go | 2 +- .../get_stick_table_entries_urlbuilder.go | 2 +- .../stick_table/get_stick_table_responses.go | 2 +- .../stick_table/get_stick_table_urlbuilder.go | 2 +- .../stick_table/get_stick_tables_responses.go | 2 +- .../get_stick_tables_urlbuilder.go | 2 +- .../stick_table/set_stick_table_entries.go | 2 +- .../set_stick_table_entries_responses.go | 2 +- .../set_stick_table_entries_urlbuilder.go | 2 +- .../create_storage_general_file_responses.go | 2 +- .../create_storage_general_file_urlbuilder.go | 2 +- .../create_storage_map_file_responses.go | 2 +- .../create_storage_map_file_urlbuilder.go | 2 +- ...ate_storage_s_s_l_certificate_responses.go | 2 +- ...te_storage_s_s_l_certificate_urlbuilder.go | 2 +- .../delete_storage_general_file_responses.go | 2 +- .../delete_storage_general_file_urlbuilder.go | 2 +- .../storage/delete_storage_map_responses.go | 2 +- .../storage/delete_storage_map_urlbuilder.go | 2 +- ...ete_storage_s_s_l_certificate_responses.go | 2 +- ...te_storage_s_s_l_certificate_urlbuilder.go | 2 +- ...get_all_storage_general_files_responses.go | 2 +- ...et_all_storage_general_files_urlbuilder.go | 2 +- .../get_all_storage_map_files_responses.go | 2 +- .../get_all_storage_map_files_urlbuilder.go | 2 +- ...ll_storage_s_s_l_certificates_responses.go | 2 +- ...l_storage_s_s_l_certificates_urlbuilder.go | 2 +- .../get_one_storage_general_file_responses.go | 2 +- ...get_one_storage_general_file_urlbuilder.go | 2 +- .../storage/get_one_storage_map_responses.go | 2 +- .../storage/get_one_storage_map_urlbuilder.go | 2 +- ...one_storage_s_s_l_certificate_responses.go | 2 +- ...ne_storage_s_s_l_certificate_urlbuilder.go | 2 +- .../replace_storage_general_file_responses.go | 2 +- ...replace_storage_general_file_urlbuilder.go | 2 +- .../replace_storage_map_file_responses.go | 2 +- .../replace_storage_map_file_urlbuilder.go | 2 +- ...ace_storage_s_s_l_certificate_responses.go | 2 +- ...ce_storage_s_s_l_certificate_urlbuilder.go | 2 +- operations/table/create_table_parameters.go | 2 +- operations/table/create_table_responses.go | 2 +- operations/table/create_table_urlbuilder.go | 2 +- operations/table/delete_table_responses.go | 2 +- operations/table/delete_table_urlbuilder.go | 2 +- operations/table/get_table.go | 2 +- operations/table/get_table_responses.go | 2 +- operations/table/get_table_urlbuilder.go | 2 +- operations/table/get_tables.go | 2 +- operations/table/get_tables_responses.go | 2 +- operations/table/get_tables_urlbuilder.go | 2 +- operations/table/replace_table_parameters.go | 2 +- operations/table/replace_table_responses.go | 2 +- operations/table/replace_table_urlbuilder.go | 2 +- .../tcp_check/create_tcp_check_parameters.go | 2 +- .../tcp_check/create_tcp_check_responses.go | 2 +- .../tcp_check/create_tcp_check_urlbuilder.go | 2 +- .../tcp_check/delete_tcp_check_responses.go | 2 +- .../tcp_check/delete_tcp_check_urlbuilder.go | 2 +- operations/tcp_check/get_tcp_check.go | 2 +- .../tcp_check/get_tcp_check_responses.go | 2 +- .../tcp_check/get_tcp_check_urlbuilder.go | 2 +- operations/tcp_check/get_tcp_checks.go | 2 +- .../tcp_check/get_tcp_checks_responses.go | 2 +- .../tcp_check/get_tcp_checks_urlbuilder.go | 2 +- .../tcp_check/replace_tcp_check_parameters.go | 2 +- .../tcp_check/replace_tcp_check_responses.go | 2 +- .../tcp_check/replace_tcp_check_urlbuilder.go | 2 +- .../create_tcp_request_rule_parameters.go | 2 +- .../create_tcp_request_rule_responses.go | 2 +- .../create_tcp_request_rule_urlbuilder.go | 2 +- .../delete_tcp_request_rule_responses.go | 2 +- .../delete_tcp_request_rule_urlbuilder.go | 2 +- .../tcp_request_rule/get_tcp_request_rule.go | 2 +- .../get_tcp_request_rule_responses.go | 2 +- .../get_tcp_request_rule_urlbuilder.go | 2 +- .../tcp_request_rule/get_tcp_request_rules.go | 2 +- .../get_tcp_request_rules_responses.go | 2 +- .../get_tcp_request_rules_urlbuilder.go | 2 +- .../replace_tcp_request_rule_parameters.go | 2 +- .../replace_tcp_request_rule_responses.go | 2 +- .../replace_tcp_request_rule_urlbuilder.go | 2 +- .../create_tcp_response_rule_parameters.go | 2 +- .../create_tcp_response_rule_responses.go | 2 +- .../create_tcp_response_rule_urlbuilder.go | 2 +- .../delete_tcp_response_rule_responses.go | 2 +- .../delete_tcp_response_rule_urlbuilder.go | 2 +- .../get_tcp_response_rule.go | 2 +- .../get_tcp_response_rule_responses.go | 2 +- .../get_tcp_response_rule_urlbuilder.go | 2 +- .../get_tcp_response_rules.go | 2 +- .../get_tcp_response_rules_responses.go | 2 +- .../get_tcp_response_rules_urlbuilder.go | 2 +- .../replace_tcp_response_rule_parameters.go | 2 +- .../replace_tcp_response_rule_responses.go | 2 +- .../replace_tcp_response_rule_urlbuilder.go | 2 +- .../commit_transaction_responses.go | 2 +- .../commit_transaction_urlbuilder.go | 2 +- .../delete_transaction_responses.go | 2 +- .../delete_transaction_urlbuilder.go | 2 +- .../transactions/get_transaction_responses.go | 2 +- .../get_transaction_urlbuilder.go | 2 +- .../get_transactions_responses.go | 2 +- .../get_transactions_urlbuilder.go | 2 +- .../start_transaction_responses.go | 2 +- .../start_transaction_urlbuilder.go | 2 +- operations/user/create_user_parameters.go | 2 +- operations/user/create_user_responses.go | 2 +- operations/user/create_user_urlbuilder.go | 2 +- operations/user/delete_user_responses.go | 2 +- operations/user/delete_user_urlbuilder.go | 2 +- operations/user/get_user.go | 2 +- operations/user/get_user_responses.go | 2 +- operations/user/get_user_urlbuilder.go | 2 +- operations/user/get_users.go | 2 +- operations/user/get_users_responses.go | 2 +- operations/user/get_users_urlbuilder.go | 2 +- operations/user/replace_user_parameters.go | 2 +- operations/user/replace_user_responses.go | 2 +- operations/user/replace_user_urlbuilder.go | 2 +- .../userlist/create_userlist_parameters.go | 2 +- .../userlist/create_userlist_responses.go | 2 +- .../userlist/create_userlist_urlbuilder.go | 2 +- .../userlist/delete_userlist_responses.go | 2 +- .../userlist/delete_userlist_urlbuilder.go | 2 +- operations/userlist/get_userlist.go | 2 +- operations/userlist/get_userlist_responses.go | 2 +- .../userlist/get_userlist_urlbuilder.go | 2 +- operations/userlist/get_userlists.go | 2 +- .../userlist/get_userlists_responses.go | 2 +- .../userlist/get_userlists_urlbuilder.go | 2 +- runtime/commands/config_haproxy.go | 2 +- runtime/runtime.go | 2 +- 898 files changed, 990 insertions(+), 1007 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2c9300e..79d42710 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ or if you prefer to run it directly (not in docker) make generate-native ``` -`make generate-native` must also be used if you are using local client-native on disk (you have `replace github.com/haproxytech/client-native/v5 => ../client-native` in go.mod file) +`make generate-native` must also be used if you are using local client-native on disk (you have `replace github.com/haproxytech/client-native/v6 => ../client-native` in go.mod file) This command generates some of the files in this project, which are marked with // Code generated by go-swagger; DO NOT EDIT. comments at the top of the files. These are not to be edited, as they are overwritten when specification is changed and the above-mentioned command is run. If you want to change those files, please change the specification where necessary and then generate them again. diff --git a/adapters/adapters.go b/adapters/adapters.go index 1bbbdc07..df5cd2a7 100644 --- a/adapters/adapters.go +++ b/adapters/adapters.go @@ -22,9 +22,9 @@ import ( "strconv" "strings" - clientnative "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/configuration" - "github.com/haproxytech/client-native/v5/models" + clientnative "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/configuration" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/log" ) diff --git a/client-native/cn.go b/client-native/cn.go index 2afb9251..82ed9c90 100644 --- a/client-native/cn.go +++ b/client-native/cn.go @@ -7,13 +7,13 @@ import ( "sync" "time" - clientnative "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + clientnative "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" - "github.com/haproxytech/client-native/v5/configuration" - configuration_options "github.com/haproxytech/client-native/v5/configuration/options" - runtime_api "github.com/haproxytech/client-native/v5/runtime" - runtime_options "github.com/haproxytech/client-native/v5/runtime/options" + "github.com/haproxytech/client-native/v6/configuration" + configuration_options "github.com/haproxytech/client-native/v6/configuration/options" + runtime_api "github.com/haproxytech/client-native/v6/runtime" + runtime_options "github.com/haproxytech/client-native/v6/runtime/options" parser "github.com/haproxytech/config-parser/v5" "github.com/haproxytech/config-parser/v5/types" diff --git a/cmd/dataplaneapi/main.go b/cmd/dataplaneapi/main.go index bab1975d..0717d442 100644 --- a/cmd/dataplaneapi/main.go +++ b/cmd/dataplaneapi/main.go @@ -27,8 +27,8 @@ import ( "github.com/go-openapi/runtime/security" flags "github.com/jessevdk/go-flags" - "github.com/haproxytech/client-native/v5/models" - "github.com/haproxytech/client-native/v5/storage" + "github.com/haproxytech/client-native/v6/models" + "github.com/haproxytech/client-native/v6/storage" "github.com/haproxytech/dataplaneapi" "github.com/haproxytech/dataplaneapi/configuration" "github.com/haproxytech/dataplaneapi/log" diff --git a/configuration/cluster_sync.go b/configuration/cluster_sync.go index a33467eb..970f4634 100644 --- a/configuration/cluster_sync.go +++ b/configuration/cluster_sync.go @@ -34,7 +34,7 @@ import ( "time" "github.com/google/renameio" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/config-parser/v5/types" jsoniter "github.com/json-iterator/go" diff --git a/configuration/configuration.go b/configuration/configuration.go index 5ab12156..d0d89c49 100644 --- a/configuration/configuration.go +++ b/configuration/configuration.go @@ -26,7 +26,7 @@ import ( "sync" petname "github.com/dustinkirkland/golang-petname" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/log" jsoniter "github.com/json-iterator/go" ) diff --git a/configuration/configuration_storage.go b/configuration/configuration_storage.go index 588e1a71..87130233 100644 --- a/configuration/configuration_storage.go +++ b/configuration/configuration_storage.go @@ -16,7 +16,7 @@ package configuration import ( - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" "github.com/jessevdk/go-flags" dpapilog "github.com/haproxytech/dataplaneapi/log" diff --git a/configuration/map_sync.go b/configuration/map_sync.go index e9b3aceb..ad189e05 100644 --- a/configuration/map_sync.go +++ b/configuration/map_sync.go @@ -23,8 +23,8 @@ import ( "sync" "time" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/log" ) diff --git a/configuration/map_sync_test.go b/configuration/map_sync_test.go index e26a55e5..af31b1ff 100644 --- a/configuration/map_sync_test.go +++ b/configuration/map_sync_test.go @@ -19,7 +19,7 @@ import ( "strconv" "testing" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) func data(differentAtIndex ...int) (fileEntries models.MapEntries, runtimeEntries models.MapEntries) { diff --git a/configuration/misc.go b/configuration/misc.go index 8d23c8d7..0a4bcf4b 100644 --- a/configuration/misc.go +++ b/configuration/misc.go @@ -29,8 +29,8 @@ import ( "github.com/go-openapi/strfmt" "github.com/google/renameio" - "github.com/haproxytech/client-native/v5/misc" - "github.com/haproxytech/client-native/v5/storage" + "github.com/haproxytech/client-native/v6/misc" + "github.com/haproxytech/client-native/v6/storage" jsoniter "github.com/json-iterator/go" ) diff --git a/configure_data_plane.go b/configure_data_plane.go index 47a9e234..86e0ba42 100644 --- a/configure_data_plane.go +++ b/configure_data_plane.go @@ -36,12 +36,12 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/swag" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" - "github.com/haproxytech/client-native/v5/options" - cn_runtime "github.com/haproxytech/client-native/v5/runtime" - "github.com/haproxytech/client-native/v5/spoe" - "github.com/haproxytech/client-native/v5/storage" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" + "github.com/haproxytech/client-native/v6/options" + cn_runtime "github.com/haproxytech/client-native/v6/runtime" + "github.com/haproxytech/client-native/v6/spoe" + "github.com/haproxytech/client-native/v6/storage" "github.com/haproxytech/dataplaneapi/log" jsoniter "github.com/json-iterator/go" "github.com/rs/cors" diff --git a/discovery/aws_service_discovery.go b/discovery/aws_service_discovery.go index babd4751..6f0e713a 100644 --- a/discovery/aws_service_discovery.go +++ b/discovery/aws_service_discovery.go @@ -19,8 +19,8 @@ import ( "context" "errors" - "github.com/haproxytech/client-native/v5/configuration" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/configuration" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" ) diff --git a/discovery/aws_service_discovery_instance.go b/discovery/aws_service_discovery_instance.go index 855fbf41..d4293f9e 100644 --- a/discovery/aws_service_discovery_instance.go +++ b/discovery/aws_service_discovery_instance.go @@ -26,8 +26,8 @@ import ( "github.com/aws/aws-sdk-go-v2/credentials" "github.com/aws/aws-sdk-go-v2/service/ec2" "github.com/aws/aws-sdk-go-v2/service/ec2/types" - "github.com/haproxytech/client-native/v5/configuration" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/configuration" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/log" diff --git a/discovery/consul_service_discovery.go b/discovery/consul_service_discovery.go index 6c735b27..e99e043b 100644 --- a/discovery/consul_service_discovery.go +++ b/discovery/consul_service_discovery.go @@ -21,8 +21,8 @@ import ( "fmt" "time" - "github.com/haproxytech/client-native/v5/configuration" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/configuration" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" ) diff --git a/discovery/consul_service_discovery_instance.go b/discovery/consul_service_discovery_instance.go index 9649f9dd..755f5991 100644 --- a/discovery/consul_service_discovery_instance.go +++ b/discovery/consul_service_discovery_instance.go @@ -25,8 +25,8 @@ import ( "strconv" "time" - "github.com/haproxytech/client-native/v5/configuration" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/configuration" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/log" jsoniter "github.com/json-iterator/go" ) diff --git a/discovery/service_discovery.go b/discovery/service_discovery.go index c6f8f589..f26602d8 100644 --- a/discovery/service_discovery.go +++ b/discovery/service_discovery.go @@ -19,7 +19,7 @@ import ( "context" "errors" - "github.com/haproxytech/client-native/v5/configuration" + "github.com/haproxytech/client-native/v6/configuration" "github.com/haproxytech/dataplaneapi/haproxy" ) diff --git a/discovery/service_discovery_instance.go b/discovery/service_discovery_instance.go index cb295983..ead9c516 100644 --- a/discovery/service_discovery_instance.go +++ b/discovery/service_discovery_instance.go @@ -18,7 +18,7 @@ package discovery import ( "sync" - "github.com/haproxytech/client-native/v5/configuration" + "github.com/haproxytech/client-native/v6/configuration" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/log" diff --git a/discovery/service_discovery_instance_test.go b/discovery/service_discovery_instance_test.go index 00523178..07b64baa 100644 --- a/discovery/service_discovery_instance_test.go +++ b/discovery/service_discovery_instance_test.go @@ -33,8 +33,8 @@ import ( "github.com/aws/aws-sdk-go-v2/service/autoscaling/types" "github.com/aws/aws-sdk-go-v2/service/ec2" "github.com/google/uuid" - "github.com/haproxytech/client-native/v5/configuration" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/configuration" + "github.com/haproxytech/client-native/v6/models" "github.com/stretchr/testify/assert" "github.com/haproxytech/dataplaneapi/haproxy" diff --git a/discovery/utils.go b/discovery/utils.go index 4dc19c15..40dcacec 100644 --- a/discovery/utils.go +++ b/discovery/utils.go @@ -20,7 +20,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/google/uuid" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/misc" ) diff --git a/doc.go b/doc.go index f2d398ab..fb34ce22 100644 --- a/doc.go +++ b/doc.go @@ -23,8 +23,8 @@ // http // https // Host: localhost -// BasePath: /v2 -// Version: 2.9 +// BasePath: /v3 +// Version: 3.0 // Contact: HAProxy Support https://my.haproxy.com/portal/cust/login // // Consumes: diff --git a/e2e/libs/version.bash b/e2e/libs/version.bash index 5b29aeca..d385bf8e 100644 --- a/e2e/libs/version.bash +++ b/e2e/libs/version.bash @@ -45,7 +45,7 @@ function deprecated_auth_curl() { # version # >>> 10 function version() { - read -r SC RES < <(deprecated_auth_curl GET "/v2/services/haproxy/configuration/global") + read -r SC RES < <(deprecated_auth_curl GET "/v3/services/haproxy/configuration/global") V="$(RES=${RES} jq -n 'env.RES | fromjson | ._version')" echo "$V" } diff --git a/e2e/libs/version_spoe.bash b/e2e/libs/version_spoe.bash index ff0e041e..f577e0e5 100644 --- a/e2e/libs/version_spoe.bash +++ b/e2e/libs/version_spoe.bash @@ -37,6 +37,6 @@ function deprecated_auth_curl() { } function version() { - read -r SC RES < <(deprecated_auth_curl GET "/v2/services/haproxy/spoe/version?spoe=$SPOE_FILE") + read -r SC RES < <(deprecated_auth_curl GET "/v3/services/haproxy/spoe/version?spoe=$SPOE_FILE") echo "$RES" } diff --git a/e2e/run.bash b/e2e/run.bash index 09032377..fb82e096 100755 --- a/e2e/run.bash +++ b/e2e/run.bash @@ -16,7 +16,7 @@ # set -eo pipefail -export BASE_PATH="/v2" +export BASE_PATH="/v3" HAPROXY_VERSION=${HAPROXY_VERSION:-2.9} DOCKER_BASE_IMAGE="${DOCKER_BASE_IMAGE:-haproxytech/haproxy-debian}:${HAPROXY_VERSION}" diff --git a/embedded_spec.go b/embedded_spec.go index 1a767730..6a04fe3c 100644 --- a/embedded_spec.go +++ b/embedded_spec.go @@ -52,9 +52,9 @@ func init() { "url": "https://my.haproxy.com/portal/cust/login", "email": "support@haproxy.com" }, - "version": "2.9" + "version": "3.0" }, - "basePath": "/v2", + "basePath": "/v3", "paths": { "/": { "get": { @@ -20287,14 +20287,6 @@ func init() { "limited_quic": { "type": "boolean" }, - "load_server_state_from_file": { - "type": "string", - "enum": [ - "global", - "local", - "none" - ] - }, "localpeer": { "type": "string", "pattern": "^[^\\s]+$", @@ -30128,9 +30120,9 @@ func init() { "url": "https://my.haproxy.com/portal/cust/login", "email": "support@haproxy.com" }, - "version": "2.9" + "version": "3.0" }, - "basePath": "/v2", + "basePath": "/v3", "paths": { "/": { "get": { @@ -59185,14 +59177,6 @@ func init() { "limited_quic": { "type": "boolean" }, - "load_server_state_from_file": { - "type": "string", - "enum": [ - "global", - "local", - "none" - ] - }, "localpeer": { "type": "string", "pattern": "^[^\\s]+$", diff --git a/generate/configuration.tmpl b/generate/configuration.tmpl index 2b56ea96..d8d53199 100644 --- a/generate/configuration.tmpl +++ b/generate/configuration.tmpl @@ -18,7 +18,7 @@ package configuration import ( "github.com/jessevdk/go-flags" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/misc" dpapilog "github.com/haproxytech/dataplaneapi/log" diff --git a/generate/swagger/script.sh b/generate/swagger/script.sh index d0428c3f..6c5e911c 100755 --- a/generate/swagger/script.sh +++ b/generate/swagger/script.sh @@ -6,26 +6,26 @@ echo " ---> source folder: $SPEC_DIR" DST_DIR=$(mktemp -d) echo " ---> generate folder: $DST_DIR" # see if we have a replace directive -CN_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v5")) | .New.Version' 2>/dev/null | awk -F"-" '{print $NF}') || "" -REMOTE_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v5")) | .New.Version' 2>/dev/null | awk -F"/" '{print $1}') || "" +CN_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v6")) | .New.Version' 2>/dev/null | awk -F"-" '{print $NF}') || "" +REMOTE_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v6")) | .New.Version' 2>/dev/null | awk -F"/" '{print $1}') || "" if [ "$REMOTE_VERSION" = "null" ]; then # we have a local version of CN - CN_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v5")) | .New.Path' 2>/dev/null) || "" + CN_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v6")) | .New.Path' 2>/dev/null) || "" fi # if hash is to short take all of it (example v1.0.0-dev1) -[ "${#CN_VERSION}" -gt 0 ] && [ "${#CN_VERSION}" -lt 6 ] && CN_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v5")) | .New.Version') +[ "${#CN_VERSION}" -gt 0 ] && [ "${#CN_VERSION}" -lt 6 ] && CN_VERSION=$(go mod edit -json | jq -c -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v6")) | .New.Version') # check if version is there, if not, use one from require -[ -z "$CN_VERSION" ] && CN_VERSION=$(go mod edit -json | jq -c -r '.Require | .[] | select(.Path | contains("github.com/haproxytech/client-native/v5")) | .Version' 2>/dev/null) +[ -z "$CN_VERSION" ] && CN_VERSION=$(go mod edit -json | jq -c -r '.Require | .[] | select(.Path | contains("github.com/haproxytech/client-native/v6")) | .Version' 2>/dev/null) # check if version contains '-' and if it is a 12 char commit hash then use it, if not use the whole tag suffix=$(echo $CN_VERSION | awk -F"-" '{print$NF}') [ -z "${CN_VERSION##*"-"*}" ] && [ ${#suffix} -eq 12 ] && CN_VERSION=$suffix echo " ---> version of client native used: $CN_VERSION" # extract repository -REPO_PATH=$(go mod edit -json | jq -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v5")) | .New.Path' 2>/dev/null | awk -F"/" '{print $2 "/" $3}') || "" +REPO_PATH=$(go mod edit -json | jq -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v6")) | .New.Path' 2>/dev/null | awk -F"/" '{print $2 "/" $3}') || "" [ -z "$REPO_PATH" ] && REPO_PATH=haproxytech/client-native # extract url, gitlab and github have different urls to raw content -URL_PATH=$(go mod edit -json | jq -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v5")) | .New.Path' 2>/dev/null | awk -F"/" '{print $1}') || "" +URL_PATH=$(go mod edit -json | jq -r '.Replace | .[] | select(.Old.Path | contains("github.com/haproxytech/client-native/v6")) | .New.Path' 2>/dev/null | awk -F"/" '{print $1}') || "" EXTRA_PATH="" if [[ $URL_PATH =~ "gitlab" ]]; then EXTRA_PATH="-/raw/" @@ -59,7 +59,7 @@ cp configure_data_plane.go $DST_DIR/dataplaneapi/configure_data_plane.go swagger generate server -f $SPEC_DIR/haproxy_spec.yaml \ -A "Data Plane" \ -t $DST_DIR \ - --existing-models github.com/haproxytech/client-native/v5/models \ + --existing-models github.com/haproxytech/client-native/v6/models \ --exclude-main \ --skip-models \ -s dataplaneapi \ diff --git a/go.mod b/go.mod index 4e35c3cd..eda49518 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/go-openapi/validate v0.22.6 github.com/google/renameio v1.0.1 github.com/google/uuid v1.5.0 - github.com/haproxytech/client-native/v5 v5.0.1-0.20231222130637-7e0743b6c661 + github.com/haproxytech/client-native/v6 v6.0.0-20240129131604-79ddaf019359 github.com/haproxytech/config-parser/v5 v5.1.0 github.com/jessevdk/go-flags v1.5.0 github.com/json-iterator/go v1.1.12 diff --git a/go.sum b/go.sum index 6527f227..b5b57004 100644 --- a/go.sum +++ b/go.sum @@ -85,8 +85,8 @@ github.com/google/renameio v1.0.1 h1:Lh/jXZmvZxb0BBeSY5VKEfidcbcbenKjZFzM/q0fSeU github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk= github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU= github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/haproxytech/client-native/v5 v5.0.1-0.20231222130637-7e0743b6c661 h1:DFqpRGRTSkZuDCUAD8A7p9QUZnboMTfCmLVyvUbR2Io= -github.com/haproxytech/client-native/v5 v5.0.1-0.20231222130637-7e0743b6c661/go.mod h1:aNDQ5dhHmhRFSyySbA/Tin3wW2sWTxtvGdsIU8NmRhA= +github.com/haproxytech/client-native/v6 v6.0.0-20240129131604-79ddaf019359 h1:S/4oDe2ytpsaCWa13UfzHc48flAMpToIzdY9FWVZTOg= +github.com/haproxytech/client-native/v6 v6.0.0-20240129131604-79ddaf019359/go.mod h1:yacqwliknErGd3IbmzQbRsw4RPcBKAjzKCiUibiPWvg= github.com/haproxytech/config-parser/v5 v5.1.0 h1:gdifNXscsx4x++GQWw9Oj3JDpJMgSLtCiXgdQqxsYQU= github.com/haproxytech/config-parser/v5 v5.1.0/go.mod h1:iy8nBB1eopwYbyeh3FQpjxZUxfcIDyTV9bW0F1t+cVA= github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE= diff --git a/handlers/acl.go b/handlers/acl.go index 4aeb4be8..e424d61f 100644 --- a/handlers/acl.go +++ b/handlers/acl.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/acl_runtime.go b/handlers/acl_runtime.go index 84923bb0..db3ccf94 100644 --- a/handlers/acl_runtime.go +++ b/handlers/acl_runtime.go @@ -2,8 +2,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/acl_runtime" ) diff --git a/handlers/aws.go b/handlers/aws.go index 89c36dd5..a88a06e7 100644 --- a/handlers/aws.go +++ b/handlers/aws.go @@ -19,7 +19,7 @@ import ( "errors" "github.com/go-openapi/runtime/middleware" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/misc" sc "github.com/haproxytech/dataplaneapi/discovery" diff --git a/handlers/backend.go b/handlers/backend.go index c7654135..449c970c 100644 --- a/handlers/backend.go +++ b/handlers/backend.go @@ -19,8 +19,8 @@ import ( "github.com/haproxytech/dataplaneapi/log" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/backend_switching_rule.go b/handlers/backend_switching_rule.go index 87c62037..07db1eee 100644 --- a/handlers/backend_switching_rule.go +++ b/handlers/backend_switching_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/bind.go b/handlers/bind.go index 5646bbf9..9d52cc55 100644 --- a/handlers/bind.go +++ b/handlers/bind.go @@ -19,8 +19,8 @@ import ( "fmt" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/cache.go b/handlers/cache.go index 6cc30cc4..90f4d755 100644 --- a/handlers/cache.go +++ b/handlers/cache.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/capture.go b/handlers/capture.go index b4a0546d..3aaa412c 100644 --- a/handlers/capture.go +++ b/handlers/capture.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/cluster.go b/handlers/cluster.go index 80b63ff1..97d453aa 100644 --- a/handlers/cluster.go +++ b/handlers/cluster.go @@ -24,8 +24,8 @@ import ( log "github.com/sirupsen/logrus" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/configuration" "github.com/haproxytech/dataplaneapi/haproxy" diff --git a/handlers/consul.go b/handlers/consul.go index 51288c61..fe462b7d 100644 --- a/handlers/consul.go +++ b/handlers/consul.go @@ -19,7 +19,7 @@ import ( "errors" "github.com/go-openapi/runtime/middleware" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" sc "github.com/haproxytech/dataplaneapi/discovery" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/defaults.go b/handlers/defaults.go index fe1ef0d8..92674eef 100644 --- a/handlers/defaults.go +++ b/handlers/defaults.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/dgram_bind.go b/handlers/dgram_bind.go index 6ada33f7..b2d4f0a3 100644 --- a/handlers/dgram_bind.go +++ b/handlers/dgram_bind.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/fcgi_app.go b/handlers/fcgi_app.go index 23d0d129..6fe6011f 100644 --- a/handlers/fcgi_app.go +++ b/handlers/fcgi_app.go @@ -16,8 +16,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/filter.go b/handlers/filter.go index 2c6dc23a..c73762ab 100644 --- a/handlers/filter.go +++ b/handlers/filter.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/frontend.go b/handlers/frontend.go index 98ce7c28..a89ae3d3 100644 --- a/handlers/frontend.go +++ b/handlers/frontend.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/general_storage.go b/handlers/general_storage.go index 60f32432..e7dfece3 100644 --- a/handlers/general_storage.go +++ b/handlers/general_storage.go @@ -24,8 +24,8 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - models "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + models "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/global.go b/handlers/global.go index 1911928d..55efd5be 100644 --- a/handlers/global.go +++ b/handlers/global.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" cn "github.com/haproxytech/dataplaneapi/client-native" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/group.go b/handlers/group.go index 4acf037b..c8bdffb6 100644 --- a/handlers/group.go +++ b/handlers/group.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/health.go b/handlers/health.go index dc12fb85..66a3285a 100644 --- a/handlers/health.go +++ b/handlers/health.go @@ -2,7 +2,7 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/operations/health" ) diff --git a/handlers/http_after_response_rule.go b/handlers/http_after_response_rule.go index fcfe5cd0..ee65e994 100644 --- a/handlers/http_after_response_rule.go +++ b/handlers/http_after_response_rule.go @@ -2,8 +2,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/http_check.go b/handlers/http_check.go index 4df3888d..e689e34d 100644 --- a/handlers/http_check.go +++ b/handlers/http_check.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/http_error_rule.go b/handlers/http_error_rule.go index 65bcaa24..b694a031 100644 --- a/handlers/http_error_rule.go +++ b/handlers/http_error_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/http_errors.go b/handlers/http_errors.go index ce3aebcf..0b137cff 100644 --- a/handlers/http_errors.go +++ b/handlers/http_errors.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/http_errors" diff --git a/handlers/http_request_rule.go b/handlers/http_request_rule.go index 7f0fb430..bbc20491 100644 --- a/handlers/http_request_rule.go +++ b/handlers/http_request_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/http_response_rule.go b/handlers/http_response_rule.go index b6b2ff51..e3e69c69 100644 --- a/handlers/http_response_rule.go +++ b/handlers/http_response_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/information.go b/handlers/information.go index 00652d45..fe4c3fd6 100644 --- a/handlers/information.go +++ b/handlers/information.go @@ -26,8 +26,8 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/strfmt" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/shirou/gopsutil/host" "github.com/shirou/gopsutil/mem" "golang.org/x/sys/unix" diff --git a/handlers/log_forward.go b/handlers/log_forward.go index 38745da3..1a00f23d 100644 --- a/handlers/log_forward.go +++ b/handlers/log_forward.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/log_target.go b/handlers/log_target.go index 19503d19..62f72d6e 100644 --- a/handlers/log_target.go +++ b/handlers/log_target.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/mailer_entry.go b/handlers/mailer_entry.go index 6a8983b3..06686244 100644 --- a/handlers/mailer_entry.go +++ b/handlers/mailer_entry.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/mailer_entry" diff --git a/handlers/mailers.go b/handlers/mailers.go index a3b3e190..e444563d 100644 --- a/handlers/mailers.go +++ b/handlers/mailers.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/mailers" diff --git a/handlers/map.go b/handlers/map.go index 65364575..d6270248 100644 --- a/handlers/map.go +++ b/handlers/map.go @@ -20,8 +20,8 @@ import ( "strings" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" config "github.com/haproxytech/dataplaneapi/configuration" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/map_storage.go b/handlers/map_storage.go index e8c4d5a3..e15e6dfd 100644 --- a/handlers/map_storage.go +++ b/handlers/map_storage.go @@ -24,8 +24,8 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - models "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + models "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/nameserver.go b/handlers/nameserver.go index a91aa268..8caa6c4f 100644 --- a/handlers/nameserver.go +++ b/handlers/nameserver.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/peer.go b/handlers/peer.go index bc908d66..22bad1b8 100644 --- a/handlers/peer.go +++ b/handlers/peer.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/peer_entry.go b/handlers/peer_entry.go index 170e4877..fa3fd9e5 100644 --- a/handlers/peer_entry.go +++ b/handlers/peer_entry.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/program.go b/handlers/program.go index 1e0216ae..0e4e97d3 100644 --- a/handlers/program.go +++ b/handlers/program.go @@ -16,8 +16,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/process_manager" diff --git a/handlers/raw.go b/handlers/raw.go index 904dbc1e..d076ea59 100644 --- a/handlers/raw.go +++ b/handlers/raw.go @@ -21,8 +21,8 @@ import ( "strings" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" cn "github.com/haproxytech/dataplaneapi/client-native" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/reloads.go b/handlers/reloads.go index a39f7346..07a81ea7 100644 --- a/handlers/reloads.go +++ b/handlers/reloads.go @@ -19,7 +19,7 @@ import ( "fmt" "github.com/go-openapi/runtime/middleware" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/resolver.go b/handlers/resolver.go index 5753e731..47aaa6b2 100644 --- a/handlers/resolver.go +++ b/handlers/resolver.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/ring.go b/handlers/ring.go index 360383ce..319cc758 100644 --- a/handlers/ring.go +++ b/handlers/ring.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/runtime.go b/handlers/runtime.go index 4f176e80..0c60a52e 100644 --- a/handlers/runtime.go +++ b/handlers/runtime.go @@ -19,8 +19,8 @@ import ( "reflect" "strconv" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/log" ) diff --git a/handlers/runtime_server.go b/handlers/runtime_server.go index 6f1e01ce..ade8c375 100644 --- a/handlers/runtime_server.go +++ b/handlers/runtime_server.go @@ -20,9 +20,9 @@ import ( "strings" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - native_errors "github.com/haproxytech/client-native/v5/errors" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + native_errors "github.com/haproxytech/client-native/v6/errors" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/server" diff --git a/handlers/server.go b/handlers/server.go index f28f40e7..3a08ed3b 100644 --- a/handlers/server.go +++ b/handlers/server.go @@ -19,8 +19,8 @@ import ( "fmt" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/log" diff --git a/handlers/server_switching_rule.go b/handlers/server_switching_rule.go index a2a4f61e..4537c4ae 100644 --- a/handlers/server_switching_rule.go +++ b/handlers/server_switching_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/server_template.go b/handlers/server_template.go index 58b334c9..f01e3204 100644 --- a/handlers/server_template.go +++ b/handlers/server_template.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/site.go b/handlers/site.go index ed06a7bd..a62cc771 100644 --- a/handlers/site.go +++ b/handlers/site.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/spoe.go b/handlers/spoe.go index be43c0ee..cc2fbd03 100644 --- a/handlers/spoe.go +++ b/handlers/spoe.go @@ -18,7 +18,7 @@ package handlers import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/spoe" diff --git a/handlers/spoe_agent.go b/handlers/spoe_agent.go index dfe4a02e..038c261f 100644 --- a/handlers/spoe_agent.go +++ b/handlers/spoe_agent.go @@ -17,7 +17,7 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/spoe" diff --git a/handlers/spoe_group.go b/handlers/spoe_group.go index 9da3f279..bfa020bc 100644 --- a/handlers/spoe_group.go +++ b/handlers/spoe_group.go @@ -17,7 +17,7 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/spoe" diff --git a/handlers/spoe_message.go b/handlers/spoe_message.go index 59529edb..72abc7d6 100644 --- a/handlers/spoe_message.go +++ b/handlers/spoe_message.go @@ -17,7 +17,7 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/spoe" diff --git a/handlers/spoe_scope.go b/handlers/spoe_scope.go index e62a398a..cae0d564 100644 --- a/handlers/spoe_scope.go +++ b/handlers/spoe_scope.go @@ -17,7 +17,7 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/spoe" diff --git a/handlers/spoe_transaction.go b/handlers/spoe_transaction.go index 14fc7549..3ca45379 100644 --- a/handlers/spoe_transaction.go +++ b/handlers/spoe_transaction.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/spoe_version.go b/handlers/spoe_version.go index 948126f4..5c715889 100644 --- a/handlers/spoe_version.go +++ b/handlers/spoe_version.go @@ -17,7 +17,7 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/spoe" diff --git a/handlers/ssl_cert_storage.go b/handlers/ssl_cert_storage.go index abe91ff9..03801a73 100644 --- a/handlers/ssl_cert_storage.go +++ b/handlers/ssl_cert_storage.go @@ -24,8 +24,8 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/strfmt" - client_native "github.com/haproxytech/client-native/v5" - models "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + models "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/stats.go b/handlers/stats.go index 8195db0c..319d5052 100644 --- a/handlers/stats.go +++ b/handlers/stats.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/stats" diff --git a/handlers/stick_rule.go b/handlers/stick_rule.go index dcb56d3f..07c65e4b 100644 --- a/handlers/stick_rule.go +++ b/handlers/stick_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/stick_table.go b/handlers/stick_table.go index d014dc2d..fe22e964 100644 --- a/handlers/stick_table.go +++ b/handlers/stick_table.go @@ -20,8 +20,8 @@ import ( "strings" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/stick_table" diff --git a/handlers/table.go b/handlers/table.go index 0eb7d3c1..7010c3c6 100644 --- a/handlers/table.go +++ b/handlers/table.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/tcp_check.go b/handlers/tcp_check.go index 70d56273..b5fbe724 100644 --- a/handlers/tcp_check.go +++ b/handlers/tcp_check.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/tcp_request_rule.go b/handlers/tcp_request_rule.go index 8d672ee5..c16b66fe 100644 --- a/handlers/tcp_request_rule.go +++ b/handlers/tcp_request_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/tcp_response_rule.go b/handlers/tcp_response_rule.go index f89817b0..9042ba7b 100644 --- a/handlers/tcp_response_rule.go +++ b/handlers/tcp_response_rule.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/transaction.go b/handlers/transaction.go index 23320921..4505a5e1 100644 --- a/handlers/transaction.go +++ b/handlers/transaction.go @@ -20,8 +20,8 @@ import ( "sync" "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" cn "github.com/haproxytech/dataplaneapi/client-native" "github.com/haproxytech/dataplaneapi/haproxy" @@ -86,7 +86,6 @@ func (h *DeleteTransactionHandlerImpl) Handle(params transactions.DeleteTransact return transactions.NewDeleteTransactionDefault(int(*e.Code)).WithPayload(e) } err = configuration.DeleteTransaction(params.ID) - if err != nil { e := misc.HandleError(err) if strings.HasSuffix(*e.Message, "does not exist") { diff --git a/handlers/user.go b/handlers/user.go index 4e56aa33..f27fbc9e 100644 --- a/handlers/user.go +++ b/handlers/user.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/userlist.go b/handlers/userlist.go index b71db06b..9e7204e2 100644 --- a/handlers/userlist.go +++ b/handlers/userlist.go @@ -17,8 +17,8 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/models" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/dataplaneapi/haproxy" "github.com/haproxytech/dataplaneapi/misc" diff --git a/handlers/version.go b/handlers/version.go index cc9b0d6e..ba3ab110 100644 --- a/handlers/version.go +++ b/handlers/version.go @@ -17,7 +17,7 @@ package handlers import ( "github.com/go-openapi/runtime/middleware" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/misc" "github.com/haproxytech/dataplaneapi/operations/configuration" diff --git a/haproxy/reload_agent.go b/haproxy/reload_agent.go index 3f804e4a..8d7d5fdd 100644 --- a/haproxy/reload_agent.go +++ b/haproxy/reload_agent.go @@ -29,10 +29,10 @@ import ( "time" "github.com/google/renameio" - client_native "github.com/haproxytech/client-native/v5" - "github.com/haproxytech/client-native/v5/misc" - "github.com/haproxytech/client-native/v5/models" - "github.com/haproxytech/client-native/v5/runtime" + client_native "github.com/haproxytech/client-native/v6" + "github.com/haproxytech/client-native/v6/misc" + "github.com/haproxytech/client-native/v6/models" + "github.com/haproxytech/client-native/v6/runtime" "github.com/haproxytech/dataplaneapi/log" ) diff --git a/log/log.go b/log/log.go index 8ecd1bf0..c2e14956 100644 --- a/log/log.go +++ b/log/log.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" apache_log "github.com/lestrrat-go/apache-logformat" "github.com/sirupsen/logrus" ) diff --git a/misc/misc.go b/misc/misc.go index 3436306e..692c187a 100644 --- a/misc/misc.go +++ b/misc/misc.go @@ -28,9 +28,9 @@ import ( "strings" "github.com/GehirnInc/crypt" - "github.com/haproxytech/client-native/v5/configuration" - client_errors "github.com/haproxytech/client-native/v5/errors" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/configuration" + client_errors "github.com/haproxytech/client-native/v6/errors" + "github.com/haproxytech/client-native/v6/models" "github.com/haproxytech/config-parser/v5/types" jsoniter "github.com/json-iterator/go" diff --git a/operations/acl/create_acl_parameters.go b/operations/acl/create_acl_parameters.go index c8455a23..e38421e4 100644 --- a/operations/acl/create_acl_parameters.go +++ b/operations/acl/create_acl_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateACLParams creates a new CreateACLParams object diff --git a/operations/acl/create_acl_responses.go b/operations/acl/create_acl_responses.go index 56613672..f9f4fdf4 100644 --- a/operations/acl/create_acl_responses.go +++ b/operations/acl/create_acl_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateACLCreatedCode is the HTTP code returned for type CreateACLCreated diff --git a/operations/acl/create_acl_urlbuilder.go b/operations/acl/create_acl_urlbuilder.go index c38c3cfa..52d40456 100644 --- a/operations/acl/create_acl_urlbuilder.go +++ b/operations/acl/create_acl_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateACLURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl/delete_acl_responses.go b/operations/acl/delete_acl_responses.go index e555ce33..346ff837 100644 --- a/operations/acl/delete_acl_responses.go +++ b/operations/acl/delete_acl_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteACLAcceptedCode is the HTTP code returned for type DeleteACLAccepted diff --git a/operations/acl/delete_acl_urlbuilder.go b/operations/acl/delete_acl_urlbuilder.go index 12cbaada..ff48f26c 100644 --- a/operations/acl/delete_acl_urlbuilder.go +++ b/operations/acl/delete_acl_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteACLURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl/get_acl.go b/operations/acl/get_acl.go index 0eb694ab..e1ba659b 100644 --- a/operations/acl/get_acl.go +++ b/operations/acl/get_acl.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetACLHandlerFunc turns a function with the right signature into a get Acl handler diff --git a/operations/acl/get_acl_responses.go b/operations/acl/get_acl_responses.go index 73291bad..f2284532 100644 --- a/operations/acl/get_acl_responses.go +++ b/operations/acl/get_acl_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetACLOKCode is the HTTP code returned for type GetACLOK diff --git a/operations/acl/get_acl_urlbuilder.go b/operations/acl/get_acl_urlbuilder.go index 469603f6..0eef9cee 100644 --- a/operations/acl/get_acl_urlbuilder.go +++ b/operations/acl/get_acl_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetACLURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl/get_acls.go b/operations/acl/get_acls.go index 3493926f..fb1fd3f0 100644 --- a/operations/acl/get_acls.go +++ b/operations/acl/get_acls.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAclsHandlerFunc turns a function with the right signature into a get acls handler diff --git a/operations/acl/get_acls_responses.go b/operations/acl/get_acls_responses.go index 576150af..ab3c13e8 100644 --- a/operations/acl/get_acls_responses.go +++ b/operations/acl/get_acls_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAclsOKCode is the HTTP code returned for type GetAclsOK diff --git a/operations/acl/get_acls_urlbuilder.go b/operations/acl/get_acls_urlbuilder.go index f503d09d..008f566d 100644 --- a/operations/acl/get_acls_urlbuilder.go +++ b/operations/acl/get_acls_urlbuilder.go @@ -61,7 +61,7 @@ func (o *GetAclsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl/replace_acl_parameters.go b/operations/acl/replace_acl_parameters.go index 9af301d9..757ea8ef 100644 --- a/operations/acl/replace_acl_parameters.go +++ b/operations/acl/replace_acl_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceACLParams creates a new ReplaceACLParams object diff --git a/operations/acl/replace_acl_responses.go b/operations/acl/replace_acl_responses.go index 56a96db4..591d8c62 100644 --- a/operations/acl/replace_acl_responses.go +++ b/operations/acl/replace_acl_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceACLOKCode is the HTTP code returned for type ReplaceACLOK diff --git a/operations/acl/replace_acl_urlbuilder.go b/operations/acl/replace_acl_urlbuilder.go index cb1741f0..5bcdde8c 100644 --- a/operations/acl/replace_acl_urlbuilder.go +++ b/operations/acl/replace_acl_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceACLURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl_runtime/add_payload_runtime_acl_parameters.go b/operations/acl_runtime/add_payload_runtime_acl_parameters.go index 240d634a..2f9c82b5 100644 --- a/operations/acl_runtime/add_payload_runtime_acl_parameters.go +++ b/operations/acl_runtime/add_payload_runtime_acl_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewAddPayloadRuntimeACLParams creates a new AddPayloadRuntimeACLParams object diff --git a/operations/acl_runtime/add_payload_runtime_acl_responses.go b/operations/acl_runtime/add_payload_runtime_acl_responses.go index 194c23dc..25dfdc6c 100644 --- a/operations/acl_runtime/add_payload_runtime_acl_responses.go +++ b/operations/acl_runtime/add_payload_runtime_acl_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // AddPayloadRuntimeACLCreatedCode is the HTTP code returned for type AddPayloadRuntimeACLCreated diff --git a/operations/acl_runtime/add_payload_runtime_acl_urlbuilder.go b/operations/acl_runtime/add_payload_runtime_acl_urlbuilder.go index ef0aed09..506ef478 100644 --- a/operations/acl_runtime/add_payload_runtime_acl_urlbuilder.go +++ b/operations/acl_runtime/add_payload_runtime_acl_urlbuilder.go @@ -58,7 +58,7 @@ func (o *AddPayloadRuntimeACLURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_responses.go b/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_responses.go index b8beb583..bf2e6d9f 100644 --- a/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_responses.go +++ b/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContentCode is the HTTP code returned for type DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent diff --git a/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go b/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go index 5ef4123c..01852f8e 100644 --- a/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go +++ b/operations/acl_runtime/delete_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go @@ -68,7 +68,7 @@ func (o *DeleteServicesHaproxyRuntimeACLFileEntriesIDURL) Build() (*url.URL, err _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_responses.go b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_responses.go index 2f731816..2420cc0c 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_responses.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServicesHaproxyRuntimeACLFileEntriesIDOKCode is the HTTP code returned for type GetServicesHaproxyRuntimeACLFileEntriesIDOK diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go index 237763ad..c43d8453 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_id_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetServicesHaproxyRuntimeACLFileEntriesIDURL) Build() (*url.URL, error) _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_responses.go b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_responses.go index 2cce2348..b39225c2 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_responses.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServicesHaproxyRuntimeACLFileEntriesOKCode is the HTTP code returned for type GetServicesHaproxyRuntimeACLFileEntriesOK diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_urlbuilder.go b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_urlbuilder.go index 9a1e438b..f381ad0c 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_urlbuilder.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acl_file_entries_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetServicesHaproxyRuntimeACLFileEntriesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acls_id_responses.go b/operations/acl_runtime/get_services_haproxy_runtime_acls_id_responses.go index 47dfa8fa..f228d6cf 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acls_id_responses.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acls_id_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServicesHaproxyRuntimeAclsIDOKCode is the HTTP code returned for type GetServicesHaproxyRuntimeAclsIDOK diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acls_id_urlbuilder.go b/operations/acl_runtime/get_services_haproxy_runtime_acls_id_urlbuilder.go index bcac095e..a9366eda 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acls_id_urlbuilder.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acls_id_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetServicesHaproxyRuntimeAclsIDURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acls_responses.go b/operations/acl_runtime/get_services_haproxy_runtime_acls_responses.go index b48502fb..21a6f7fa 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acls_responses.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acls_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServicesHaproxyRuntimeAclsOKCode is the HTTP code returned for type GetServicesHaproxyRuntimeAclsOK diff --git a/operations/acl_runtime/get_services_haproxy_runtime_acls_urlbuilder.go b/operations/acl_runtime/get_services_haproxy_runtime_acls_urlbuilder.go index 8a115a08..71e33e09 100644 --- a/operations/acl_runtime/get_services_haproxy_runtime_acls_urlbuilder.go +++ b/operations/acl_runtime/get_services_haproxy_runtime_acls_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetServicesHaproxyRuntimeAclsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_parameters.go b/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_parameters.go index 829067b2..a79e73fe 100644 --- a/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_parameters.go +++ b/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewPostServicesHaproxyRuntimeACLFileEntriesParams creates a new PostServicesHaproxyRuntimeACLFileEntriesParams object diff --git a/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_responses.go b/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_responses.go index cd8a8480..1aab4140 100644 --- a/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_responses.go +++ b/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // PostServicesHaproxyRuntimeACLFileEntriesCreatedCode is the HTTP code returned for type PostServicesHaproxyRuntimeACLFileEntriesCreated diff --git a/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_urlbuilder.go b/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_urlbuilder.go index 4f72a806..45f96f59 100644 --- a/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_urlbuilder.go +++ b/operations/acl_runtime/post_services_haproxy_runtime_acl_file_entries_urlbuilder.go @@ -58,7 +58,7 @@ func (o *PostServicesHaproxyRuntimeACLFileEntriesURL) Build() (*url.URL, error) _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend/create_backend_parameters.go b/operations/backend/create_backend_parameters.go index b0c41c30..596444ef 100644 --- a/operations/backend/create_backend_parameters.go +++ b/operations/backend/create_backend_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateBackendParams creates a new CreateBackendParams object diff --git a/operations/backend/create_backend_responses.go b/operations/backend/create_backend_responses.go index 5c684a73..cb5bba2d 100644 --- a/operations/backend/create_backend_responses.go +++ b/operations/backend/create_backend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateBackendCreatedCode is the HTTP code returned for type CreateBackendCreated diff --git a/operations/backend/create_backend_urlbuilder.go b/operations/backend/create_backend_urlbuilder.go index 0e0a9465..50e7a58d 100644 --- a/operations/backend/create_backend_urlbuilder.go +++ b/operations/backend/create_backend_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateBackendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend/delete_backend_responses.go b/operations/backend/delete_backend_responses.go index 41ab9ab8..b817aa42 100644 --- a/operations/backend/delete_backend_responses.go +++ b/operations/backend/delete_backend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteBackendAcceptedCode is the HTTP code returned for type DeleteBackendAccepted diff --git a/operations/backend/delete_backend_urlbuilder.go b/operations/backend/delete_backend_urlbuilder.go index fad8af0e..2765c360 100644 --- a/operations/backend/delete_backend_urlbuilder.go +++ b/operations/backend/delete_backend_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteBackendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend/get_backend.go b/operations/backend/get_backend.go index 10c81a9c..30af0af1 100644 --- a/operations/backend/get_backend.go +++ b/operations/backend/get_backend.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendHandlerFunc turns a function with the right signature into a get backend handler diff --git a/operations/backend/get_backend_responses.go b/operations/backend/get_backend_responses.go index fa89e879..21d2ad83 100644 --- a/operations/backend/get_backend_responses.go +++ b/operations/backend/get_backend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendOKCode is the HTTP code returned for type GetBackendOK diff --git a/operations/backend/get_backend_urlbuilder.go b/operations/backend/get_backend_urlbuilder.go index 3c3ca79a..02ac8ebb 100644 --- a/operations/backend/get_backend_urlbuilder.go +++ b/operations/backend/get_backend_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetBackendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend/get_backends.go b/operations/backend/get_backends.go index a7dd0757..49c49f46 100644 --- a/operations/backend/get_backends.go +++ b/operations/backend/get_backends.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendsHandlerFunc turns a function with the right signature into a get backends handler diff --git a/operations/backend/get_backends_responses.go b/operations/backend/get_backends_responses.go index 57075826..7e590d2b 100644 --- a/operations/backend/get_backends_responses.go +++ b/operations/backend/get_backends_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendsOKCode is the HTTP code returned for type GetBackendsOK diff --git a/operations/backend/get_backends_urlbuilder.go b/operations/backend/get_backends_urlbuilder.go index 244ab1a6..b2eaf81e 100644 --- a/operations/backend/get_backends_urlbuilder.go +++ b/operations/backend/get_backends_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetBackendsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend/replace_backend_parameters.go b/operations/backend/replace_backend_parameters.go index 6c72007b..0db58a55 100644 --- a/operations/backend/replace_backend_parameters.go +++ b/operations/backend/replace_backend_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceBackendParams creates a new ReplaceBackendParams object diff --git a/operations/backend/replace_backend_responses.go b/operations/backend/replace_backend_responses.go index 1b90a7ab..0758fc61 100644 --- a/operations/backend/replace_backend_responses.go +++ b/operations/backend/replace_backend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceBackendOKCode is the HTTP code returned for type ReplaceBackendOK diff --git a/operations/backend/replace_backend_urlbuilder.go b/operations/backend/replace_backend_urlbuilder.go index ef3c7aaa..461ff3be 100644 --- a/operations/backend/replace_backend_urlbuilder.go +++ b/operations/backend/replace_backend_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceBackendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend_switching_rule/create_backend_switching_rule_parameters.go b/operations/backend_switching_rule/create_backend_switching_rule_parameters.go index acf2772c..544dcb4a 100644 --- a/operations/backend_switching_rule/create_backend_switching_rule_parameters.go +++ b/operations/backend_switching_rule/create_backend_switching_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateBackendSwitchingRuleParams creates a new CreateBackendSwitchingRuleParams object diff --git a/operations/backend_switching_rule/create_backend_switching_rule_responses.go b/operations/backend_switching_rule/create_backend_switching_rule_responses.go index cf6810fb..0acfc71c 100644 --- a/operations/backend_switching_rule/create_backend_switching_rule_responses.go +++ b/operations/backend_switching_rule/create_backend_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateBackendSwitchingRuleCreatedCode is the HTTP code returned for type CreateBackendSwitchingRuleCreated diff --git a/operations/backend_switching_rule/create_backend_switching_rule_urlbuilder.go b/operations/backend_switching_rule/create_backend_switching_rule_urlbuilder.go index 52b22ec8..ae460b30 100644 --- a/operations/backend_switching_rule/create_backend_switching_rule_urlbuilder.go +++ b/operations/backend_switching_rule/create_backend_switching_rule_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateBackendSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend_switching_rule/delete_backend_switching_rule_responses.go b/operations/backend_switching_rule/delete_backend_switching_rule_responses.go index 4daa4ad4..c72d4038 100644 --- a/operations/backend_switching_rule/delete_backend_switching_rule_responses.go +++ b/operations/backend_switching_rule/delete_backend_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteBackendSwitchingRuleAcceptedCode is the HTTP code returned for type DeleteBackendSwitchingRuleAccepted diff --git a/operations/backend_switching_rule/delete_backend_switching_rule_urlbuilder.go b/operations/backend_switching_rule/delete_backend_switching_rule_urlbuilder.go index a519fb37..fe338314 100644 --- a/operations/backend_switching_rule/delete_backend_switching_rule_urlbuilder.go +++ b/operations/backend_switching_rule/delete_backend_switching_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteBackendSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend_switching_rule/get_backend_switching_rule.go b/operations/backend_switching_rule/get_backend_switching_rule.go index a3b901a0..42204c26 100644 --- a/operations/backend_switching_rule/get_backend_switching_rule.go +++ b/operations/backend_switching_rule/get_backend_switching_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendSwitchingRuleHandlerFunc turns a function with the right signature into a get backend switching rule handler diff --git a/operations/backend_switching_rule/get_backend_switching_rule_responses.go b/operations/backend_switching_rule/get_backend_switching_rule_responses.go index 397d75ae..c1837049 100644 --- a/operations/backend_switching_rule/get_backend_switching_rule_responses.go +++ b/operations/backend_switching_rule/get_backend_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendSwitchingRuleOKCode is the HTTP code returned for type GetBackendSwitchingRuleOK diff --git a/operations/backend_switching_rule/get_backend_switching_rule_urlbuilder.go b/operations/backend_switching_rule/get_backend_switching_rule_urlbuilder.go index 35974d4f..775f8274 100644 --- a/operations/backend_switching_rule/get_backend_switching_rule_urlbuilder.go +++ b/operations/backend_switching_rule/get_backend_switching_rule_urlbuilder.go @@ -71,7 +71,7 @@ func (o *GetBackendSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend_switching_rule/get_backend_switching_rules.go b/operations/backend_switching_rule/get_backend_switching_rules.go index 8875263c..2237d9a9 100644 --- a/operations/backend_switching_rule/get_backend_switching_rules.go +++ b/operations/backend_switching_rule/get_backend_switching_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendSwitchingRulesHandlerFunc turns a function with the right signature into a get backend switching rules handler diff --git a/operations/backend_switching_rule/get_backend_switching_rules_responses.go b/operations/backend_switching_rule/get_backend_switching_rules_responses.go index a45c25ea..e6501327 100644 --- a/operations/backend_switching_rule/get_backend_switching_rules_responses.go +++ b/operations/backend_switching_rule/get_backend_switching_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBackendSwitchingRulesOKCode is the HTTP code returned for type GetBackendSwitchingRulesOK diff --git a/operations/backend_switching_rule/get_backend_switching_rules_urlbuilder.go b/operations/backend_switching_rule/get_backend_switching_rules_urlbuilder.go index 53faae2b..e9c4c40a 100644 --- a/operations/backend_switching_rule/get_backend_switching_rules_urlbuilder.go +++ b/operations/backend_switching_rule/get_backend_switching_rules_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetBackendSwitchingRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/backend_switching_rule/replace_backend_switching_rule_parameters.go b/operations/backend_switching_rule/replace_backend_switching_rule_parameters.go index 3c68849d..c70b5ad9 100644 --- a/operations/backend_switching_rule/replace_backend_switching_rule_parameters.go +++ b/operations/backend_switching_rule/replace_backend_switching_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceBackendSwitchingRuleParams creates a new ReplaceBackendSwitchingRuleParams object diff --git a/operations/backend_switching_rule/replace_backend_switching_rule_responses.go b/operations/backend_switching_rule/replace_backend_switching_rule_responses.go index abbf7214..b88adc8c 100644 --- a/operations/backend_switching_rule/replace_backend_switching_rule_responses.go +++ b/operations/backend_switching_rule/replace_backend_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceBackendSwitchingRuleOKCode is the HTTP code returned for type ReplaceBackendSwitchingRuleOK diff --git a/operations/backend_switching_rule/replace_backend_switching_rule_urlbuilder.go b/operations/backend_switching_rule/replace_backend_switching_rule_urlbuilder.go index 9aae5b01..57837636 100644 --- a/operations/backend_switching_rule/replace_backend_switching_rule_urlbuilder.go +++ b/operations/backend_switching_rule/replace_backend_switching_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceBackendSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/bind/create_bind_parameters.go b/operations/bind/create_bind_parameters.go index e3df2aad..a5313067 100644 --- a/operations/bind/create_bind_parameters.go +++ b/operations/bind/create_bind_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateBindParams creates a new CreateBindParams object diff --git a/operations/bind/create_bind_responses.go b/operations/bind/create_bind_responses.go index e628feb5..153abc0e 100644 --- a/operations/bind/create_bind_responses.go +++ b/operations/bind/create_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateBindCreatedCode is the HTTP code returned for type CreateBindCreated diff --git a/operations/bind/create_bind_urlbuilder.go b/operations/bind/create_bind_urlbuilder.go index f47e12f5..1a4b874e 100644 --- a/operations/bind/create_bind_urlbuilder.go +++ b/operations/bind/create_bind_urlbuilder.go @@ -65,7 +65,7 @@ func (o *CreateBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/bind/delete_bind_responses.go b/operations/bind/delete_bind_responses.go index bbdac7ae..0dbb6b35 100644 --- a/operations/bind/delete_bind_responses.go +++ b/operations/bind/delete_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteBindAcceptedCode is the HTTP code returned for type DeleteBindAccepted diff --git a/operations/bind/delete_bind_urlbuilder.go b/operations/bind/delete_bind_urlbuilder.go index 570d7e1b..e84a1679 100644 --- a/operations/bind/delete_bind_urlbuilder.go +++ b/operations/bind/delete_bind_urlbuilder.go @@ -75,7 +75,7 @@ func (o *DeleteBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/bind/get_bind.go b/operations/bind/get_bind.go index 81f5fcac..055a10a6 100644 --- a/operations/bind/get_bind.go +++ b/operations/bind/get_bind.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBindHandlerFunc turns a function with the right signature into a get bind handler diff --git a/operations/bind/get_bind_responses.go b/operations/bind/get_bind_responses.go index 5a61704b..7d66d78f 100644 --- a/operations/bind/get_bind_responses.go +++ b/operations/bind/get_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBindOKCode is the HTTP code returned for type GetBindOK diff --git a/operations/bind/get_bind_urlbuilder.go b/operations/bind/get_bind_urlbuilder.go index a363ce92..7187d8ef 100644 --- a/operations/bind/get_bind_urlbuilder.go +++ b/operations/bind/get_bind_urlbuilder.go @@ -71,7 +71,7 @@ func (o *GetBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/bind/get_binds.go b/operations/bind/get_binds.go index 0cbe9846..558d1433 100644 --- a/operations/bind/get_binds.go +++ b/operations/bind/get_binds.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBindsHandlerFunc turns a function with the right signature into a get binds handler diff --git a/operations/bind/get_binds_responses.go b/operations/bind/get_binds_responses.go index 708db5aa..950ad809 100644 --- a/operations/bind/get_binds_responses.go +++ b/operations/bind/get_binds_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetBindsOKCode is the HTTP code returned for type GetBindsOK diff --git a/operations/bind/get_binds_urlbuilder.go b/operations/bind/get_binds_urlbuilder.go index d80637f2..9fcd3c2f 100644 --- a/operations/bind/get_binds_urlbuilder.go +++ b/operations/bind/get_binds_urlbuilder.go @@ -61,7 +61,7 @@ func (o *GetBindsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/bind/replace_bind_parameters.go b/operations/bind/replace_bind_parameters.go index 191dd2a7..9a04d73c 100644 --- a/operations/bind/replace_bind_parameters.go +++ b/operations/bind/replace_bind_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceBindParams creates a new ReplaceBindParams object diff --git a/operations/bind/replace_bind_responses.go b/operations/bind/replace_bind_responses.go index 6f4d287a..c62963ca 100644 --- a/operations/bind/replace_bind_responses.go +++ b/operations/bind/replace_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceBindOKCode is the HTTP code returned for type ReplaceBindOK diff --git a/operations/bind/replace_bind_urlbuilder.go b/operations/bind/replace_bind_urlbuilder.go index 32c2dba8..76fb4a3a 100644 --- a/operations/bind/replace_bind_urlbuilder.go +++ b/operations/bind/replace_bind_urlbuilder.go @@ -75,7 +75,7 @@ func (o *ReplaceBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cache/create_cache_parameters.go b/operations/cache/create_cache_parameters.go index 13a03094..3f8ea385 100644 --- a/operations/cache/create_cache_parameters.go +++ b/operations/cache/create_cache_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateCacheParams creates a new CreateCacheParams object diff --git a/operations/cache/create_cache_responses.go b/operations/cache/create_cache_responses.go index f7f42c14..686ed55c 100644 --- a/operations/cache/create_cache_responses.go +++ b/operations/cache/create_cache_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateCacheCreatedCode is the HTTP code returned for type CreateCacheCreated diff --git a/operations/cache/create_cache_urlbuilder.go b/operations/cache/create_cache_urlbuilder.go index dddb175f..01f68ecb 100644 --- a/operations/cache/create_cache_urlbuilder.go +++ b/operations/cache/create_cache_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateCacheURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cache/delete_cache_responses.go b/operations/cache/delete_cache_responses.go index 90e82c29..77715b44 100644 --- a/operations/cache/delete_cache_responses.go +++ b/operations/cache/delete_cache_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteCacheAcceptedCode is the HTTP code returned for type DeleteCacheAccepted diff --git a/operations/cache/delete_cache_urlbuilder.go b/operations/cache/delete_cache_urlbuilder.go index 97160cd2..56cd0b00 100644 --- a/operations/cache/delete_cache_urlbuilder.go +++ b/operations/cache/delete_cache_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteCacheURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cache/get_cache.go b/operations/cache/get_cache.go index 063d816d..d6a03beb 100644 --- a/operations/cache/get_cache.go +++ b/operations/cache/get_cache.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetCacheHandlerFunc turns a function with the right signature into a get cache handler diff --git a/operations/cache/get_cache_responses.go b/operations/cache/get_cache_responses.go index 76ee4e24..229a092d 100644 --- a/operations/cache/get_cache_responses.go +++ b/operations/cache/get_cache_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetCacheOKCode is the HTTP code returned for type GetCacheOK diff --git a/operations/cache/get_cache_urlbuilder.go b/operations/cache/get_cache_urlbuilder.go index 9401cf03..17835358 100644 --- a/operations/cache/get_cache_urlbuilder.go +++ b/operations/cache/get_cache_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetCacheURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cache/get_caches.go b/operations/cache/get_caches.go index 1a86717b..14bc8bbc 100644 --- a/operations/cache/get_caches.go +++ b/operations/cache/get_caches.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetCachesHandlerFunc turns a function with the right signature into a get caches handler diff --git a/operations/cache/get_caches_responses.go b/operations/cache/get_caches_responses.go index a72d40f5..601629c2 100644 --- a/operations/cache/get_caches_responses.go +++ b/operations/cache/get_caches_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetCachesOKCode is the HTTP code returned for type GetCachesOK diff --git a/operations/cache/get_caches_urlbuilder.go b/operations/cache/get_caches_urlbuilder.go index cd813da8..a360a024 100644 --- a/operations/cache/get_caches_urlbuilder.go +++ b/operations/cache/get_caches_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetCachesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cache/replace_cache_parameters.go b/operations/cache/replace_cache_parameters.go index d34947d2..03b5ba7d 100644 --- a/operations/cache/replace_cache_parameters.go +++ b/operations/cache/replace_cache_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceCacheParams creates a new ReplaceCacheParams object diff --git a/operations/cache/replace_cache_responses.go b/operations/cache/replace_cache_responses.go index d3e2f3ac..1094146c 100644 --- a/operations/cache/replace_cache_responses.go +++ b/operations/cache/replace_cache_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceCacheOKCode is the HTTP code returned for type ReplaceCacheOK diff --git a/operations/cache/replace_cache_urlbuilder.go b/operations/cache/replace_cache_urlbuilder.go index 2c2310b5..6de5bf8a 100644 --- a/operations/cache/replace_cache_urlbuilder.go +++ b/operations/cache/replace_cache_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceCacheURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cluster/delete_cluster_responses.go b/operations/cluster/delete_cluster_responses.go index e2904077..582a1afc 100644 --- a/operations/cluster/delete_cluster_responses.go +++ b/operations/cluster/delete_cluster_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteClusterNoContentCode is the HTTP code returned for type DeleteClusterNoContent diff --git a/operations/cluster/delete_cluster_urlbuilder.go b/operations/cluster/delete_cluster_urlbuilder.go index 06a2faff..6294af0a 100644 --- a/operations/cluster/delete_cluster_urlbuilder.go +++ b/operations/cluster/delete_cluster_urlbuilder.go @@ -61,7 +61,7 @@ func (o *DeleteClusterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cluster/edit_cluster_parameters.go b/operations/cluster/edit_cluster_parameters.go index f33e62f9..28a96c8f 100644 --- a/operations/cluster/edit_cluster_parameters.go +++ b/operations/cluster/edit_cluster_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewEditClusterParams creates a new EditClusterParams object diff --git a/operations/cluster/edit_cluster_responses.go b/operations/cluster/edit_cluster_responses.go index 23309171..9d370c0c 100644 --- a/operations/cluster/edit_cluster_responses.go +++ b/operations/cluster/edit_cluster_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // EditClusterOKCode is the HTTP code returned for type EditClusterOK diff --git a/operations/cluster/edit_cluster_urlbuilder.go b/operations/cluster/edit_cluster_urlbuilder.go index e1f8477f..b85f0ccd 100644 --- a/operations/cluster/edit_cluster_urlbuilder.go +++ b/operations/cluster/edit_cluster_urlbuilder.go @@ -60,7 +60,7 @@ func (o *EditClusterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cluster/get_cluster_responses.go b/operations/cluster/get_cluster_responses.go index e7a92572..53ec66e0 100644 --- a/operations/cluster/get_cluster_responses.go +++ b/operations/cluster/get_cluster_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetClusterOKCode is the HTTP code returned for type GetClusterOK diff --git a/operations/cluster/get_cluster_urlbuilder.go b/operations/cluster/get_cluster_urlbuilder.go index 4ef1ccf1..4a708003 100644 --- a/operations/cluster/get_cluster_urlbuilder.go +++ b/operations/cluster/get_cluster_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetClusterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cluster/initiate_certificate_refresh_responses.go b/operations/cluster/initiate_certificate_refresh_responses.go index 628f01b8..28d92fae 100644 --- a/operations/cluster/initiate_certificate_refresh_responses.go +++ b/operations/cluster/initiate_certificate_refresh_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // InitiateCertificateRefreshOKCode is the HTTP code returned for type InitiateCertificateRefreshOK diff --git a/operations/cluster/initiate_certificate_refresh_urlbuilder.go b/operations/cluster/initiate_certificate_refresh_urlbuilder.go index 38dc28ec..93abeec9 100644 --- a/operations/cluster/initiate_certificate_refresh_urlbuilder.go +++ b/operations/cluster/initiate_certificate_refresh_urlbuilder.go @@ -54,7 +54,7 @@ func (o *InitiateCertificateRefreshURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/cluster/post_cluster_parameters.go b/operations/cluster/post_cluster_parameters.go index c0a69991..c52b7c8f 100644 --- a/operations/cluster/post_cluster_parameters.go +++ b/operations/cluster/post_cluster_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewPostClusterParams creates a new PostClusterParams object diff --git a/operations/cluster/post_cluster_responses.go b/operations/cluster/post_cluster_responses.go index a2ed31ff..0edf170e 100644 --- a/operations/cluster/post_cluster_responses.go +++ b/operations/cluster/post_cluster_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // PostClusterOKCode is the HTTP code returned for type PostClusterOK diff --git a/operations/cluster/post_cluster_urlbuilder.go b/operations/cluster/post_cluster_urlbuilder.go index a75563b4..004b0450 100644 --- a/operations/cluster/post_cluster_urlbuilder.go +++ b/operations/cluster/post_cluster_urlbuilder.go @@ -63,7 +63,7 @@ func (o *PostClusterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/configuration/get_configuration_version_responses.go b/operations/configuration/get_configuration_version_responses.go index 66685bac..6e9725b7 100644 --- a/operations/configuration/get_configuration_version_responses.go +++ b/operations/configuration/get_configuration_version_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetConfigurationVersionOKCode is the HTTP code returned for type GetConfigurationVersionOK diff --git a/operations/configuration/get_configuration_version_urlbuilder.go b/operations/configuration/get_configuration_version_urlbuilder.go index 4b5d8c1a..a05251d9 100644 --- a/operations/configuration/get_configuration_version_urlbuilder.go +++ b/operations/configuration/get_configuration_version_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetConfigurationVersionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/configuration/get_h_a_proxy_configuration_responses.go b/operations/configuration/get_h_a_proxy_configuration_responses.go index efb9442c..0c115884 100644 --- a/operations/configuration/get_h_a_proxy_configuration_responses.go +++ b/operations/configuration/get_h_a_proxy_configuration_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHAProxyConfigurationOKCode is the HTTP code returned for type GetHAProxyConfigurationOK diff --git a/operations/configuration/get_h_a_proxy_configuration_urlbuilder.go b/operations/configuration/get_h_a_proxy_configuration_urlbuilder.go index e74b31d3..bdb7fa95 100644 --- a/operations/configuration/get_h_a_proxy_configuration_urlbuilder.go +++ b/operations/configuration/get_h_a_proxy_configuration_urlbuilder.go @@ -61,7 +61,7 @@ func (o *GetHAProxyConfigurationURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/configuration/post_h_a_proxy_configuration_responses.go b/operations/configuration/post_h_a_proxy_configuration_responses.go index ebfa5bcb..a2593d06 100644 --- a/operations/configuration/post_h_a_proxy_configuration_responses.go +++ b/operations/configuration/post_h_a_proxy_configuration_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // PostHAProxyConfigurationCreatedCode is the HTTP code returned for type PostHAProxyConfigurationCreated diff --git a/operations/configuration/post_h_a_proxy_configuration_urlbuilder.go b/operations/configuration/post_h_a_proxy_configuration_urlbuilder.go index d1bd3c0a..9dcbbe78 100644 --- a/operations/configuration/post_h_a_proxy_configuration_urlbuilder.go +++ b/operations/configuration/post_h_a_proxy_configuration_urlbuilder.go @@ -64,7 +64,7 @@ func (o *PostHAProxyConfigurationURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/declare_capture/create_declare_capture_parameters.go b/operations/declare_capture/create_declare_capture_parameters.go index 32924d43..268429f4 100644 --- a/operations/declare_capture/create_declare_capture_parameters.go +++ b/operations/declare_capture/create_declare_capture_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateDeclareCaptureParams creates a new CreateDeclareCaptureParams object diff --git a/operations/declare_capture/create_declare_capture_responses.go b/operations/declare_capture/create_declare_capture_responses.go index abe362bd..841fc063 100644 --- a/operations/declare_capture/create_declare_capture_responses.go +++ b/operations/declare_capture/create_declare_capture_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateDeclareCaptureCreatedCode is the HTTP code returned for type CreateDeclareCaptureCreated diff --git a/operations/declare_capture/create_declare_capture_urlbuilder.go b/operations/declare_capture/create_declare_capture_urlbuilder.go index a82ac0c4..c65e75b1 100644 --- a/operations/declare_capture/create_declare_capture_urlbuilder.go +++ b/operations/declare_capture/create_declare_capture_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateDeclareCaptureURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/declare_capture/delete_declare_capture_responses.go b/operations/declare_capture/delete_declare_capture_responses.go index c5aea51d..4a152d6f 100644 --- a/operations/declare_capture/delete_declare_capture_responses.go +++ b/operations/declare_capture/delete_declare_capture_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteDeclareCaptureAcceptedCode is the HTTP code returned for type DeleteDeclareCaptureAccepted diff --git a/operations/declare_capture/delete_declare_capture_urlbuilder.go b/operations/declare_capture/delete_declare_capture_urlbuilder.go index d207623c..8bfc0bfd 100644 --- a/operations/declare_capture/delete_declare_capture_urlbuilder.go +++ b/operations/declare_capture/delete_declare_capture_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteDeclareCaptureURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/declare_capture/get_declare_capture.go b/operations/declare_capture/get_declare_capture.go index dd9c832f..4a08f0be 100644 --- a/operations/declare_capture/get_declare_capture.go +++ b/operations/declare_capture/get_declare_capture.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDeclareCaptureHandlerFunc turns a function with the right signature into a get declare capture handler diff --git a/operations/declare_capture/get_declare_capture_responses.go b/operations/declare_capture/get_declare_capture_responses.go index 7144ca0b..f1ae3423 100644 --- a/operations/declare_capture/get_declare_capture_responses.go +++ b/operations/declare_capture/get_declare_capture_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDeclareCaptureOKCode is the HTTP code returned for type GetDeclareCaptureOK diff --git a/operations/declare_capture/get_declare_capture_urlbuilder.go b/operations/declare_capture/get_declare_capture_urlbuilder.go index 31d36d48..387298fc 100644 --- a/operations/declare_capture/get_declare_capture_urlbuilder.go +++ b/operations/declare_capture/get_declare_capture_urlbuilder.go @@ -71,7 +71,7 @@ func (o *GetDeclareCaptureURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/declare_capture/get_declare_captures.go b/operations/declare_capture/get_declare_captures.go index e6132e86..9333559b 100644 --- a/operations/declare_capture/get_declare_captures.go +++ b/operations/declare_capture/get_declare_captures.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDeclareCapturesHandlerFunc turns a function with the right signature into a get declare captures handler diff --git a/operations/declare_capture/get_declare_captures_responses.go b/operations/declare_capture/get_declare_captures_responses.go index 4c5d0aa9..ea07270e 100644 --- a/operations/declare_capture/get_declare_captures_responses.go +++ b/operations/declare_capture/get_declare_captures_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDeclareCapturesOKCode is the HTTP code returned for type GetDeclareCapturesOK diff --git a/operations/declare_capture/get_declare_captures_urlbuilder.go b/operations/declare_capture/get_declare_captures_urlbuilder.go index 4f9f9c5f..34e760c6 100644 --- a/operations/declare_capture/get_declare_captures_urlbuilder.go +++ b/operations/declare_capture/get_declare_captures_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetDeclareCapturesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/declare_capture/replace_declare_capture_parameters.go b/operations/declare_capture/replace_declare_capture_parameters.go index 90510990..5b636ba4 100644 --- a/operations/declare_capture/replace_declare_capture_parameters.go +++ b/operations/declare_capture/replace_declare_capture_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceDeclareCaptureParams creates a new ReplaceDeclareCaptureParams object diff --git a/operations/declare_capture/replace_declare_capture_responses.go b/operations/declare_capture/replace_declare_capture_responses.go index 0c8272fd..d1ac1438 100644 --- a/operations/declare_capture/replace_declare_capture_responses.go +++ b/operations/declare_capture/replace_declare_capture_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceDeclareCaptureOKCode is the HTTP code returned for type ReplaceDeclareCaptureOK diff --git a/operations/declare_capture/replace_declare_capture_urlbuilder.go b/operations/declare_capture/replace_declare_capture_urlbuilder.go index b4d752d9..53d93754 100644 --- a/operations/declare_capture/replace_declare_capture_urlbuilder.go +++ b/operations/declare_capture/replace_declare_capture_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceDeclareCaptureURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/defaults/create_defaults_section_parameters.go b/operations/defaults/create_defaults_section_parameters.go index b22fd268..a50065c3 100644 --- a/operations/defaults/create_defaults_section_parameters.go +++ b/operations/defaults/create_defaults_section_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateDefaultsSectionParams creates a new CreateDefaultsSectionParams object diff --git a/operations/defaults/create_defaults_section_responses.go b/operations/defaults/create_defaults_section_responses.go index 606323a6..f85a5208 100644 --- a/operations/defaults/create_defaults_section_responses.go +++ b/operations/defaults/create_defaults_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateDefaultsSectionCreatedCode is the HTTP code returned for type CreateDefaultsSectionCreated diff --git a/operations/defaults/create_defaults_section_urlbuilder.go b/operations/defaults/create_defaults_section_urlbuilder.go index 2e62f026..6e42631e 100644 --- a/operations/defaults/create_defaults_section_urlbuilder.go +++ b/operations/defaults/create_defaults_section_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateDefaultsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/defaults/delete_defaults_section_responses.go b/operations/defaults/delete_defaults_section_responses.go index dd7ace3d..21ca320f 100644 --- a/operations/defaults/delete_defaults_section_responses.go +++ b/operations/defaults/delete_defaults_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteDefaultsSectionAcceptedCode is the HTTP code returned for type DeleteDefaultsSectionAccepted diff --git a/operations/defaults/delete_defaults_section_urlbuilder.go b/operations/defaults/delete_defaults_section_urlbuilder.go index 46ac879a..24762439 100644 --- a/operations/defaults/delete_defaults_section_urlbuilder.go +++ b/operations/defaults/delete_defaults_section_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteDefaultsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/defaults/get_defaults.go b/operations/defaults/get_defaults.go index e441a2be..a5c353ab 100644 --- a/operations/defaults/get_defaults.go +++ b/operations/defaults/get_defaults.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDefaultsHandlerFunc turns a function with the right signature into a get defaults handler diff --git a/operations/defaults/get_defaults_responses.go b/operations/defaults/get_defaults_responses.go index 582d48aa..c65bd234 100644 --- a/operations/defaults/get_defaults_responses.go +++ b/operations/defaults/get_defaults_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDefaultsOKCode is the HTTP code returned for type GetDefaultsOK diff --git a/operations/defaults/get_defaults_section.go b/operations/defaults/get_defaults_section.go index c147785c..ff3d3b79 100644 --- a/operations/defaults/get_defaults_section.go +++ b/operations/defaults/get_defaults_section.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDefaultsSectionHandlerFunc turns a function with the right signature into a get defaults section handler diff --git a/operations/defaults/get_defaults_section_responses.go b/operations/defaults/get_defaults_section_responses.go index 456a344f..5bfef850 100644 --- a/operations/defaults/get_defaults_section_responses.go +++ b/operations/defaults/get_defaults_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDefaultsSectionOKCode is the HTTP code returned for type GetDefaultsSectionOK diff --git a/operations/defaults/get_defaults_section_urlbuilder.go b/operations/defaults/get_defaults_section_urlbuilder.go index 0f153448..d98444c4 100644 --- a/operations/defaults/get_defaults_section_urlbuilder.go +++ b/operations/defaults/get_defaults_section_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetDefaultsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/defaults/get_defaults_sections.go b/operations/defaults/get_defaults_sections.go index adca3e03..b733cc8d 100644 --- a/operations/defaults/get_defaults_sections.go +++ b/operations/defaults/get_defaults_sections.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDefaultsSectionsHandlerFunc turns a function with the right signature into a get defaults sections handler diff --git a/operations/defaults/get_defaults_sections_responses.go b/operations/defaults/get_defaults_sections_responses.go index af6a00e6..a01c45a1 100644 --- a/operations/defaults/get_defaults_sections_responses.go +++ b/operations/defaults/get_defaults_sections_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDefaultsSectionsOKCode is the HTTP code returned for type GetDefaultsSectionsOK diff --git a/operations/defaults/get_defaults_sections_urlbuilder.go b/operations/defaults/get_defaults_sections_urlbuilder.go index ff2694a9..c977fd66 100644 --- a/operations/defaults/get_defaults_sections_urlbuilder.go +++ b/operations/defaults/get_defaults_sections_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetDefaultsSectionsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/defaults/get_defaults_urlbuilder.go b/operations/defaults/get_defaults_urlbuilder.go index dc2dcfca..f74f570e 100644 --- a/operations/defaults/get_defaults_urlbuilder.go +++ b/operations/defaults/get_defaults_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetDefaultsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/defaults/replace_defaults_parameters.go b/operations/defaults/replace_defaults_parameters.go index 0b739589..19a117be 100644 --- a/operations/defaults/replace_defaults_parameters.go +++ b/operations/defaults/replace_defaults_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceDefaultsParams creates a new ReplaceDefaultsParams object diff --git a/operations/defaults/replace_defaults_responses.go b/operations/defaults/replace_defaults_responses.go index 878b3421..fed961a9 100644 --- a/operations/defaults/replace_defaults_responses.go +++ b/operations/defaults/replace_defaults_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceDefaultsOKCode is the HTTP code returned for type ReplaceDefaultsOK diff --git a/operations/defaults/replace_defaults_section_parameters.go b/operations/defaults/replace_defaults_section_parameters.go index 639e42d2..531214a8 100644 --- a/operations/defaults/replace_defaults_section_parameters.go +++ b/operations/defaults/replace_defaults_section_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceDefaultsSectionParams creates a new ReplaceDefaultsSectionParams object diff --git a/operations/defaults/replace_defaults_section_responses.go b/operations/defaults/replace_defaults_section_responses.go index d6c9b123..7a9538a5 100644 --- a/operations/defaults/replace_defaults_section_responses.go +++ b/operations/defaults/replace_defaults_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceDefaultsSectionOKCode is the HTTP code returned for type ReplaceDefaultsSectionOK diff --git a/operations/defaults/replace_defaults_section_urlbuilder.go b/operations/defaults/replace_defaults_section_urlbuilder.go index 9ebcc214..9c6312f3 100644 --- a/operations/defaults/replace_defaults_section_urlbuilder.go +++ b/operations/defaults/replace_defaults_section_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceDefaultsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/defaults/replace_defaults_urlbuilder.go b/operations/defaults/replace_defaults_urlbuilder.go index d008a646..92092b6e 100644 --- a/operations/defaults/replace_defaults_urlbuilder.go +++ b/operations/defaults/replace_defaults_urlbuilder.go @@ -62,7 +62,7 @@ func (o *ReplaceDefaultsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/dgram_bind/create_dgram_bind_parameters.go b/operations/dgram_bind/create_dgram_bind_parameters.go index 406d82ee..39a9c616 100644 --- a/operations/dgram_bind/create_dgram_bind_parameters.go +++ b/operations/dgram_bind/create_dgram_bind_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateDgramBindParams creates a new CreateDgramBindParams object diff --git a/operations/dgram_bind/create_dgram_bind_responses.go b/operations/dgram_bind/create_dgram_bind_responses.go index 429bb44d..b6940f41 100644 --- a/operations/dgram_bind/create_dgram_bind_responses.go +++ b/operations/dgram_bind/create_dgram_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateDgramBindCreatedCode is the HTTP code returned for type CreateDgramBindCreated diff --git a/operations/dgram_bind/create_dgram_bind_urlbuilder.go b/operations/dgram_bind/create_dgram_bind_urlbuilder.go index 065ec560..8a606d09 100644 --- a/operations/dgram_bind/create_dgram_bind_urlbuilder.go +++ b/operations/dgram_bind/create_dgram_bind_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateDgramBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/dgram_bind/delete_dgram_bind_responses.go b/operations/dgram_bind/delete_dgram_bind_responses.go index a30fbb84..5ae6f89f 100644 --- a/operations/dgram_bind/delete_dgram_bind_responses.go +++ b/operations/dgram_bind/delete_dgram_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteDgramBindAcceptedCode is the HTTP code returned for type DeleteDgramBindAccepted diff --git a/operations/dgram_bind/delete_dgram_bind_urlbuilder.go b/operations/dgram_bind/delete_dgram_bind_urlbuilder.go index 5071af5d..1602cc5f 100644 --- a/operations/dgram_bind/delete_dgram_bind_urlbuilder.go +++ b/operations/dgram_bind/delete_dgram_bind_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteDgramBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/dgram_bind/get_dgram_bind.go b/operations/dgram_bind/get_dgram_bind.go index 395be52a..3709c450 100644 --- a/operations/dgram_bind/get_dgram_bind.go +++ b/operations/dgram_bind/get_dgram_bind.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDgramBindHandlerFunc turns a function with the right signature into a get dgram bind handler diff --git a/operations/dgram_bind/get_dgram_bind_responses.go b/operations/dgram_bind/get_dgram_bind_responses.go index a6edbfe3..85086683 100644 --- a/operations/dgram_bind/get_dgram_bind_responses.go +++ b/operations/dgram_bind/get_dgram_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDgramBindOKCode is the HTTP code returned for type GetDgramBindOK diff --git a/operations/dgram_bind/get_dgram_bind_urlbuilder.go b/operations/dgram_bind/get_dgram_bind_urlbuilder.go index f56b0a24..d096390a 100644 --- a/operations/dgram_bind/get_dgram_bind_urlbuilder.go +++ b/operations/dgram_bind/get_dgram_bind_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetDgramBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/dgram_bind/get_dgram_binds.go b/operations/dgram_bind/get_dgram_binds.go index cd9f30f5..dbde76bd 100644 --- a/operations/dgram_bind/get_dgram_binds.go +++ b/operations/dgram_bind/get_dgram_binds.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDgramBindsHandlerFunc turns a function with the right signature into a get dgram binds handler diff --git a/operations/dgram_bind/get_dgram_binds_responses.go b/operations/dgram_bind/get_dgram_binds_responses.go index 993f5d10..24154c2a 100644 --- a/operations/dgram_bind/get_dgram_binds_responses.go +++ b/operations/dgram_bind/get_dgram_binds_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetDgramBindsOKCode is the HTTP code returned for type GetDgramBindsOK diff --git a/operations/dgram_bind/get_dgram_binds_urlbuilder.go b/operations/dgram_bind/get_dgram_binds_urlbuilder.go index a96ea860..0d63de5e 100644 --- a/operations/dgram_bind/get_dgram_binds_urlbuilder.go +++ b/operations/dgram_bind/get_dgram_binds_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetDgramBindsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/dgram_bind/replace_dgram_bind_parameters.go b/operations/dgram_bind/replace_dgram_bind_parameters.go index 629a7fcb..9210a8a5 100644 --- a/operations/dgram_bind/replace_dgram_bind_parameters.go +++ b/operations/dgram_bind/replace_dgram_bind_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceDgramBindParams creates a new ReplaceDgramBindParams object diff --git a/operations/dgram_bind/replace_dgram_bind_responses.go b/operations/dgram_bind/replace_dgram_bind_responses.go index cf2f9dd2..ecef4fe6 100644 --- a/operations/dgram_bind/replace_dgram_bind_responses.go +++ b/operations/dgram_bind/replace_dgram_bind_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceDgramBindOKCode is the HTTP code returned for type ReplaceDgramBindOK diff --git a/operations/dgram_bind/replace_dgram_bind_urlbuilder.go b/operations/dgram_bind/replace_dgram_bind_urlbuilder.go index 322cc333..243ecaa9 100644 --- a/operations/dgram_bind/replace_dgram_bind_urlbuilder.go +++ b/operations/dgram_bind/replace_dgram_bind_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceDgramBindURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_api_endpoints_responses.go b/operations/discovery/get_api_endpoints_responses.go index 1e076852..ed226ca5 100644 --- a/operations/discovery/get_api_endpoints_responses.go +++ b/operations/discovery/get_api_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAPIEndpointsOKCode is the HTTP code returned for type GetAPIEndpointsOK diff --git a/operations/discovery/get_api_endpoints_urlbuilder.go b/operations/discovery/get_api_endpoints_urlbuilder.go index 941738d9..8eb7185d 100644 --- a/operations/discovery/get_api_endpoints_urlbuilder.go +++ b/operations/discovery/get_api_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetAPIEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_configuration_endpoints_responses.go b/operations/discovery/get_configuration_endpoints_responses.go index 4d9dec83..be13edba 100644 --- a/operations/discovery/get_configuration_endpoints_responses.go +++ b/operations/discovery/get_configuration_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetConfigurationEndpointsOKCode is the HTTP code returned for type GetConfigurationEndpointsOK diff --git a/operations/discovery/get_configuration_endpoints_urlbuilder.go b/operations/discovery/get_configuration_endpoints_urlbuilder.go index d1306401..4791a8fc 100644 --- a/operations/discovery/get_configuration_endpoints_urlbuilder.go +++ b/operations/discovery/get_configuration_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetConfigurationEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_haproxy_endpoints_responses.go b/operations/discovery/get_haproxy_endpoints_responses.go index 15f9d266..d499bb4c 100644 --- a/operations/discovery/get_haproxy_endpoints_responses.go +++ b/operations/discovery/get_haproxy_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHaproxyEndpointsOKCode is the HTTP code returned for type GetHaproxyEndpointsOK diff --git a/operations/discovery/get_haproxy_endpoints_urlbuilder.go b/operations/discovery/get_haproxy_endpoints_urlbuilder.go index 326070f9..1939b95a 100644 --- a/operations/discovery/get_haproxy_endpoints_urlbuilder.go +++ b/operations/discovery/get_haproxy_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetHaproxyEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_runtime_endpoints_responses.go b/operations/discovery/get_runtime_endpoints_responses.go index 5057eff3..1c2c95f5 100644 --- a/operations/discovery/get_runtime_endpoints_responses.go +++ b/operations/discovery/get_runtime_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRuntimeEndpointsOKCode is the HTTP code returned for type GetRuntimeEndpointsOK diff --git a/operations/discovery/get_runtime_endpoints_urlbuilder.go b/operations/discovery/get_runtime_endpoints_urlbuilder.go index 261abdd4..e5f0f245 100644 --- a/operations/discovery/get_runtime_endpoints_urlbuilder.go +++ b/operations/discovery/get_runtime_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetRuntimeEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_services_endpoints_responses.go b/operations/discovery/get_services_endpoints_responses.go index 6376535a..e3f06036 100644 --- a/operations/discovery/get_services_endpoints_responses.go +++ b/operations/discovery/get_services_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServicesEndpointsOKCode is the HTTP code returned for type GetServicesEndpointsOK diff --git a/operations/discovery/get_services_endpoints_urlbuilder.go b/operations/discovery/get_services_endpoints_urlbuilder.go index 97635ebd..b9066f9a 100644 --- a/operations/discovery/get_services_endpoints_urlbuilder.go +++ b/operations/discovery/get_services_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetServicesEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_spoe_endpoints_responses.go b/operations/discovery/get_spoe_endpoints_responses.go index 96d147a4..93249c5a 100644 --- a/operations/discovery/get_spoe_endpoints_responses.go +++ b/operations/discovery/get_spoe_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeEndpointsOKCode is the HTTP code returned for type GetSpoeEndpointsOK diff --git a/operations/discovery/get_spoe_endpoints_urlbuilder.go b/operations/discovery/get_spoe_endpoints_urlbuilder.go index 431ad7a0..5f805734 100644 --- a/operations/discovery/get_spoe_endpoints_urlbuilder.go +++ b/operations/discovery/get_spoe_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetSpoeEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_stats_endpoints_responses.go b/operations/discovery/get_stats_endpoints_responses.go index de60d94a..2a6c2cf2 100644 --- a/operations/discovery/get_stats_endpoints_responses.go +++ b/operations/discovery/get_stats_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStatsEndpointsOKCode is the HTTP code returned for type GetStatsEndpointsOK diff --git a/operations/discovery/get_stats_endpoints_urlbuilder.go b/operations/discovery/get_stats_endpoints_urlbuilder.go index cb9b93cf..0cc2e4b8 100644 --- a/operations/discovery/get_stats_endpoints_urlbuilder.go +++ b/operations/discovery/get_stats_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetStatsEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/discovery/get_storage_endpoints_responses.go b/operations/discovery/get_storage_endpoints_responses.go index 08720020..ca13cf00 100644 --- a/operations/discovery/get_storage_endpoints_responses.go +++ b/operations/discovery/get_storage_endpoints_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStorageEndpointsOKCode is the HTTP code returned for type GetStorageEndpointsOK diff --git a/operations/discovery/get_storage_endpoints_urlbuilder.go b/operations/discovery/get_storage_endpoints_urlbuilder.go index e99717dc..8112dd05 100644 --- a/operations/discovery/get_storage_endpoints_urlbuilder.go +++ b/operations/discovery/get_storage_endpoints_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetStorageEndpointsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/fcgi_app/create_fcgi_app_parameters.go b/operations/fcgi_app/create_fcgi_app_parameters.go index e13e07d6..b5b53585 100644 --- a/operations/fcgi_app/create_fcgi_app_parameters.go +++ b/operations/fcgi_app/create_fcgi_app_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateFCGIAppParams creates a new CreateFCGIAppParams object diff --git a/operations/fcgi_app/create_fcgi_app_responses.go b/operations/fcgi_app/create_fcgi_app_responses.go index 4063a5d9..6ad3f307 100644 --- a/operations/fcgi_app/create_fcgi_app_responses.go +++ b/operations/fcgi_app/create_fcgi_app_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateFCGIAppCreatedCode is the HTTP code returned for type CreateFCGIAppCreated diff --git a/operations/fcgi_app/create_fcgi_app_urlbuilder.go b/operations/fcgi_app/create_fcgi_app_urlbuilder.go index c1e45660..6fee4b7f 100644 --- a/operations/fcgi_app/create_fcgi_app_urlbuilder.go +++ b/operations/fcgi_app/create_fcgi_app_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateFCGIAppURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/fcgi_app/delete_fcgi_app_responses.go b/operations/fcgi_app/delete_fcgi_app_responses.go index c197db88..ead0a628 100644 --- a/operations/fcgi_app/delete_fcgi_app_responses.go +++ b/operations/fcgi_app/delete_fcgi_app_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteFCGIAppAcceptedCode is the HTTP code returned for type DeleteFCGIAppAccepted diff --git a/operations/fcgi_app/delete_fcgi_app_urlbuilder.go b/operations/fcgi_app/delete_fcgi_app_urlbuilder.go index a3addc3a..1ac44748 100644 --- a/operations/fcgi_app/delete_fcgi_app_urlbuilder.go +++ b/operations/fcgi_app/delete_fcgi_app_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteFCGIAppURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/fcgi_app/get_fcgi_app.go b/operations/fcgi_app/get_fcgi_app.go index 15b0baa1..1201d273 100644 --- a/operations/fcgi_app/get_fcgi_app.go +++ b/operations/fcgi_app/get_fcgi_app.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFCGIAppHandlerFunc turns a function with the right signature into a get FCGI app handler diff --git a/operations/fcgi_app/get_fcgi_app_responses.go b/operations/fcgi_app/get_fcgi_app_responses.go index 49d399d2..43af6cf6 100644 --- a/operations/fcgi_app/get_fcgi_app_responses.go +++ b/operations/fcgi_app/get_fcgi_app_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFCGIAppOKCode is the HTTP code returned for type GetFCGIAppOK diff --git a/operations/fcgi_app/get_fcgi_app_urlbuilder.go b/operations/fcgi_app/get_fcgi_app_urlbuilder.go index d494a92e..20529c1c 100644 --- a/operations/fcgi_app/get_fcgi_app_urlbuilder.go +++ b/operations/fcgi_app/get_fcgi_app_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetFCGIAppURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/fcgi_app/get_fcgi_apps.go b/operations/fcgi_app/get_fcgi_apps.go index 78fb4108..706fca2e 100644 --- a/operations/fcgi_app/get_fcgi_apps.go +++ b/operations/fcgi_app/get_fcgi_apps.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFCGIAppsHandlerFunc turns a function with the right signature into a get FCGI apps handler diff --git a/operations/fcgi_app/get_fcgi_apps_responses.go b/operations/fcgi_app/get_fcgi_apps_responses.go index 34e058ef..06ade849 100644 --- a/operations/fcgi_app/get_fcgi_apps_responses.go +++ b/operations/fcgi_app/get_fcgi_apps_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFCGIAppsOKCode is the HTTP code returned for type GetFCGIAppsOK diff --git a/operations/fcgi_app/get_fcgi_apps_urlbuilder.go b/operations/fcgi_app/get_fcgi_apps_urlbuilder.go index c2b27153..17e1ca98 100644 --- a/operations/fcgi_app/get_fcgi_apps_urlbuilder.go +++ b/operations/fcgi_app/get_fcgi_apps_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetFCGIAppsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/fcgi_app/replace_fcgi_app_parameters.go b/operations/fcgi_app/replace_fcgi_app_parameters.go index f4ad109e..0923a8c1 100644 --- a/operations/fcgi_app/replace_fcgi_app_parameters.go +++ b/operations/fcgi_app/replace_fcgi_app_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceFCGIAppParams creates a new ReplaceFCGIAppParams object diff --git a/operations/fcgi_app/replace_fcgi_app_responses.go b/operations/fcgi_app/replace_fcgi_app_responses.go index dd530a5b..3f62ff5a 100644 --- a/operations/fcgi_app/replace_fcgi_app_responses.go +++ b/operations/fcgi_app/replace_fcgi_app_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceFCGIAppOKCode is the HTTP code returned for type ReplaceFCGIAppOK diff --git a/operations/fcgi_app/replace_fcgi_app_urlbuilder.go b/operations/fcgi_app/replace_fcgi_app_urlbuilder.go index 37ff1231..62e851bb 100644 --- a/operations/fcgi_app/replace_fcgi_app_urlbuilder.go +++ b/operations/fcgi_app/replace_fcgi_app_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceFCGIAppURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/filter/create_filter_parameters.go b/operations/filter/create_filter_parameters.go index a9f2c135..cdfcc680 100644 --- a/operations/filter/create_filter_parameters.go +++ b/operations/filter/create_filter_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateFilterParams creates a new CreateFilterParams object diff --git a/operations/filter/create_filter_responses.go b/operations/filter/create_filter_responses.go index 8c148057..1a4a33f5 100644 --- a/operations/filter/create_filter_responses.go +++ b/operations/filter/create_filter_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateFilterCreatedCode is the HTTP code returned for type CreateFilterCreated diff --git a/operations/filter/create_filter_urlbuilder.go b/operations/filter/create_filter_urlbuilder.go index 283f0619..bab05526 100644 --- a/operations/filter/create_filter_urlbuilder.go +++ b/operations/filter/create_filter_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateFilterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/filter/delete_filter_responses.go b/operations/filter/delete_filter_responses.go index c5758bfd..414a8ce3 100644 --- a/operations/filter/delete_filter_responses.go +++ b/operations/filter/delete_filter_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteFilterAcceptedCode is the HTTP code returned for type DeleteFilterAccepted diff --git a/operations/filter/delete_filter_urlbuilder.go b/operations/filter/delete_filter_urlbuilder.go index 06e9e2e9..1942a9f4 100644 --- a/operations/filter/delete_filter_urlbuilder.go +++ b/operations/filter/delete_filter_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteFilterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/filter/get_filter.go b/operations/filter/get_filter.go index 08879e03..de004300 100644 --- a/operations/filter/get_filter.go +++ b/operations/filter/get_filter.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFilterHandlerFunc turns a function with the right signature into a get filter handler diff --git a/operations/filter/get_filter_responses.go b/operations/filter/get_filter_responses.go index ef4a5f48..5973f90a 100644 --- a/operations/filter/get_filter_responses.go +++ b/operations/filter/get_filter_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFilterOKCode is the HTTP code returned for type GetFilterOK diff --git a/operations/filter/get_filter_urlbuilder.go b/operations/filter/get_filter_urlbuilder.go index 942593ea..ee73147e 100644 --- a/operations/filter/get_filter_urlbuilder.go +++ b/operations/filter/get_filter_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetFilterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/filter/get_filters.go b/operations/filter/get_filters.go index d1137798..2654aab1 100644 --- a/operations/filter/get_filters.go +++ b/operations/filter/get_filters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFiltersHandlerFunc turns a function with the right signature into a get filters handler diff --git a/operations/filter/get_filters_responses.go b/operations/filter/get_filters_responses.go index 977e4a89..7c93712f 100644 --- a/operations/filter/get_filters_responses.go +++ b/operations/filter/get_filters_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFiltersOKCode is the HTTP code returned for type GetFiltersOK diff --git a/operations/filter/get_filters_urlbuilder.go b/operations/filter/get_filters_urlbuilder.go index 5098195c..4d091e27 100644 --- a/operations/filter/get_filters_urlbuilder.go +++ b/operations/filter/get_filters_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetFiltersURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/filter/replace_filter_parameters.go b/operations/filter/replace_filter_parameters.go index d16ebd14..9587a4b9 100644 --- a/operations/filter/replace_filter_parameters.go +++ b/operations/filter/replace_filter_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceFilterParams creates a new ReplaceFilterParams object diff --git a/operations/filter/replace_filter_responses.go b/operations/filter/replace_filter_responses.go index 585f2600..86736338 100644 --- a/operations/filter/replace_filter_responses.go +++ b/operations/filter/replace_filter_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceFilterOKCode is the HTTP code returned for type ReplaceFilterOK diff --git a/operations/filter/replace_filter_urlbuilder.go b/operations/filter/replace_filter_urlbuilder.go index e6bc8893..35ae4ec2 100644 --- a/operations/filter/replace_filter_urlbuilder.go +++ b/operations/filter/replace_filter_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceFilterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/frontend/create_frontend_parameters.go b/operations/frontend/create_frontend_parameters.go index 6cd006e9..e2c89987 100644 --- a/operations/frontend/create_frontend_parameters.go +++ b/operations/frontend/create_frontend_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateFrontendParams creates a new CreateFrontendParams object diff --git a/operations/frontend/create_frontend_responses.go b/operations/frontend/create_frontend_responses.go index 1848782d..045c601f 100644 --- a/operations/frontend/create_frontend_responses.go +++ b/operations/frontend/create_frontend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateFrontendCreatedCode is the HTTP code returned for type CreateFrontendCreated diff --git a/operations/frontend/create_frontend_urlbuilder.go b/operations/frontend/create_frontend_urlbuilder.go index 8a8f0575..d18478b9 100644 --- a/operations/frontend/create_frontend_urlbuilder.go +++ b/operations/frontend/create_frontend_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateFrontendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/frontend/delete_frontend_responses.go b/operations/frontend/delete_frontend_responses.go index f81c26d5..298c8ef2 100644 --- a/operations/frontend/delete_frontend_responses.go +++ b/operations/frontend/delete_frontend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteFrontendAcceptedCode is the HTTP code returned for type DeleteFrontendAccepted diff --git a/operations/frontend/delete_frontend_urlbuilder.go b/operations/frontend/delete_frontend_urlbuilder.go index 08b4dea9..d2abf34c 100644 --- a/operations/frontend/delete_frontend_urlbuilder.go +++ b/operations/frontend/delete_frontend_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteFrontendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/frontend/get_frontend.go b/operations/frontend/get_frontend.go index 8e4cbabc..d342ab95 100644 --- a/operations/frontend/get_frontend.go +++ b/operations/frontend/get_frontend.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFrontendHandlerFunc turns a function with the right signature into a get frontend handler diff --git a/operations/frontend/get_frontend_responses.go b/operations/frontend/get_frontend_responses.go index 725a382e..786bdaca 100644 --- a/operations/frontend/get_frontend_responses.go +++ b/operations/frontend/get_frontend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFrontendOKCode is the HTTP code returned for type GetFrontendOK diff --git a/operations/frontend/get_frontend_urlbuilder.go b/operations/frontend/get_frontend_urlbuilder.go index e7963689..402b137a 100644 --- a/operations/frontend/get_frontend_urlbuilder.go +++ b/operations/frontend/get_frontend_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetFrontendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/frontend/get_frontends.go b/operations/frontend/get_frontends.go index a2767bb3..a1644fe2 100644 --- a/operations/frontend/get_frontends.go +++ b/operations/frontend/get_frontends.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFrontendsHandlerFunc turns a function with the right signature into a get frontends handler diff --git a/operations/frontend/get_frontends_responses.go b/operations/frontend/get_frontends_responses.go index b5f88765..104b9f9c 100644 --- a/operations/frontend/get_frontends_responses.go +++ b/operations/frontend/get_frontends_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetFrontendsOKCode is the HTTP code returned for type GetFrontendsOK diff --git a/operations/frontend/get_frontends_urlbuilder.go b/operations/frontend/get_frontends_urlbuilder.go index 96cf45a8..f7d0fd5e 100644 --- a/operations/frontend/get_frontends_urlbuilder.go +++ b/operations/frontend/get_frontends_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetFrontendsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/frontend/replace_frontend_parameters.go b/operations/frontend/replace_frontend_parameters.go index 7c61e79f..18f5e4c9 100644 --- a/operations/frontend/replace_frontend_parameters.go +++ b/operations/frontend/replace_frontend_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceFrontendParams creates a new ReplaceFrontendParams object diff --git a/operations/frontend/replace_frontend_responses.go b/operations/frontend/replace_frontend_responses.go index 524b72db..42da8e6e 100644 --- a/operations/frontend/replace_frontend_responses.go +++ b/operations/frontend/replace_frontend_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceFrontendOKCode is the HTTP code returned for type ReplaceFrontendOK diff --git a/operations/frontend/replace_frontend_urlbuilder.go b/operations/frontend/replace_frontend_urlbuilder.go index ec7caec2..97f9393c 100644 --- a/operations/frontend/replace_frontend_urlbuilder.go +++ b/operations/frontend/replace_frontend_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceFrontendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/global/get_global.go b/operations/global/get_global.go index 84682d10..5e96978c 100644 --- a/operations/global/get_global.go +++ b/operations/global/get_global.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetGlobalHandlerFunc turns a function with the right signature into a get global handler diff --git a/operations/global/get_global_responses.go b/operations/global/get_global_responses.go index 3f78c559..690434be 100644 --- a/operations/global/get_global_responses.go +++ b/operations/global/get_global_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetGlobalOKCode is the HTTP code returned for type GetGlobalOK diff --git a/operations/global/get_global_urlbuilder.go b/operations/global/get_global_urlbuilder.go index 9784d33c..fd5870ec 100644 --- a/operations/global/get_global_urlbuilder.go +++ b/operations/global/get_global_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetGlobalURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/global/replace_global_parameters.go b/operations/global/replace_global_parameters.go index 429de01f..f6b1cbe2 100644 --- a/operations/global/replace_global_parameters.go +++ b/operations/global/replace_global_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceGlobalParams creates a new ReplaceGlobalParams object diff --git a/operations/global/replace_global_responses.go b/operations/global/replace_global_responses.go index 29296cbb..8297de5b 100644 --- a/operations/global/replace_global_responses.go +++ b/operations/global/replace_global_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceGlobalOKCode is the HTTP code returned for type ReplaceGlobalOK diff --git a/operations/global/replace_global_urlbuilder.go b/operations/global/replace_global_urlbuilder.go index 8b02836a..1728a7ab 100644 --- a/operations/global/replace_global_urlbuilder.go +++ b/operations/global/replace_global_urlbuilder.go @@ -62,7 +62,7 @@ func (o *ReplaceGlobalURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/group/create_group_parameters.go b/operations/group/create_group_parameters.go index 2b28e99f..4d078d7f 100644 --- a/operations/group/create_group_parameters.go +++ b/operations/group/create_group_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateGroupParams creates a new CreateGroupParams object diff --git a/operations/group/create_group_responses.go b/operations/group/create_group_responses.go index d5051ae7..ceaf76a3 100644 --- a/operations/group/create_group_responses.go +++ b/operations/group/create_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateGroupCreatedCode is the HTTP code returned for type CreateGroupCreated diff --git a/operations/group/create_group_urlbuilder.go b/operations/group/create_group_urlbuilder.go index f0b96bee..d4095381 100644 --- a/operations/group/create_group_urlbuilder.go +++ b/operations/group/create_group_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/group/delete_group_responses.go b/operations/group/delete_group_responses.go index 57149631..b0b7085d 100644 --- a/operations/group/delete_group_responses.go +++ b/operations/group/delete_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteGroupAcceptedCode is the HTTP code returned for type DeleteGroupAccepted diff --git a/operations/group/delete_group_urlbuilder.go b/operations/group/delete_group_urlbuilder.go index ab6a2c8a..ceafe4c7 100644 --- a/operations/group/delete_group_urlbuilder.go +++ b/operations/group/delete_group_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/group/get_group.go b/operations/group/get_group.go index 23efc0b6..840befd0 100644 --- a/operations/group/get_group.go +++ b/operations/group/get_group.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetGroupHandlerFunc turns a function with the right signature into a get group handler diff --git a/operations/group/get_group_responses.go b/operations/group/get_group_responses.go index 38b01fcb..44c531db 100644 --- a/operations/group/get_group_responses.go +++ b/operations/group/get_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetGroupOKCode is the HTTP code returned for type GetGroupOK diff --git a/operations/group/get_group_urlbuilder.go b/operations/group/get_group_urlbuilder.go index f4cb002c..f02baf5c 100644 --- a/operations/group/get_group_urlbuilder.go +++ b/operations/group/get_group_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/group/get_groups.go b/operations/group/get_groups.go index ba14a68d..3954c542 100644 --- a/operations/group/get_groups.go +++ b/operations/group/get_groups.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetGroupsHandlerFunc turns a function with the right signature into a get groups handler diff --git a/operations/group/get_groups_responses.go b/operations/group/get_groups_responses.go index 5e315716..57198d2a 100644 --- a/operations/group/get_groups_responses.go +++ b/operations/group/get_groups_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetGroupsOKCode is the HTTP code returned for type GetGroupsOK diff --git a/operations/group/get_groups_urlbuilder.go b/operations/group/get_groups_urlbuilder.go index 50157299..c8e303e9 100644 --- a/operations/group/get_groups_urlbuilder.go +++ b/operations/group/get_groups_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetGroupsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/group/replace_group_parameters.go b/operations/group/replace_group_parameters.go index 7754e827..6277ad6f 100644 --- a/operations/group/replace_group_parameters.go +++ b/operations/group/replace_group_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceGroupParams creates a new ReplaceGroupParams object diff --git a/operations/group/replace_group_responses.go b/operations/group/replace_group_responses.go index 58c9e1e3..28713fcf 100644 --- a/operations/group/replace_group_responses.go +++ b/operations/group/replace_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceGroupOKCode is the HTTP code returned for type ReplaceGroupOK diff --git a/operations/group/replace_group_urlbuilder.go b/operations/group/replace_group_urlbuilder.go index 9c00cc4f..2cd07d3e 100644 --- a/operations/group/replace_group_urlbuilder.go +++ b/operations/group/replace_group_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/health/get_health_responses.go b/operations/health/get_health_responses.go index adacd293..adf0d5cf 100644 --- a/operations/health/get_health_responses.go +++ b/operations/health/get_health_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHealthOKCode is the HTTP code returned for type GetHealthOK diff --git a/operations/health/get_health_urlbuilder.go b/operations/health/get_health_urlbuilder.go index 83c26fd2..d9be758e 100644 --- a/operations/health/get_health_urlbuilder.go +++ b/operations/health/get_health_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetHealthURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_after_response_rule/create_http_after_response_rule_parameters.go b/operations/http_after_response_rule/create_http_after_response_rule_parameters.go index 90573bf4..c71e4527 100644 --- a/operations/http_after_response_rule/create_http_after_response_rule_parameters.go +++ b/operations/http_after_response_rule/create_http_after_response_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateHTTPAfterResponseRuleParams creates a new CreateHTTPAfterResponseRuleParams object diff --git a/operations/http_after_response_rule/create_http_after_response_rule_responses.go b/operations/http_after_response_rule/create_http_after_response_rule_responses.go index 77b7519a..e1aa944e 100644 --- a/operations/http_after_response_rule/create_http_after_response_rule_responses.go +++ b/operations/http_after_response_rule/create_http_after_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateHTTPAfterResponseRuleCreatedCode is the HTTP code returned for type CreateHTTPAfterResponseRuleCreated diff --git a/operations/http_after_response_rule/create_http_after_response_rule_urlbuilder.go b/operations/http_after_response_rule/create_http_after_response_rule_urlbuilder.go index 9207bf8d..d5ef1242 100644 --- a/operations/http_after_response_rule/create_http_after_response_rule_urlbuilder.go +++ b/operations/http_after_response_rule/create_http_after_response_rule_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateHTTPAfterResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_after_response_rule/delete_http_after_response_rule_responses.go b/operations/http_after_response_rule/delete_http_after_response_rule_responses.go index 4e2486e0..02c54b4d 100644 --- a/operations/http_after_response_rule/delete_http_after_response_rule_responses.go +++ b/operations/http_after_response_rule/delete_http_after_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteHTTPAfterResponseRuleAcceptedCode is the HTTP code returned for type DeleteHTTPAfterResponseRuleAccepted diff --git a/operations/http_after_response_rule/delete_http_after_response_rule_urlbuilder.go b/operations/http_after_response_rule/delete_http_after_response_rule_urlbuilder.go index 2a990727..58009e06 100644 --- a/operations/http_after_response_rule/delete_http_after_response_rule_urlbuilder.go +++ b/operations/http_after_response_rule/delete_http_after_response_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteHTTPAfterResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_after_response_rule/get_http_after_response_rule.go b/operations/http_after_response_rule/get_http_after_response_rule.go index 7f436208..c922093d 100644 --- a/operations/http_after_response_rule/get_http_after_response_rule.go +++ b/operations/http_after_response_rule/get_http_after_response_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPAfterResponseRuleHandlerFunc turns a function with the right signature into a get HTTP after response rule handler diff --git a/operations/http_after_response_rule/get_http_after_response_rule_responses.go b/operations/http_after_response_rule/get_http_after_response_rule_responses.go index 0a3d5a87..8d9af267 100644 --- a/operations/http_after_response_rule/get_http_after_response_rule_responses.go +++ b/operations/http_after_response_rule/get_http_after_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPAfterResponseRuleOKCode is the HTTP code returned for type GetHTTPAfterResponseRuleOK diff --git a/operations/http_after_response_rule/get_http_after_response_rule_urlbuilder.go b/operations/http_after_response_rule/get_http_after_response_rule_urlbuilder.go index 1fa439b2..bd35e9a6 100644 --- a/operations/http_after_response_rule/get_http_after_response_rule_urlbuilder.go +++ b/operations/http_after_response_rule/get_http_after_response_rule_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetHTTPAfterResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_after_response_rule/get_http_after_response_rules.go b/operations/http_after_response_rule/get_http_after_response_rules.go index f19785b2..efea2ae6 100644 --- a/operations/http_after_response_rule/get_http_after_response_rules.go +++ b/operations/http_after_response_rule/get_http_after_response_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPAfterResponseRulesHandlerFunc turns a function with the right signature into a get HTTP after response rules handler diff --git a/operations/http_after_response_rule/get_http_after_response_rules_responses.go b/operations/http_after_response_rule/get_http_after_response_rules_responses.go index f303664c..bad2ddb7 100644 --- a/operations/http_after_response_rule/get_http_after_response_rules_responses.go +++ b/operations/http_after_response_rule/get_http_after_response_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPAfterResponseRulesOKCode is the HTTP code returned for type GetHTTPAfterResponseRulesOK diff --git a/operations/http_after_response_rule/get_http_after_response_rules_urlbuilder.go b/operations/http_after_response_rule/get_http_after_response_rules_urlbuilder.go index f355eba4..1dcf1922 100644 --- a/operations/http_after_response_rule/get_http_after_response_rules_urlbuilder.go +++ b/operations/http_after_response_rule/get_http_after_response_rules_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetHTTPAfterResponseRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_after_response_rule/replace_http_after_response_rule_parameters.go b/operations/http_after_response_rule/replace_http_after_response_rule_parameters.go index 09bbdfc1..db203af9 100644 --- a/operations/http_after_response_rule/replace_http_after_response_rule_parameters.go +++ b/operations/http_after_response_rule/replace_http_after_response_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceHTTPAfterResponseRuleParams creates a new ReplaceHTTPAfterResponseRuleParams object diff --git a/operations/http_after_response_rule/replace_http_after_response_rule_responses.go b/operations/http_after_response_rule/replace_http_after_response_rule_responses.go index 9cafb324..0feea4c3 100644 --- a/operations/http_after_response_rule/replace_http_after_response_rule_responses.go +++ b/operations/http_after_response_rule/replace_http_after_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceHTTPAfterResponseRuleOKCode is the HTTP code returned for type ReplaceHTTPAfterResponseRuleOK diff --git a/operations/http_after_response_rule/replace_http_after_response_rule_urlbuilder.go b/operations/http_after_response_rule/replace_http_after_response_rule_urlbuilder.go index f32f76e2..87d432cc 100644 --- a/operations/http_after_response_rule/replace_http_after_response_rule_urlbuilder.go +++ b/operations/http_after_response_rule/replace_http_after_response_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceHTTPAfterResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_check/create_http_check_parameters.go b/operations/http_check/create_http_check_parameters.go index 4591f272..5f21f7ad 100644 --- a/operations/http_check/create_http_check_parameters.go +++ b/operations/http_check/create_http_check_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateHTTPCheckParams creates a new CreateHTTPCheckParams object diff --git a/operations/http_check/create_http_check_responses.go b/operations/http_check/create_http_check_responses.go index 85fa60c2..4084ff1f 100644 --- a/operations/http_check/create_http_check_responses.go +++ b/operations/http_check/create_http_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateHTTPCheckCreatedCode is the HTTP code returned for type CreateHTTPCheckCreated diff --git a/operations/http_check/create_http_check_urlbuilder.go b/operations/http_check/create_http_check_urlbuilder.go index 1ec406d5..c08d6203 100644 --- a/operations/http_check/create_http_check_urlbuilder.go +++ b/operations/http_check/create_http_check_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateHTTPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_check/delete_http_check_responses.go b/operations/http_check/delete_http_check_responses.go index 3ef19ec4..a0097b1c 100644 --- a/operations/http_check/delete_http_check_responses.go +++ b/operations/http_check/delete_http_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteHTTPCheckAcceptedCode is the HTTP code returned for type DeleteHTTPCheckAccepted diff --git a/operations/http_check/delete_http_check_urlbuilder.go b/operations/http_check/delete_http_check_urlbuilder.go index 3ab4f324..33adaeca 100644 --- a/operations/http_check/delete_http_check_urlbuilder.go +++ b/operations/http_check/delete_http_check_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteHTTPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_check/get_http_check.go b/operations/http_check/get_http_check.go index 933c872f..c585fad7 100644 --- a/operations/http_check/get_http_check.go +++ b/operations/http_check/get_http_check.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPCheckHandlerFunc turns a function with the right signature into a get HTTP check handler diff --git a/operations/http_check/get_http_check_responses.go b/operations/http_check/get_http_check_responses.go index dd6c8391..a58355a6 100644 --- a/operations/http_check/get_http_check_responses.go +++ b/operations/http_check/get_http_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPCheckOKCode is the HTTP code returned for type GetHTTPCheckOK diff --git a/operations/http_check/get_http_check_urlbuilder.go b/operations/http_check/get_http_check_urlbuilder.go index ace5f2ae..64fc2638 100644 --- a/operations/http_check/get_http_check_urlbuilder.go +++ b/operations/http_check/get_http_check_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetHTTPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_check/get_http_checks.go b/operations/http_check/get_http_checks.go index d8942aaa..4a07b8c0 100644 --- a/operations/http_check/get_http_checks.go +++ b/operations/http_check/get_http_checks.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPChecksHandlerFunc turns a function with the right signature into a get HTTP checks handler diff --git a/operations/http_check/get_http_checks_responses.go b/operations/http_check/get_http_checks_responses.go index 7fb14952..4726a877 100644 --- a/operations/http_check/get_http_checks_responses.go +++ b/operations/http_check/get_http_checks_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPChecksOKCode is the HTTP code returned for type GetHTTPChecksOK diff --git a/operations/http_check/get_http_checks_urlbuilder.go b/operations/http_check/get_http_checks_urlbuilder.go index 3d6b2388..c97c3da4 100644 --- a/operations/http_check/get_http_checks_urlbuilder.go +++ b/operations/http_check/get_http_checks_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetHTTPChecksURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_check/replace_http_check_parameters.go b/operations/http_check/replace_http_check_parameters.go index db4b6f15..8d84d4eb 100644 --- a/operations/http_check/replace_http_check_parameters.go +++ b/operations/http_check/replace_http_check_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceHTTPCheckParams creates a new ReplaceHTTPCheckParams object diff --git a/operations/http_check/replace_http_check_responses.go b/operations/http_check/replace_http_check_responses.go index 91d3428a..cd7ea8e6 100644 --- a/operations/http_check/replace_http_check_responses.go +++ b/operations/http_check/replace_http_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceHTTPCheckOKCode is the HTTP code returned for type ReplaceHTTPCheckOK diff --git a/operations/http_check/replace_http_check_urlbuilder.go b/operations/http_check/replace_http_check_urlbuilder.go index 1a6ad807..9d94d0f4 100644 --- a/operations/http_check/replace_http_check_urlbuilder.go +++ b/operations/http_check/replace_http_check_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceHTTPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_error_rule/create_http_error_rule_parameters.go b/operations/http_error_rule/create_http_error_rule_parameters.go index ac02cf81..aedd4b64 100644 --- a/operations/http_error_rule/create_http_error_rule_parameters.go +++ b/operations/http_error_rule/create_http_error_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateHTTPErrorRuleParams creates a new CreateHTTPErrorRuleParams object diff --git a/operations/http_error_rule/create_http_error_rule_responses.go b/operations/http_error_rule/create_http_error_rule_responses.go index 06a0aadd..cc6c2202 100644 --- a/operations/http_error_rule/create_http_error_rule_responses.go +++ b/operations/http_error_rule/create_http_error_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateHTTPErrorRuleCreatedCode is the HTTP code returned for type CreateHTTPErrorRuleCreated diff --git a/operations/http_error_rule/create_http_error_rule_urlbuilder.go b/operations/http_error_rule/create_http_error_rule_urlbuilder.go index 8e31de19..712e56d7 100644 --- a/operations/http_error_rule/create_http_error_rule_urlbuilder.go +++ b/operations/http_error_rule/create_http_error_rule_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateHTTPErrorRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_error_rule/delete_http_error_rule_responses.go b/operations/http_error_rule/delete_http_error_rule_responses.go index 7914c456..4ee22762 100644 --- a/operations/http_error_rule/delete_http_error_rule_responses.go +++ b/operations/http_error_rule/delete_http_error_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteHTTPErrorRuleAcceptedCode is the HTTP code returned for type DeleteHTTPErrorRuleAccepted diff --git a/operations/http_error_rule/delete_http_error_rule_urlbuilder.go b/operations/http_error_rule/delete_http_error_rule_urlbuilder.go index 7fe226ff..f525d445 100644 --- a/operations/http_error_rule/delete_http_error_rule_urlbuilder.go +++ b/operations/http_error_rule/delete_http_error_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteHTTPErrorRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_error_rule/get_http_error_rule.go b/operations/http_error_rule/get_http_error_rule.go index caf6e7a5..a3139550 100644 --- a/operations/http_error_rule/get_http_error_rule.go +++ b/operations/http_error_rule/get_http_error_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorRuleHandlerFunc turns a function with the right signature into a get HTTP error rule handler diff --git a/operations/http_error_rule/get_http_error_rule_responses.go b/operations/http_error_rule/get_http_error_rule_responses.go index f833aac4..82ca953d 100644 --- a/operations/http_error_rule/get_http_error_rule_responses.go +++ b/operations/http_error_rule/get_http_error_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorRuleOKCode is the HTTP code returned for type GetHTTPErrorRuleOK diff --git a/operations/http_error_rule/get_http_error_rule_urlbuilder.go b/operations/http_error_rule/get_http_error_rule_urlbuilder.go index fa924863..b0ed034a 100644 --- a/operations/http_error_rule/get_http_error_rule_urlbuilder.go +++ b/operations/http_error_rule/get_http_error_rule_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetHTTPErrorRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_error_rule/get_http_error_rules.go b/operations/http_error_rule/get_http_error_rules.go index b589e10a..adcfe443 100644 --- a/operations/http_error_rule/get_http_error_rules.go +++ b/operations/http_error_rule/get_http_error_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorRulesHandlerFunc turns a function with the right signature into a get HTTP error rules handler diff --git a/operations/http_error_rule/get_http_error_rules_responses.go b/operations/http_error_rule/get_http_error_rules_responses.go index 8799327d..605528fc 100644 --- a/operations/http_error_rule/get_http_error_rules_responses.go +++ b/operations/http_error_rule/get_http_error_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorRulesOKCode is the HTTP code returned for type GetHTTPErrorRulesOK diff --git a/operations/http_error_rule/get_http_error_rules_urlbuilder.go b/operations/http_error_rule/get_http_error_rules_urlbuilder.go index eca19840..4948e829 100644 --- a/operations/http_error_rule/get_http_error_rules_urlbuilder.go +++ b/operations/http_error_rule/get_http_error_rules_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetHTTPErrorRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_error_rule/replace_http_error_rule_parameters.go b/operations/http_error_rule/replace_http_error_rule_parameters.go index 0fee4a6c..8d7f327c 100644 --- a/operations/http_error_rule/replace_http_error_rule_parameters.go +++ b/operations/http_error_rule/replace_http_error_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceHTTPErrorRuleParams creates a new ReplaceHTTPErrorRuleParams object diff --git a/operations/http_error_rule/replace_http_error_rule_responses.go b/operations/http_error_rule/replace_http_error_rule_responses.go index ba5f4aaf..512663ff 100644 --- a/operations/http_error_rule/replace_http_error_rule_responses.go +++ b/operations/http_error_rule/replace_http_error_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceHTTPErrorRuleOKCode is the HTTP code returned for type ReplaceHTTPErrorRuleOK diff --git a/operations/http_error_rule/replace_http_error_rule_urlbuilder.go b/operations/http_error_rule/replace_http_error_rule_urlbuilder.go index a80d0bcd..eeaa49b2 100644 --- a/operations/http_error_rule/replace_http_error_rule_urlbuilder.go +++ b/operations/http_error_rule/replace_http_error_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceHTTPErrorRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_errors/create_http_errors_section_parameters.go b/operations/http_errors/create_http_errors_section_parameters.go index 63179f99..91dae721 100644 --- a/operations/http_errors/create_http_errors_section_parameters.go +++ b/operations/http_errors/create_http_errors_section_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateHTTPErrorsSectionParams creates a new CreateHTTPErrorsSectionParams object diff --git a/operations/http_errors/create_http_errors_section_responses.go b/operations/http_errors/create_http_errors_section_responses.go index 43883464..1a681087 100644 --- a/operations/http_errors/create_http_errors_section_responses.go +++ b/operations/http_errors/create_http_errors_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateHTTPErrorsSectionCreatedCode is the HTTP code returned for type CreateHTTPErrorsSectionCreated diff --git a/operations/http_errors/create_http_errors_section_urlbuilder.go b/operations/http_errors/create_http_errors_section_urlbuilder.go index 094d4fcf..5f729d41 100644 --- a/operations/http_errors/create_http_errors_section_urlbuilder.go +++ b/operations/http_errors/create_http_errors_section_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateHTTPErrorsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_errors/delete_http_errors_section_responses.go b/operations/http_errors/delete_http_errors_section_responses.go index 46e45755..232ab1e7 100644 --- a/operations/http_errors/delete_http_errors_section_responses.go +++ b/operations/http_errors/delete_http_errors_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteHTTPErrorsSectionAcceptedCode is the HTTP code returned for type DeleteHTTPErrorsSectionAccepted diff --git a/operations/http_errors/delete_http_errors_section_urlbuilder.go b/operations/http_errors/delete_http_errors_section_urlbuilder.go index 35adc65d..9503858e 100644 --- a/operations/http_errors/delete_http_errors_section_urlbuilder.go +++ b/operations/http_errors/delete_http_errors_section_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteHTTPErrorsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_errors/get_http_errors_section.go b/operations/http_errors/get_http_errors_section.go index 40b9e6de..5178ee85 100644 --- a/operations/http_errors/get_http_errors_section.go +++ b/operations/http_errors/get_http_errors_section.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorsSectionHandlerFunc turns a function with the right signature into a get HTTP errors section handler diff --git a/operations/http_errors/get_http_errors_section_responses.go b/operations/http_errors/get_http_errors_section_responses.go index f94d9eef..8f7804b6 100644 --- a/operations/http_errors/get_http_errors_section_responses.go +++ b/operations/http_errors/get_http_errors_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorsSectionOKCode is the HTTP code returned for type GetHTTPErrorsSectionOK diff --git a/operations/http_errors/get_http_errors_section_urlbuilder.go b/operations/http_errors/get_http_errors_section_urlbuilder.go index fdf351b3..45cce8e3 100644 --- a/operations/http_errors/get_http_errors_section_urlbuilder.go +++ b/operations/http_errors/get_http_errors_section_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetHTTPErrorsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_errors/get_http_errors_sections.go b/operations/http_errors/get_http_errors_sections.go index c2388f90..95a012ba 100644 --- a/operations/http_errors/get_http_errors_sections.go +++ b/operations/http_errors/get_http_errors_sections.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorsSectionsHandlerFunc turns a function with the right signature into a get HTTP errors sections handler diff --git a/operations/http_errors/get_http_errors_sections_responses.go b/operations/http_errors/get_http_errors_sections_responses.go index 569a28c4..b5aa0416 100644 --- a/operations/http_errors/get_http_errors_sections_responses.go +++ b/operations/http_errors/get_http_errors_sections_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPErrorsSectionsOKCode is the HTTP code returned for type GetHTTPErrorsSectionsOK diff --git a/operations/http_errors/get_http_errors_sections_urlbuilder.go b/operations/http_errors/get_http_errors_sections_urlbuilder.go index 636705ce..28764ed7 100644 --- a/operations/http_errors/get_http_errors_sections_urlbuilder.go +++ b/operations/http_errors/get_http_errors_sections_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetHTTPErrorsSectionsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_errors/replace_http_errors_section_parameters.go b/operations/http_errors/replace_http_errors_section_parameters.go index 0aba8cbf..79f65393 100644 --- a/operations/http_errors/replace_http_errors_section_parameters.go +++ b/operations/http_errors/replace_http_errors_section_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceHTTPErrorsSectionParams creates a new ReplaceHTTPErrorsSectionParams object diff --git a/operations/http_errors/replace_http_errors_section_responses.go b/operations/http_errors/replace_http_errors_section_responses.go index 4794647a..3dc172ff 100644 --- a/operations/http_errors/replace_http_errors_section_responses.go +++ b/operations/http_errors/replace_http_errors_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceHTTPErrorsSectionOKCode is the HTTP code returned for type ReplaceHTTPErrorsSectionOK diff --git a/operations/http_errors/replace_http_errors_section_urlbuilder.go b/operations/http_errors/replace_http_errors_section_urlbuilder.go index 5aad64fb..2ad5b195 100644 --- a/operations/http_errors/replace_http_errors_section_urlbuilder.go +++ b/operations/http_errors/replace_http_errors_section_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceHTTPErrorsSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_request_rule/create_http_request_rule_parameters.go b/operations/http_request_rule/create_http_request_rule_parameters.go index e8980988..be3d9af4 100644 --- a/operations/http_request_rule/create_http_request_rule_parameters.go +++ b/operations/http_request_rule/create_http_request_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateHTTPRequestRuleParams creates a new CreateHTTPRequestRuleParams object diff --git a/operations/http_request_rule/create_http_request_rule_responses.go b/operations/http_request_rule/create_http_request_rule_responses.go index a5d028f7..69b23fde 100644 --- a/operations/http_request_rule/create_http_request_rule_responses.go +++ b/operations/http_request_rule/create_http_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateHTTPRequestRuleCreatedCode is the HTTP code returned for type CreateHTTPRequestRuleCreated diff --git a/operations/http_request_rule/create_http_request_rule_urlbuilder.go b/operations/http_request_rule/create_http_request_rule_urlbuilder.go index 10fee01f..fb81f600 100644 --- a/operations/http_request_rule/create_http_request_rule_urlbuilder.go +++ b/operations/http_request_rule/create_http_request_rule_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateHTTPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_request_rule/delete_http_request_rule_responses.go b/operations/http_request_rule/delete_http_request_rule_responses.go index 82262880..a0c4c7e2 100644 --- a/operations/http_request_rule/delete_http_request_rule_responses.go +++ b/operations/http_request_rule/delete_http_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteHTTPRequestRuleAcceptedCode is the HTTP code returned for type DeleteHTTPRequestRuleAccepted diff --git a/operations/http_request_rule/delete_http_request_rule_urlbuilder.go b/operations/http_request_rule/delete_http_request_rule_urlbuilder.go index 248abbc1..fe18e43f 100644 --- a/operations/http_request_rule/delete_http_request_rule_urlbuilder.go +++ b/operations/http_request_rule/delete_http_request_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteHTTPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_request_rule/get_http_request_rule.go b/operations/http_request_rule/get_http_request_rule.go index 4ad873d3..1529351b 100644 --- a/operations/http_request_rule/get_http_request_rule.go +++ b/operations/http_request_rule/get_http_request_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPRequestRuleHandlerFunc turns a function with the right signature into a get HTTP request rule handler diff --git a/operations/http_request_rule/get_http_request_rule_responses.go b/operations/http_request_rule/get_http_request_rule_responses.go index e6ab3fd1..317865af 100644 --- a/operations/http_request_rule/get_http_request_rule_responses.go +++ b/operations/http_request_rule/get_http_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPRequestRuleOKCode is the HTTP code returned for type GetHTTPRequestRuleOK diff --git a/operations/http_request_rule/get_http_request_rule_urlbuilder.go b/operations/http_request_rule/get_http_request_rule_urlbuilder.go index 88169c8a..62829fab 100644 --- a/operations/http_request_rule/get_http_request_rule_urlbuilder.go +++ b/operations/http_request_rule/get_http_request_rule_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetHTTPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_request_rule/get_http_request_rules.go b/operations/http_request_rule/get_http_request_rules.go index 937df522..b90f0ad3 100644 --- a/operations/http_request_rule/get_http_request_rules.go +++ b/operations/http_request_rule/get_http_request_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPRequestRulesHandlerFunc turns a function with the right signature into a get HTTP request rules handler diff --git a/operations/http_request_rule/get_http_request_rules_responses.go b/operations/http_request_rule/get_http_request_rules_responses.go index ba468b1b..05d7d0ac 100644 --- a/operations/http_request_rule/get_http_request_rules_responses.go +++ b/operations/http_request_rule/get_http_request_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPRequestRulesOKCode is the HTTP code returned for type GetHTTPRequestRulesOK diff --git a/operations/http_request_rule/get_http_request_rules_urlbuilder.go b/operations/http_request_rule/get_http_request_rules_urlbuilder.go index 4645a7e0..ec9b24fb 100644 --- a/operations/http_request_rule/get_http_request_rules_urlbuilder.go +++ b/operations/http_request_rule/get_http_request_rules_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetHTTPRequestRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_request_rule/replace_http_request_rule_parameters.go b/operations/http_request_rule/replace_http_request_rule_parameters.go index 53534105..f50f76f3 100644 --- a/operations/http_request_rule/replace_http_request_rule_parameters.go +++ b/operations/http_request_rule/replace_http_request_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceHTTPRequestRuleParams creates a new ReplaceHTTPRequestRuleParams object diff --git a/operations/http_request_rule/replace_http_request_rule_responses.go b/operations/http_request_rule/replace_http_request_rule_responses.go index 55b56c43..e7ca126f 100644 --- a/operations/http_request_rule/replace_http_request_rule_responses.go +++ b/operations/http_request_rule/replace_http_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceHTTPRequestRuleOKCode is the HTTP code returned for type ReplaceHTTPRequestRuleOK diff --git a/operations/http_request_rule/replace_http_request_rule_urlbuilder.go b/operations/http_request_rule/replace_http_request_rule_urlbuilder.go index b02599fc..bdcf677c 100644 --- a/operations/http_request_rule/replace_http_request_rule_urlbuilder.go +++ b/operations/http_request_rule/replace_http_request_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceHTTPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_response_rule/create_http_response_rule_parameters.go b/operations/http_response_rule/create_http_response_rule_parameters.go index 49f08691..9e42253b 100644 --- a/operations/http_response_rule/create_http_response_rule_parameters.go +++ b/operations/http_response_rule/create_http_response_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateHTTPResponseRuleParams creates a new CreateHTTPResponseRuleParams object diff --git a/operations/http_response_rule/create_http_response_rule_responses.go b/operations/http_response_rule/create_http_response_rule_responses.go index e46013a1..b2a392c8 100644 --- a/operations/http_response_rule/create_http_response_rule_responses.go +++ b/operations/http_response_rule/create_http_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateHTTPResponseRuleCreatedCode is the HTTP code returned for type CreateHTTPResponseRuleCreated diff --git a/operations/http_response_rule/create_http_response_rule_urlbuilder.go b/operations/http_response_rule/create_http_response_rule_urlbuilder.go index 49bde13f..546d2fc4 100644 --- a/operations/http_response_rule/create_http_response_rule_urlbuilder.go +++ b/operations/http_response_rule/create_http_response_rule_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateHTTPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_response_rule/delete_http_response_rule_responses.go b/operations/http_response_rule/delete_http_response_rule_responses.go index fcf28faa..371c9e32 100644 --- a/operations/http_response_rule/delete_http_response_rule_responses.go +++ b/operations/http_response_rule/delete_http_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteHTTPResponseRuleAcceptedCode is the HTTP code returned for type DeleteHTTPResponseRuleAccepted diff --git a/operations/http_response_rule/delete_http_response_rule_urlbuilder.go b/operations/http_response_rule/delete_http_response_rule_urlbuilder.go index 6c83a802..addd601b 100644 --- a/operations/http_response_rule/delete_http_response_rule_urlbuilder.go +++ b/operations/http_response_rule/delete_http_response_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteHTTPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_response_rule/get_http_response_rule.go b/operations/http_response_rule/get_http_response_rule.go index 15ce1e89..e5a4270a 100644 --- a/operations/http_response_rule/get_http_response_rule.go +++ b/operations/http_response_rule/get_http_response_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPResponseRuleHandlerFunc turns a function with the right signature into a get HTTP response rule handler diff --git a/operations/http_response_rule/get_http_response_rule_responses.go b/operations/http_response_rule/get_http_response_rule_responses.go index a1fa6696..31f431c4 100644 --- a/operations/http_response_rule/get_http_response_rule_responses.go +++ b/operations/http_response_rule/get_http_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPResponseRuleOKCode is the HTTP code returned for type GetHTTPResponseRuleOK diff --git a/operations/http_response_rule/get_http_response_rule_urlbuilder.go b/operations/http_response_rule/get_http_response_rule_urlbuilder.go index 44823944..9c7ecc93 100644 --- a/operations/http_response_rule/get_http_response_rule_urlbuilder.go +++ b/operations/http_response_rule/get_http_response_rule_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetHTTPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_response_rule/get_http_response_rules.go b/operations/http_response_rule/get_http_response_rules.go index b397160c..0b934194 100644 --- a/operations/http_response_rule/get_http_response_rules.go +++ b/operations/http_response_rule/get_http_response_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPResponseRulesHandlerFunc turns a function with the right signature into a get HTTP response rules handler diff --git a/operations/http_response_rule/get_http_response_rules_responses.go b/operations/http_response_rule/get_http_response_rules_responses.go index 5547e396..3286511e 100644 --- a/operations/http_response_rule/get_http_response_rules_responses.go +++ b/operations/http_response_rule/get_http_response_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHTTPResponseRulesOKCode is the HTTP code returned for type GetHTTPResponseRulesOK diff --git a/operations/http_response_rule/get_http_response_rules_urlbuilder.go b/operations/http_response_rule/get_http_response_rules_urlbuilder.go index e2d9c8ab..da48ecf9 100644 --- a/operations/http_response_rule/get_http_response_rules_urlbuilder.go +++ b/operations/http_response_rule/get_http_response_rules_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetHTTPResponseRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/http_response_rule/replace_http_response_rule_parameters.go b/operations/http_response_rule/replace_http_response_rule_parameters.go index a26d5492..7568bfe4 100644 --- a/operations/http_response_rule/replace_http_response_rule_parameters.go +++ b/operations/http_response_rule/replace_http_response_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceHTTPResponseRuleParams creates a new ReplaceHTTPResponseRuleParams object diff --git a/operations/http_response_rule/replace_http_response_rule_responses.go b/operations/http_response_rule/replace_http_response_rule_responses.go index 39845c0a..50e79929 100644 --- a/operations/http_response_rule/replace_http_response_rule_responses.go +++ b/operations/http_response_rule/replace_http_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceHTTPResponseRuleOKCode is the HTTP code returned for type ReplaceHTTPResponseRuleOK diff --git a/operations/http_response_rule/replace_http_response_rule_urlbuilder.go b/operations/http_response_rule/replace_http_response_rule_urlbuilder.go index 6b9675d2..4d91638e 100644 --- a/operations/http_response_rule/replace_http_response_rule_urlbuilder.go +++ b/operations/http_response_rule/replace_http_response_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceHTTPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/information/get_haproxy_process_info_responses.go b/operations/information/get_haproxy_process_info_responses.go index 628fe1fc..c56541c9 100644 --- a/operations/information/get_haproxy_process_info_responses.go +++ b/operations/information/get_haproxy_process_info_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetHaproxyProcessInfoOKCode is the HTTP code returned for type GetHaproxyProcessInfoOK diff --git a/operations/information/get_haproxy_process_info_urlbuilder.go b/operations/information/get_haproxy_process_info_urlbuilder.go index caa791a6..e2510349 100644 --- a/operations/information/get_haproxy_process_info_urlbuilder.go +++ b/operations/information/get_haproxy_process_info_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetHaproxyProcessInfoURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/information/get_info_responses.go b/operations/information/get_info_responses.go index 6f94e2a4..751f8ac8 100644 --- a/operations/information/get_info_responses.go +++ b/operations/information/get_info_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetInfoOKCode is the HTTP code returned for type GetInfoOK diff --git a/operations/information/get_info_urlbuilder.go b/operations/information/get_info_urlbuilder.go index 3f0aeee2..c1bd8756 100644 --- a/operations/information/get_info_urlbuilder.go +++ b/operations/information/get_info_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetInfoURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_forward/create_log_forward_parameters.go b/operations/log_forward/create_log_forward_parameters.go index 275d68b0..fd9958be 100644 --- a/operations/log_forward/create_log_forward_parameters.go +++ b/operations/log_forward/create_log_forward_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateLogForwardParams creates a new CreateLogForwardParams object diff --git a/operations/log_forward/create_log_forward_responses.go b/operations/log_forward/create_log_forward_responses.go index f2312711..154fb552 100644 --- a/operations/log_forward/create_log_forward_responses.go +++ b/operations/log_forward/create_log_forward_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateLogForwardCreatedCode is the HTTP code returned for type CreateLogForwardCreated diff --git a/operations/log_forward/create_log_forward_urlbuilder.go b/operations/log_forward/create_log_forward_urlbuilder.go index 62ddb4fc..c5622a36 100644 --- a/operations/log_forward/create_log_forward_urlbuilder.go +++ b/operations/log_forward/create_log_forward_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateLogForwardURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_forward/delete_log_forward_responses.go b/operations/log_forward/delete_log_forward_responses.go index f7b79009..94c5988d 100644 --- a/operations/log_forward/delete_log_forward_responses.go +++ b/operations/log_forward/delete_log_forward_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteLogForwardAcceptedCode is the HTTP code returned for type DeleteLogForwardAccepted diff --git a/operations/log_forward/delete_log_forward_urlbuilder.go b/operations/log_forward/delete_log_forward_urlbuilder.go index 4251a625..ff00b076 100644 --- a/operations/log_forward/delete_log_forward_urlbuilder.go +++ b/operations/log_forward/delete_log_forward_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteLogForwardURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_forward/get_log_forward.go b/operations/log_forward/get_log_forward.go index a4aa9f2b..350eb860 100644 --- a/operations/log_forward/get_log_forward.go +++ b/operations/log_forward/get_log_forward.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogForwardHandlerFunc turns a function with the right signature into a get log forward handler diff --git a/operations/log_forward/get_log_forward_responses.go b/operations/log_forward/get_log_forward_responses.go index 65273d27..f65c0cf4 100644 --- a/operations/log_forward/get_log_forward_responses.go +++ b/operations/log_forward/get_log_forward_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogForwardOKCode is the HTTP code returned for type GetLogForwardOK diff --git a/operations/log_forward/get_log_forward_urlbuilder.go b/operations/log_forward/get_log_forward_urlbuilder.go index 12f02424..3fea1590 100644 --- a/operations/log_forward/get_log_forward_urlbuilder.go +++ b/operations/log_forward/get_log_forward_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetLogForwardURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_forward/get_log_forwards.go b/operations/log_forward/get_log_forwards.go index a0146a67..776782a5 100644 --- a/operations/log_forward/get_log_forwards.go +++ b/operations/log_forward/get_log_forwards.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogForwardsHandlerFunc turns a function with the right signature into a get log forwards handler diff --git a/operations/log_forward/get_log_forwards_responses.go b/operations/log_forward/get_log_forwards_responses.go index c6119c9d..020bc681 100644 --- a/operations/log_forward/get_log_forwards_responses.go +++ b/operations/log_forward/get_log_forwards_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogForwardsOKCode is the HTTP code returned for type GetLogForwardsOK diff --git a/operations/log_forward/get_log_forwards_urlbuilder.go b/operations/log_forward/get_log_forwards_urlbuilder.go index 6559e44f..4707b74e 100644 --- a/operations/log_forward/get_log_forwards_urlbuilder.go +++ b/operations/log_forward/get_log_forwards_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetLogForwardsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_forward/replace_log_forward_parameters.go b/operations/log_forward/replace_log_forward_parameters.go index 331ffc96..0c395e08 100644 --- a/operations/log_forward/replace_log_forward_parameters.go +++ b/operations/log_forward/replace_log_forward_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceLogForwardParams creates a new ReplaceLogForwardParams object diff --git a/operations/log_forward/replace_log_forward_responses.go b/operations/log_forward/replace_log_forward_responses.go index c9b36efc..e80f0150 100644 --- a/operations/log_forward/replace_log_forward_responses.go +++ b/operations/log_forward/replace_log_forward_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceLogForwardOKCode is the HTTP code returned for type ReplaceLogForwardOK diff --git a/operations/log_forward/replace_log_forward_urlbuilder.go b/operations/log_forward/replace_log_forward_urlbuilder.go index 2e7677c0..2a0917b8 100644 --- a/operations/log_forward/replace_log_forward_urlbuilder.go +++ b/operations/log_forward/replace_log_forward_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceLogForwardURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_target/create_log_target_parameters.go b/operations/log_target/create_log_target_parameters.go index 9fc06cd9..d6f212aa 100644 --- a/operations/log_target/create_log_target_parameters.go +++ b/operations/log_target/create_log_target_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateLogTargetParams creates a new CreateLogTargetParams object diff --git a/operations/log_target/create_log_target_responses.go b/operations/log_target/create_log_target_responses.go index 5308d26d..929e7de6 100644 --- a/operations/log_target/create_log_target_responses.go +++ b/operations/log_target/create_log_target_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateLogTargetCreatedCode is the HTTP code returned for type CreateLogTargetCreated diff --git a/operations/log_target/create_log_target_urlbuilder.go b/operations/log_target/create_log_target_urlbuilder.go index bff63e86..7c1e0950 100644 --- a/operations/log_target/create_log_target_urlbuilder.go +++ b/operations/log_target/create_log_target_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateLogTargetURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_target/delete_log_target_responses.go b/operations/log_target/delete_log_target_responses.go index d9f4cb76..ccf0aa1d 100644 --- a/operations/log_target/delete_log_target_responses.go +++ b/operations/log_target/delete_log_target_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteLogTargetAcceptedCode is the HTTP code returned for type DeleteLogTargetAccepted diff --git a/operations/log_target/delete_log_target_urlbuilder.go b/operations/log_target/delete_log_target_urlbuilder.go index a2b3086d..4319b35d 100644 --- a/operations/log_target/delete_log_target_urlbuilder.go +++ b/operations/log_target/delete_log_target_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteLogTargetURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_target/get_log_target.go b/operations/log_target/get_log_target.go index 658bd57f..44fc1ba1 100644 --- a/operations/log_target/get_log_target.go +++ b/operations/log_target/get_log_target.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogTargetHandlerFunc turns a function with the right signature into a get log target handler diff --git a/operations/log_target/get_log_target_responses.go b/operations/log_target/get_log_target_responses.go index 06f90f5f..ac0f5a45 100644 --- a/operations/log_target/get_log_target_responses.go +++ b/operations/log_target/get_log_target_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogTargetOKCode is the HTTP code returned for type GetLogTargetOK diff --git a/operations/log_target/get_log_target_urlbuilder.go b/operations/log_target/get_log_target_urlbuilder.go index f09a6a5d..cb335cc0 100644 --- a/operations/log_target/get_log_target_urlbuilder.go +++ b/operations/log_target/get_log_target_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetLogTargetURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_target/get_log_targets.go b/operations/log_target/get_log_targets.go index 7c1a7823..66c97cab 100644 --- a/operations/log_target/get_log_targets.go +++ b/operations/log_target/get_log_targets.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogTargetsHandlerFunc turns a function with the right signature into a get log targets handler diff --git a/operations/log_target/get_log_targets_responses.go b/operations/log_target/get_log_targets_responses.go index c4be161e..c9a91de0 100644 --- a/operations/log_target/get_log_targets_responses.go +++ b/operations/log_target/get_log_targets_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetLogTargetsOKCode is the HTTP code returned for type GetLogTargetsOK diff --git a/operations/log_target/get_log_targets_urlbuilder.go b/operations/log_target/get_log_targets_urlbuilder.go index a18e345b..c8e095d4 100644 --- a/operations/log_target/get_log_targets_urlbuilder.go +++ b/operations/log_target/get_log_targets_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetLogTargetsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/log_target/replace_log_target_parameters.go b/operations/log_target/replace_log_target_parameters.go index acd85140..c43192d8 100644 --- a/operations/log_target/replace_log_target_parameters.go +++ b/operations/log_target/replace_log_target_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceLogTargetParams creates a new ReplaceLogTargetParams object diff --git a/operations/log_target/replace_log_target_responses.go b/operations/log_target/replace_log_target_responses.go index 660a3e97..327f57dd 100644 --- a/operations/log_target/replace_log_target_responses.go +++ b/operations/log_target/replace_log_target_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceLogTargetOKCode is the HTTP code returned for type ReplaceLogTargetOK diff --git a/operations/log_target/replace_log_target_urlbuilder.go b/operations/log_target/replace_log_target_urlbuilder.go index a54114a2..0c2c3e33 100644 --- a/operations/log_target/replace_log_target_urlbuilder.go +++ b/operations/log_target/replace_log_target_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceLogTargetURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailer_entry/create_mailer_entry_parameters.go b/operations/mailer_entry/create_mailer_entry_parameters.go index a242f176..677b9217 100644 --- a/operations/mailer_entry/create_mailer_entry_parameters.go +++ b/operations/mailer_entry/create_mailer_entry_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateMailerEntryParams creates a new CreateMailerEntryParams object diff --git a/operations/mailer_entry/create_mailer_entry_responses.go b/operations/mailer_entry/create_mailer_entry_responses.go index bfa157df..a33d0bc5 100644 --- a/operations/mailer_entry/create_mailer_entry_responses.go +++ b/operations/mailer_entry/create_mailer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateMailerEntryCreatedCode is the HTTP code returned for type CreateMailerEntryCreated diff --git a/operations/mailer_entry/create_mailer_entry_urlbuilder.go b/operations/mailer_entry/create_mailer_entry_urlbuilder.go index 0f6680d0..43de58e5 100644 --- a/operations/mailer_entry/create_mailer_entry_urlbuilder.go +++ b/operations/mailer_entry/create_mailer_entry_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateMailerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailer_entry/delete_mailer_entry_responses.go b/operations/mailer_entry/delete_mailer_entry_responses.go index 2f1f3f5d..a148a3aa 100644 --- a/operations/mailer_entry/delete_mailer_entry_responses.go +++ b/operations/mailer_entry/delete_mailer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteMailerEntryAcceptedCode is the HTTP code returned for type DeleteMailerEntryAccepted diff --git a/operations/mailer_entry/delete_mailer_entry_urlbuilder.go b/operations/mailer_entry/delete_mailer_entry_urlbuilder.go index 51dfa4d6..27c8c66d 100644 --- a/operations/mailer_entry/delete_mailer_entry_urlbuilder.go +++ b/operations/mailer_entry/delete_mailer_entry_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteMailerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailer_entry/get_mailer_entries.go b/operations/mailer_entry/get_mailer_entries.go index 81059928..d5d06579 100644 --- a/operations/mailer_entry/get_mailer_entries.go +++ b/operations/mailer_entry/get_mailer_entries.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailerEntriesHandlerFunc turns a function with the right signature into a get mailer entries handler diff --git a/operations/mailer_entry/get_mailer_entries_responses.go b/operations/mailer_entry/get_mailer_entries_responses.go index 263e8238..32b6112a 100644 --- a/operations/mailer_entry/get_mailer_entries_responses.go +++ b/operations/mailer_entry/get_mailer_entries_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailerEntriesOKCode is the HTTP code returned for type GetMailerEntriesOK diff --git a/operations/mailer_entry/get_mailer_entries_urlbuilder.go b/operations/mailer_entry/get_mailer_entries_urlbuilder.go index 6b608ea2..4cf696ce 100644 --- a/operations/mailer_entry/get_mailer_entries_urlbuilder.go +++ b/operations/mailer_entry/get_mailer_entries_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetMailerEntriesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailer_entry/get_mailer_entry.go b/operations/mailer_entry/get_mailer_entry.go index 1f8f5bb3..69b03faa 100644 --- a/operations/mailer_entry/get_mailer_entry.go +++ b/operations/mailer_entry/get_mailer_entry.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailerEntryHandlerFunc turns a function with the right signature into a get mailer entry handler diff --git a/operations/mailer_entry/get_mailer_entry_responses.go b/operations/mailer_entry/get_mailer_entry_responses.go index a6f012a8..5283505c 100644 --- a/operations/mailer_entry/get_mailer_entry_responses.go +++ b/operations/mailer_entry/get_mailer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailerEntryOKCode is the HTTP code returned for type GetMailerEntryOK diff --git a/operations/mailer_entry/get_mailer_entry_urlbuilder.go b/operations/mailer_entry/get_mailer_entry_urlbuilder.go index faa4c5cc..d19c9ca4 100644 --- a/operations/mailer_entry/get_mailer_entry_urlbuilder.go +++ b/operations/mailer_entry/get_mailer_entry_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetMailerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailer_entry/replace_mailer_entry_parameters.go b/operations/mailer_entry/replace_mailer_entry_parameters.go index 1e7e125a..eef48741 100644 --- a/operations/mailer_entry/replace_mailer_entry_parameters.go +++ b/operations/mailer_entry/replace_mailer_entry_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceMailerEntryParams creates a new ReplaceMailerEntryParams object diff --git a/operations/mailer_entry/replace_mailer_entry_responses.go b/operations/mailer_entry/replace_mailer_entry_responses.go index 9fc90fa1..8b4092f5 100644 --- a/operations/mailer_entry/replace_mailer_entry_responses.go +++ b/operations/mailer_entry/replace_mailer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceMailerEntryOKCode is the HTTP code returned for type ReplaceMailerEntryOK diff --git a/operations/mailer_entry/replace_mailer_entry_urlbuilder.go b/operations/mailer_entry/replace_mailer_entry_urlbuilder.go index 90c4808e..7619a4bf 100644 --- a/operations/mailer_entry/replace_mailer_entry_urlbuilder.go +++ b/operations/mailer_entry/replace_mailer_entry_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceMailerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailers/create_mailers_section_parameters.go b/operations/mailers/create_mailers_section_parameters.go index 80007426..4462a835 100644 --- a/operations/mailers/create_mailers_section_parameters.go +++ b/operations/mailers/create_mailers_section_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateMailersSectionParams creates a new CreateMailersSectionParams object diff --git a/operations/mailers/create_mailers_section_responses.go b/operations/mailers/create_mailers_section_responses.go index d852586d..5721ff83 100644 --- a/operations/mailers/create_mailers_section_responses.go +++ b/operations/mailers/create_mailers_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateMailersSectionCreatedCode is the HTTP code returned for type CreateMailersSectionCreated diff --git a/operations/mailers/create_mailers_section_urlbuilder.go b/operations/mailers/create_mailers_section_urlbuilder.go index 608f0188..bdf48ca2 100644 --- a/operations/mailers/create_mailers_section_urlbuilder.go +++ b/operations/mailers/create_mailers_section_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateMailersSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailers/delete_mailers_section_responses.go b/operations/mailers/delete_mailers_section_responses.go index a1813d3a..36a8629a 100644 --- a/operations/mailers/delete_mailers_section_responses.go +++ b/operations/mailers/delete_mailers_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteMailersSectionAcceptedCode is the HTTP code returned for type DeleteMailersSectionAccepted diff --git a/operations/mailers/delete_mailers_section_urlbuilder.go b/operations/mailers/delete_mailers_section_urlbuilder.go index 209b0b9e..e76c1149 100644 --- a/operations/mailers/delete_mailers_section_urlbuilder.go +++ b/operations/mailers/delete_mailers_section_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteMailersSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailers/edit_mailers_section_parameters.go b/operations/mailers/edit_mailers_section_parameters.go index 8ce17925..025d00c6 100644 --- a/operations/mailers/edit_mailers_section_parameters.go +++ b/operations/mailers/edit_mailers_section_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewEditMailersSectionParams creates a new EditMailersSectionParams object diff --git a/operations/mailers/edit_mailers_section_responses.go b/operations/mailers/edit_mailers_section_responses.go index 081ca5c9..15e15c5a 100644 --- a/operations/mailers/edit_mailers_section_responses.go +++ b/operations/mailers/edit_mailers_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // EditMailersSectionOKCode is the HTTP code returned for type EditMailersSectionOK diff --git a/operations/mailers/edit_mailers_section_urlbuilder.go b/operations/mailers/edit_mailers_section_urlbuilder.go index 846cb654..b9b12550 100644 --- a/operations/mailers/edit_mailers_section_urlbuilder.go +++ b/operations/mailers/edit_mailers_section_urlbuilder.go @@ -72,7 +72,7 @@ func (o *EditMailersSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailers/get_mailers_section.go b/operations/mailers/get_mailers_section.go index f09a62a1..20ba7e0c 100644 --- a/operations/mailers/get_mailers_section.go +++ b/operations/mailers/get_mailers_section.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailersSectionHandlerFunc turns a function with the right signature into a get mailers section handler diff --git a/operations/mailers/get_mailers_section_responses.go b/operations/mailers/get_mailers_section_responses.go index 15939e14..ed6d1529 100644 --- a/operations/mailers/get_mailers_section_responses.go +++ b/operations/mailers/get_mailers_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailersSectionOKCode is the HTTP code returned for type GetMailersSectionOK diff --git a/operations/mailers/get_mailers_section_urlbuilder.go b/operations/mailers/get_mailers_section_urlbuilder.go index 20b46813..0013a390 100644 --- a/operations/mailers/get_mailers_section_urlbuilder.go +++ b/operations/mailers/get_mailers_section_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetMailersSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/mailers/get_mailers_sections.go b/operations/mailers/get_mailers_sections.go index 975f0def..ffb7fd4d 100644 --- a/operations/mailers/get_mailers_sections.go +++ b/operations/mailers/get_mailers_sections.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailersSectionsHandlerFunc turns a function with the right signature into a get mailers sections handler diff --git a/operations/mailers/get_mailers_sections_responses.go b/operations/mailers/get_mailers_sections_responses.go index 51124577..db80c293 100644 --- a/operations/mailers/get_mailers_sections_responses.go +++ b/operations/mailers/get_mailers_sections_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetMailersSectionsOKCode is the HTTP code returned for type GetMailersSectionsOK diff --git a/operations/mailers/get_mailers_sections_urlbuilder.go b/operations/mailers/get_mailers_sections_urlbuilder.go index 6c35cd78..b4bf1d01 100644 --- a/operations/mailers/get_mailers_sections_urlbuilder.go +++ b/operations/mailers/get_mailers_sections_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetMailersSectionsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/add_map_entry_parameters.go b/operations/maps/add_map_entry_parameters.go index f70a8d93..11d65f8a 100644 --- a/operations/maps/add_map_entry_parameters.go +++ b/operations/maps/add_map_entry_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewAddMapEntryParams creates a new AddMapEntryParams object diff --git a/operations/maps/add_map_entry_responses.go b/operations/maps/add_map_entry_responses.go index fd1ce167..bba69c70 100644 --- a/operations/maps/add_map_entry_responses.go +++ b/operations/maps/add_map_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // AddMapEntryCreatedCode is the HTTP code returned for type AddMapEntryCreated diff --git a/operations/maps/add_map_entry_urlbuilder.go b/operations/maps/add_map_entry_urlbuilder.go index 0f2d3246..646ddea9 100644 --- a/operations/maps/add_map_entry_urlbuilder.go +++ b/operations/maps/add_map_entry_urlbuilder.go @@ -61,7 +61,7 @@ func (o *AddMapEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/add_payload_runtime_map_parameters.go b/operations/maps/add_payload_runtime_map_parameters.go index 3cc6f7ae..3d7600f5 100644 --- a/operations/maps/add_payload_runtime_map_parameters.go +++ b/operations/maps/add_payload_runtime_map_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewAddPayloadRuntimeMapParams creates a new AddPayloadRuntimeMapParams object diff --git a/operations/maps/add_payload_runtime_map_responses.go b/operations/maps/add_payload_runtime_map_responses.go index 9c7117d0..0c3bad5f 100644 --- a/operations/maps/add_payload_runtime_map_responses.go +++ b/operations/maps/add_payload_runtime_map_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // AddPayloadRuntimeMapCreatedCode is the HTTP code returned for type AddPayloadRuntimeMapCreated diff --git a/operations/maps/add_payload_runtime_map_urlbuilder.go b/operations/maps/add_payload_runtime_map_urlbuilder.go index f05363cc..d06e8b56 100644 --- a/operations/maps/add_payload_runtime_map_urlbuilder.go +++ b/operations/maps/add_payload_runtime_map_urlbuilder.go @@ -70,7 +70,7 @@ func (o *AddPayloadRuntimeMapURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/clear_runtime_map_responses.go b/operations/maps/clear_runtime_map_responses.go index 66e2946e..2f571c5c 100644 --- a/operations/maps/clear_runtime_map_responses.go +++ b/operations/maps/clear_runtime_map_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ClearRuntimeMapNoContentCode is the HTTP code returned for type ClearRuntimeMapNoContent diff --git a/operations/maps/clear_runtime_map_urlbuilder.go b/operations/maps/clear_runtime_map_urlbuilder.go index 8e551df4..91b4982d 100644 --- a/operations/maps/clear_runtime_map_urlbuilder.go +++ b/operations/maps/clear_runtime_map_urlbuilder.go @@ -71,7 +71,7 @@ func (o *ClearRuntimeMapURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/delete_runtime_map_entry_responses.go b/operations/maps/delete_runtime_map_entry_responses.go index d80c15ec..7d891c69 100644 --- a/operations/maps/delete_runtime_map_entry_responses.go +++ b/operations/maps/delete_runtime_map_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteRuntimeMapEntryNoContentCode is the HTTP code returned for type DeleteRuntimeMapEntryNoContent diff --git a/operations/maps/delete_runtime_map_entry_urlbuilder.go b/operations/maps/delete_runtime_map_entry_urlbuilder.go index f8ed9d19..ab03ce4b 100644 --- a/operations/maps/delete_runtime_map_entry_urlbuilder.go +++ b/operations/maps/delete_runtime_map_entry_urlbuilder.go @@ -71,7 +71,7 @@ func (o *DeleteRuntimeMapEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/get_all_runtime_map_files_responses.go b/operations/maps/get_all_runtime_map_files_responses.go index 164699ae..c4a94ae2 100644 --- a/operations/maps/get_all_runtime_map_files_responses.go +++ b/operations/maps/get_all_runtime_map_files_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAllRuntimeMapFilesOKCode is the HTTP code returned for type GetAllRuntimeMapFilesOK diff --git a/operations/maps/get_all_runtime_map_files_urlbuilder.go b/operations/maps/get_all_runtime_map_files_urlbuilder.go index 7fd77fac..cb1ff251 100644 --- a/operations/maps/get_all_runtime_map_files_urlbuilder.go +++ b/operations/maps/get_all_runtime_map_files_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetAllRuntimeMapFilesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/get_one_runtime_map_responses.go b/operations/maps/get_one_runtime_map_responses.go index 7aea28a8..6aff1597 100644 --- a/operations/maps/get_one_runtime_map_responses.go +++ b/operations/maps/get_one_runtime_map_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetOneRuntimeMapOKCode is the HTTP code returned for type GetOneRuntimeMapOK diff --git a/operations/maps/get_one_runtime_map_urlbuilder.go b/operations/maps/get_one_runtime_map_urlbuilder.go index 25d587ac..74cc1b6a 100644 --- a/operations/maps/get_one_runtime_map_urlbuilder.go +++ b/operations/maps/get_one_runtime_map_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetOneRuntimeMapURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/get_runtime_map_entry_responses.go b/operations/maps/get_runtime_map_entry_responses.go index 71cdb591..db5b1992 100644 --- a/operations/maps/get_runtime_map_entry_responses.go +++ b/operations/maps/get_runtime_map_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRuntimeMapEntryOKCode is the HTTP code returned for type GetRuntimeMapEntryOK diff --git a/operations/maps/get_runtime_map_entry_urlbuilder.go b/operations/maps/get_runtime_map_entry_urlbuilder.go index d7e0b9f3..b1d6981c 100644 --- a/operations/maps/get_runtime_map_entry_urlbuilder.go +++ b/operations/maps/get_runtime_map_entry_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetRuntimeMapEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/replace_runtime_map_entry_responses.go b/operations/maps/replace_runtime_map_entry_responses.go index 548ec922..9856c8f3 100644 --- a/operations/maps/replace_runtime_map_entry_responses.go +++ b/operations/maps/replace_runtime_map_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceRuntimeMapEntryOKCode is the HTTP code returned for type ReplaceRuntimeMapEntryOK diff --git a/operations/maps/replace_runtime_map_entry_urlbuilder.go b/operations/maps/replace_runtime_map_entry_urlbuilder.go index 2f9728a2..8ff72750 100644 --- a/operations/maps/replace_runtime_map_entry_urlbuilder.go +++ b/operations/maps/replace_runtime_map_entry_urlbuilder.go @@ -71,7 +71,7 @@ func (o *ReplaceRuntimeMapEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/maps/show_runtime_map_responses.go b/operations/maps/show_runtime_map_responses.go index 41d5ee78..e1fb0d34 100644 --- a/operations/maps/show_runtime_map_responses.go +++ b/operations/maps/show_runtime_map_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ShowRuntimeMapOKCode is the HTTP code returned for type ShowRuntimeMapOK diff --git a/operations/maps/show_runtime_map_urlbuilder.go b/operations/maps/show_runtime_map_urlbuilder.go index 7ed81b1f..88aae0c7 100644 --- a/operations/maps/show_runtime_map_urlbuilder.go +++ b/operations/maps/show_runtime_map_urlbuilder.go @@ -58,7 +58,7 @@ func (o *ShowRuntimeMapURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/nameserver/create_nameserver_parameters.go b/operations/nameserver/create_nameserver_parameters.go index ccbdf213..f22446f2 100644 --- a/operations/nameserver/create_nameserver_parameters.go +++ b/operations/nameserver/create_nameserver_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateNameserverParams creates a new CreateNameserverParams object diff --git a/operations/nameserver/create_nameserver_responses.go b/operations/nameserver/create_nameserver_responses.go index 0b5e82b5..578b89c4 100644 --- a/operations/nameserver/create_nameserver_responses.go +++ b/operations/nameserver/create_nameserver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateNameserverCreatedCode is the HTTP code returned for type CreateNameserverCreated diff --git a/operations/nameserver/create_nameserver_urlbuilder.go b/operations/nameserver/create_nameserver_urlbuilder.go index 9063481e..97618cba 100644 --- a/operations/nameserver/create_nameserver_urlbuilder.go +++ b/operations/nameserver/create_nameserver_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateNameserverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/nameserver/delete_nameserver_responses.go b/operations/nameserver/delete_nameserver_responses.go index 450ddb79..58cf3bc8 100644 --- a/operations/nameserver/delete_nameserver_responses.go +++ b/operations/nameserver/delete_nameserver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteNameserverAcceptedCode is the HTTP code returned for type DeleteNameserverAccepted diff --git a/operations/nameserver/delete_nameserver_urlbuilder.go b/operations/nameserver/delete_nameserver_urlbuilder.go index e12583f4..d07831fb 100644 --- a/operations/nameserver/delete_nameserver_urlbuilder.go +++ b/operations/nameserver/delete_nameserver_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteNameserverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/nameserver/get_nameserver.go b/operations/nameserver/get_nameserver.go index b9159796..db799c45 100644 --- a/operations/nameserver/get_nameserver.go +++ b/operations/nameserver/get_nameserver.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetNameserverHandlerFunc turns a function with the right signature into a get nameserver handler diff --git a/operations/nameserver/get_nameserver_responses.go b/operations/nameserver/get_nameserver_responses.go index 1ddc2de3..308d4723 100644 --- a/operations/nameserver/get_nameserver_responses.go +++ b/operations/nameserver/get_nameserver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetNameserverOKCode is the HTTP code returned for type GetNameserverOK diff --git a/operations/nameserver/get_nameserver_urlbuilder.go b/operations/nameserver/get_nameserver_urlbuilder.go index c2a3a0c6..110d1373 100644 --- a/operations/nameserver/get_nameserver_urlbuilder.go +++ b/operations/nameserver/get_nameserver_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetNameserverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/nameserver/get_nameservers.go b/operations/nameserver/get_nameservers.go index b38ad995..c9d95a64 100644 --- a/operations/nameserver/get_nameservers.go +++ b/operations/nameserver/get_nameservers.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetNameserversHandlerFunc turns a function with the right signature into a get nameservers handler diff --git a/operations/nameserver/get_nameservers_responses.go b/operations/nameserver/get_nameservers_responses.go index 213e30e6..c4cddffc 100644 --- a/operations/nameserver/get_nameservers_responses.go +++ b/operations/nameserver/get_nameservers_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetNameserversOKCode is the HTTP code returned for type GetNameserversOK diff --git a/operations/nameserver/get_nameservers_urlbuilder.go b/operations/nameserver/get_nameservers_urlbuilder.go index f4def149..3f243048 100644 --- a/operations/nameserver/get_nameservers_urlbuilder.go +++ b/operations/nameserver/get_nameservers_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetNameserversURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/nameserver/replace_nameserver_parameters.go b/operations/nameserver/replace_nameserver_parameters.go index 9ef87470..e182434f 100644 --- a/operations/nameserver/replace_nameserver_parameters.go +++ b/operations/nameserver/replace_nameserver_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceNameserverParams creates a new ReplaceNameserverParams object diff --git a/operations/nameserver/replace_nameserver_responses.go b/operations/nameserver/replace_nameserver_responses.go index a2993d13..16236cff 100644 --- a/operations/nameserver/replace_nameserver_responses.go +++ b/operations/nameserver/replace_nameserver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceNameserverOKCode is the HTTP code returned for type ReplaceNameserverOK diff --git a/operations/nameserver/replace_nameserver_urlbuilder.go b/operations/nameserver/replace_nameserver_urlbuilder.go index 09abd3e2..00e24f90 100644 --- a/operations/nameserver/replace_nameserver_urlbuilder.go +++ b/operations/nameserver/replace_nameserver_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceNameserverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer/create_peer_parameters.go b/operations/peer/create_peer_parameters.go index 192f9a95..264f9f44 100644 --- a/operations/peer/create_peer_parameters.go +++ b/operations/peer/create_peer_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreatePeerParams creates a new CreatePeerParams object diff --git a/operations/peer/create_peer_responses.go b/operations/peer/create_peer_responses.go index e82612ac..4c8641f9 100644 --- a/operations/peer/create_peer_responses.go +++ b/operations/peer/create_peer_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreatePeerCreatedCode is the HTTP code returned for type CreatePeerCreated diff --git a/operations/peer/create_peer_urlbuilder.go b/operations/peer/create_peer_urlbuilder.go index 447ea517..56ff3dc6 100644 --- a/operations/peer/create_peer_urlbuilder.go +++ b/operations/peer/create_peer_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreatePeerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer/delete_peer_responses.go b/operations/peer/delete_peer_responses.go index 5c8cdcde..4533e2f0 100644 --- a/operations/peer/delete_peer_responses.go +++ b/operations/peer/delete_peer_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeletePeerAcceptedCode is the HTTP code returned for type DeletePeerAccepted diff --git a/operations/peer/delete_peer_urlbuilder.go b/operations/peer/delete_peer_urlbuilder.go index a905bdf3..61f64999 100644 --- a/operations/peer/delete_peer_urlbuilder.go +++ b/operations/peer/delete_peer_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeletePeerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer/get_peer_section.go b/operations/peer/get_peer_section.go index bd7f58e8..f303c6a2 100644 --- a/operations/peer/get_peer_section.go +++ b/operations/peer/get_peer_section.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerSectionHandlerFunc turns a function with the right signature into a get peer section handler diff --git a/operations/peer/get_peer_section_responses.go b/operations/peer/get_peer_section_responses.go index 4fa05749..b8f82943 100644 --- a/operations/peer/get_peer_section_responses.go +++ b/operations/peer/get_peer_section_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerSectionOKCode is the HTTP code returned for type GetPeerSectionOK diff --git a/operations/peer/get_peer_section_urlbuilder.go b/operations/peer/get_peer_section_urlbuilder.go index 8152e1bb..4715568b 100644 --- a/operations/peer/get_peer_section_urlbuilder.go +++ b/operations/peer/get_peer_section_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetPeerSectionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer/get_peer_sections.go b/operations/peer/get_peer_sections.go index 9496bad3..29b3ac0f 100644 --- a/operations/peer/get_peer_sections.go +++ b/operations/peer/get_peer_sections.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerSectionsHandlerFunc turns a function with the right signature into a get peer sections handler diff --git a/operations/peer/get_peer_sections_responses.go b/operations/peer/get_peer_sections_responses.go index df56030c..e8ef6879 100644 --- a/operations/peer/get_peer_sections_responses.go +++ b/operations/peer/get_peer_sections_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerSectionsOKCode is the HTTP code returned for type GetPeerSectionsOK diff --git a/operations/peer/get_peer_sections_urlbuilder.go b/operations/peer/get_peer_sections_urlbuilder.go index 05fd532b..3854ae6a 100644 --- a/operations/peer/get_peer_sections_urlbuilder.go +++ b/operations/peer/get_peer_sections_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetPeerSectionsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer_entry/create_peer_entry_parameters.go b/operations/peer_entry/create_peer_entry_parameters.go index 9a373f55..bc3fae24 100644 --- a/operations/peer_entry/create_peer_entry_parameters.go +++ b/operations/peer_entry/create_peer_entry_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreatePeerEntryParams creates a new CreatePeerEntryParams object diff --git a/operations/peer_entry/create_peer_entry_responses.go b/operations/peer_entry/create_peer_entry_responses.go index 68fa8d41..cdf33d77 100644 --- a/operations/peer_entry/create_peer_entry_responses.go +++ b/operations/peer_entry/create_peer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreatePeerEntryCreatedCode is the HTTP code returned for type CreatePeerEntryCreated diff --git a/operations/peer_entry/create_peer_entry_urlbuilder.go b/operations/peer_entry/create_peer_entry_urlbuilder.go index 8266f8c2..15feff03 100644 --- a/operations/peer_entry/create_peer_entry_urlbuilder.go +++ b/operations/peer_entry/create_peer_entry_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreatePeerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer_entry/delete_peer_entry_responses.go b/operations/peer_entry/delete_peer_entry_responses.go index 4adf0e99..4711ffed 100644 --- a/operations/peer_entry/delete_peer_entry_responses.go +++ b/operations/peer_entry/delete_peer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeletePeerEntryAcceptedCode is the HTTP code returned for type DeletePeerEntryAccepted diff --git a/operations/peer_entry/delete_peer_entry_urlbuilder.go b/operations/peer_entry/delete_peer_entry_urlbuilder.go index 5d1f437d..5f7f0bbc 100644 --- a/operations/peer_entry/delete_peer_entry_urlbuilder.go +++ b/operations/peer_entry/delete_peer_entry_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeletePeerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer_entry/get_peer_entries.go b/operations/peer_entry/get_peer_entries.go index bdf099c4..a89d348a 100644 --- a/operations/peer_entry/get_peer_entries.go +++ b/operations/peer_entry/get_peer_entries.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerEntriesHandlerFunc turns a function with the right signature into a get peer entries handler diff --git a/operations/peer_entry/get_peer_entries_responses.go b/operations/peer_entry/get_peer_entries_responses.go index be9c8316..a1ddcb75 100644 --- a/operations/peer_entry/get_peer_entries_responses.go +++ b/operations/peer_entry/get_peer_entries_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerEntriesOKCode is the HTTP code returned for type GetPeerEntriesOK diff --git a/operations/peer_entry/get_peer_entries_urlbuilder.go b/operations/peer_entry/get_peer_entries_urlbuilder.go index 55854138..301a0adb 100644 --- a/operations/peer_entry/get_peer_entries_urlbuilder.go +++ b/operations/peer_entry/get_peer_entries_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetPeerEntriesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer_entry/get_peer_entry.go b/operations/peer_entry/get_peer_entry.go index 81ee60db..613be8b9 100644 --- a/operations/peer_entry/get_peer_entry.go +++ b/operations/peer_entry/get_peer_entry.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerEntryHandlerFunc turns a function with the right signature into a get peer entry handler diff --git a/operations/peer_entry/get_peer_entry_responses.go b/operations/peer_entry/get_peer_entry_responses.go index d715460c..2fb46099 100644 --- a/operations/peer_entry/get_peer_entry_responses.go +++ b/operations/peer_entry/get_peer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetPeerEntryOKCode is the HTTP code returned for type GetPeerEntryOK diff --git a/operations/peer_entry/get_peer_entry_urlbuilder.go b/operations/peer_entry/get_peer_entry_urlbuilder.go index bac06739..0f1f0ab0 100644 --- a/operations/peer_entry/get_peer_entry_urlbuilder.go +++ b/operations/peer_entry/get_peer_entry_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetPeerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/peer_entry/replace_peer_entry_parameters.go b/operations/peer_entry/replace_peer_entry_parameters.go index f3c95380..401d8a98 100644 --- a/operations/peer_entry/replace_peer_entry_parameters.go +++ b/operations/peer_entry/replace_peer_entry_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplacePeerEntryParams creates a new ReplacePeerEntryParams object diff --git a/operations/peer_entry/replace_peer_entry_responses.go b/operations/peer_entry/replace_peer_entry_responses.go index d8739507..849eba1d 100644 --- a/operations/peer_entry/replace_peer_entry_responses.go +++ b/operations/peer_entry/replace_peer_entry_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplacePeerEntryOKCode is the HTTP code returned for type ReplacePeerEntryOK diff --git a/operations/peer_entry/replace_peer_entry_urlbuilder.go b/operations/peer_entry/replace_peer_entry_urlbuilder.go index fec8310e..6687009b 100644 --- a/operations/peer_entry/replace_peer_entry_urlbuilder.go +++ b/operations/peer_entry/replace_peer_entry_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplacePeerEntryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/process_manager/create_program_parameters.go b/operations/process_manager/create_program_parameters.go index ca359f0b..d8c28ebd 100644 --- a/operations/process_manager/create_program_parameters.go +++ b/operations/process_manager/create_program_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateProgramParams creates a new CreateProgramParams object diff --git a/operations/process_manager/create_program_responses.go b/operations/process_manager/create_program_responses.go index 28c25ccb..73f767bd 100644 --- a/operations/process_manager/create_program_responses.go +++ b/operations/process_manager/create_program_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateProgramCreatedCode is the HTTP code returned for type CreateProgramCreated diff --git a/operations/process_manager/create_program_urlbuilder.go b/operations/process_manager/create_program_urlbuilder.go index 1461e9c1..d321c588 100644 --- a/operations/process_manager/create_program_urlbuilder.go +++ b/operations/process_manager/create_program_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateProgramURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/process_manager/delete_program_responses.go b/operations/process_manager/delete_program_responses.go index dac50cf7..c72bd61a 100644 --- a/operations/process_manager/delete_program_responses.go +++ b/operations/process_manager/delete_program_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteProgramAcceptedCode is the HTTP code returned for type DeleteProgramAccepted diff --git a/operations/process_manager/delete_program_urlbuilder.go b/operations/process_manager/delete_program_urlbuilder.go index 6f3d4453..359024da 100644 --- a/operations/process_manager/delete_program_urlbuilder.go +++ b/operations/process_manager/delete_program_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteProgramURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/process_manager/get_program.go b/operations/process_manager/get_program.go index 3e75b1fc..56046551 100644 --- a/operations/process_manager/get_program.go +++ b/operations/process_manager/get_program.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetProgramHandlerFunc turns a function with the right signature into a get program handler diff --git a/operations/process_manager/get_program_responses.go b/operations/process_manager/get_program_responses.go index e92acd13..f0fb67d8 100644 --- a/operations/process_manager/get_program_responses.go +++ b/operations/process_manager/get_program_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetProgramOKCode is the HTTP code returned for type GetProgramOK diff --git a/operations/process_manager/get_program_urlbuilder.go b/operations/process_manager/get_program_urlbuilder.go index 0feb6774..63cdb011 100644 --- a/operations/process_manager/get_program_urlbuilder.go +++ b/operations/process_manager/get_program_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetProgramURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/process_manager/get_programs.go b/operations/process_manager/get_programs.go index c4898f07..ddd6d731 100644 --- a/operations/process_manager/get_programs.go +++ b/operations/process_manager/get_programs.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetProgramsHandlerFunc turns a function with the right signature into a get programs handler diff --git a/operations/process_manager/get_programs_responses.go b/operations/process_manager/get_programs_responses.go index 195ecc80..333b31f5 100644 --- a/operations/process_manager/get_programs_responses.go +++ b/operations/process_manager/get_programs_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetProgramsOKCode is the HTTP code returned for type GetProgramsOK diff --git a/operations/process_manager/get_programs_urlbuilder.go b/operations/process_manager/get_programs_urlbuilder.go index 28fb5bcc..0ccc1c41 100644 --- a/operations/process_manager/get_programs_urlbuilder.go +++ b/operations/process_manager/get_programs_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetProgramsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/process_manager/replace_program_parameters.go b/operations/process_manager/replace_program_parameters.go index 343a0408..cfd4ae0d 100644 --- a/operations/process_manager/replace_program_parameters.go +++ b/operations/process_manager/replace_program_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceProgramParams creates a new ReplaceProgramParams object diff --git a/operations/process_manager/replace_program_responses.go b/operations/process_manager/replace_program_responses.go index c5a92aa8..8a9bb163 100644 --- a/operations/process_manager/replace_program_responses.go +++ b/operations/process_manager/replace_program_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceProgramOKCode is the HTTP code returned for type ReplaceProgramOK diff --git a/operations/process_manager/replace_program_urlbuilder.go b/operations/process_manager/replace_program_urlbuilder.go index fe8fae6e..09ba4217 100644 --- a/operations/process_manager/replace_program_urlbuilder.go +++ b/operations/process_manager/replace_program_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceProgramURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/reloads/get_reload_responses.go b/operations/reloads/get_reload_responses.go index e4eec9cb..b517beae 100644 --- a/operations/reloads/get_reload_responses.go +++ b/operations/reloads/get_reload_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetReloadOKCode is the HTTP code returned for type GetReloadOK diff --git a/operations/reloads/get_reload_urlbuilder.go b/operations/reloads/get_reload_urlbuilder.go index 2fbac31c..54dc0f0e 100644 --- a/operations/reloads/get_reload_urlbuilder.go +++ b/operations/reloads/get_reload_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetReloadURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/reloads/get_reloads_responses.go b/operations/reloads/get_reloads_responses.go index b7749dd1..5db1e148 100644 --- a/operations/reloads/get_reloads_responses.go +++ b/operations/reloads/get_reloads_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetReloadsOKCode is the HTTP code returned for type GetReloadsOK diff --git a/operations/reloads/get_reloads_urlbuilder.go b/operations/reloads/get_reloads_urlbuilder.go index dc762c15..80c592e4 100644 --- a/operations/reloads/get_reloads_urlbuilder.go +++ b/operations/reloads/get_reloads_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetReloadsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/resolver/create_resolver_parameters.go b/operations/resolver/create_resolver_parameters.go index 7dd5c0a8..8613497a 100644 --- a/operations/resolver/create_resolver_parameters.go +++ b/operations/resolver/create_resolver_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateResolverParams creates a new CreateResolverParams object diff --git a/operations/resolver/create_resolver_responses.go b/operations/resolver/create_resolver_responses.go index cdf6198d..bf10b333 100644 --- a/operations/resolver/create_resolver_responses.go +++ b/operations/resolver/create_resolver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateResolverCreatedCode is the HTTP code returned for type CreateResolverCreated diff --git a/operations/resolver/create_resolver_urlbuilder.go b/operations/resolver/create_resolver_urlbuilder.go index d33078f8..44609649 100644 --- a/operations/resolver/create_resolver_urlbuilder.go +++ b/operations/resolver/create_resolver_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateResolverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/resolver/delete_resolver_responses.go b/operations/resolver/delete_resolver_responses.go index 98d24420..0404f81d 100644 --- a/operations/resolver/delete_resolver_responses.go +++ b/operations/resolver/delete_resolver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteResolverAcceptedCode is the HTTP code returned for type DeleteResolverAccepted diff --git a/operations/resolver/delete_resolver_urlbuilder.go b/operations/resolver/delete_resolver_urlbuilder.go index 61a6d034..83caa6da 100644 --- a/operations/resolver/delete_resolver_urlbuilder.go +++ b/operations/resolver/delete_resolver_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteResolverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/resolver/get_resolver.go b/operations/resolver/get_resolver.go index 60e9d32b..f5f47d2c 100644 --- a/operations/resolver/get_resolver.go +++ b/operations/resolver/get_resolver.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetResolverHandlerFunc turns a function with the right signature into a get resolver handler diff --git a/operations/resolver/get_resolver_responses.go b/operations/resolver/get_resolver_responses.go index ec4942d6..25d7d7bf 100644 --- a/operations/resolver/get_resolver_responses.go +++ b/operations/resolver/get_resolver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetResolverOKCode is the HTTP code returned for type GetResolverOK diff --git a/operations/resolver/get_resolver_urlbuilder.go b/operations/resolver/get_resolver_urlbuilder.go index 4894d9a4..ad9d251d 100644 --- a/operations/resolver/get_resolver_urlbuilder.go +++ b/operations/resolver/get_resolver_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetResolverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/resolver/get_resolvers.go b/operations/resolver/get_resolvers.go index 5336d6c9..519ad789 100644 --- a/operations/resolver/get_resolvers.go +++ b/operations/resolver/get_resolvers.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetResolversHandlerFunc turns a function with the right signature into a get resolvers handler diff --git a/operations/resolver/get_resolvers_responses.go b/operations/resolver/get_resolvers_responses.go index 3b506f1b..0f1b58f7 100644 --- a/operations/resolver/get_resolvers_responses.go +++ b/operations/resolver/get_resolvers_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetResolversOKCode is the HTTP code returned for type GetResolversOK diff --git a/operations/resolver/get_resolvers_urlbuilder.go b/operations/resolver/get_resolvers_urlbuilder.go index 2bf4a5e7..bc8ca817 100644 --- a/operations/resolver/get_resolvers_urlbuilder.go +++ b/operations/resolver/get_resolvers_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetResolversURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/resolver/replace_resolver_parameters.go b/operations/resolver/replace_resolver_parameters.go index 594e4f0b..ae99aac9 100644 --- a/operations/resolver/replace_resolver_parameters.go +++ b/operations/resolver/replace_resolver_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceResolverParams creates a new ReplaceResolverParams object diff --git a/operations/resolver/replace_resolver_responses.go b/operations/resolver/replace_resolver_responses.go index 2369c1a7..e08cfbba 100644 --- a/operations/resolver/replace_resolver_responses.go +++ b/operations/resolver/replace_resolver_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceResolverOKCode is the HTTP code returned for type ReplaceResolverOK diff --git a/operations/resolver/replace_resolver_urlbuilder.go b/operations/resolver/replace_resolver_urlbuilder.go index f274b584..c8373925 100644 --- a/operations/resolver/replace_resolver_urlbuilder.go +++ b/operations/resolver/replace_resolver_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceResolverURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/ring/create_ring_parameters.go b/operations/ring/create_ring_parameters.go index 6462d86f..023fdafe 100644 --- a/operations/ring/create_ring_parameters.go +++ b/operations/ring/create_ring_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateRingParams creates a new CreateRingParams object diff --git a/operations/ring/create_ring_responses.go b/operations/ring/create_ring_responses.go index 172569b6..e87270af 100644 --- a/operations/ring/create_ring_responses.go +++ b/operations/ring/create_ring_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateRingCreatedCode is the HTTP code returned for type CreateRingCreated diff --git a/operations/ring/create_ring_urlbuilder.go b/operations/ring/create_ring_urlbuilder.go index 44cf5ebc..18a3413d 100644 --- a/operations/ring/create_ring_urlbuilder.go +++ b/operations/ring/create_ring_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateRingURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/ring/delete_ring_responses.go b/operations/ring/delete_ring_responses.go index 8247ea06..1eba0a88 100644 --- a/operations/ring/delete_ring_responses.go +++ b/operations/ring/delete_ring_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteRingAcceptedCode is the HTTP code returned for type DeleteRingAccepted diff --git a/operations/ring/delete_ring_urlbuilder.go b/operations/ring/delete_ring_urlbuilder.go index 7888defe..bd1def2f 100644 --- a/operations/ring/delete_ring_urlbuilder.go +++ b/operations/ring/delete_ring_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteRingURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/ring/get_ring.go b/operations/ring/get_ring.go index 442e0c36..1a695c5d 100644 --- a/operations/ring/get_ring.go +++ b/operations/ring/get_ring.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRingHandlerFunc turns a function with the right signature into a get ring handler diff --git a/operations/ring/get_ring_responses.go b/operations/ring/get_ring_responses.go index 1c456194..ec089976 100644 --- a/operations/ring/get_ring_responses.go +++ b/operations/ring/get_ring_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRingOKCode is the HTTP code returned for type GetRingOK diff --git a/operations/ring/get_ring_urlbuilder.go b/operations/ring/get_ring_urlbuilder.go index 6f8450e8..b2bb579f 100644 --- a/operations/ring/get_ring_urlbuilder.go +++ b/operations/ring/get_ring_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetRingURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/ring/get_rings.go b/operations/ring/get_rings.go index 785cc8da..c848b3b1 100644 --- a/operations/ring/get_rings.go +++ b/operations/ring/get_rings.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRingsHandlerFunc turns a function with the right signature into a get rings handler diff --git a/operations/ring/get_rings_responses.go b/operations/ring/get_rings_responses.go index e3cea871..d6bf9c9b 100644 --- a/operations/ring/get_rings_responses.go +++ b/operations/ring/get_rings_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRingsOKCode is the HTTP code returned for type GetRingsOK diff --git a/operations/ring/get_rings_urlbuilder.go b/operations/ring/get_rings_urlbuilder.go index c600cba5..2e951830 100644 --- a/operations/ring/get_rings_urlbuilder.go +++ b/operations/ring/get_rings_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetRingsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/ring/replace_ring_parameters.go b/operations/ring/replace_ring_parameters.go index 44aff722..f2e5c7be 100644 --- a/operations/ring/replace_ring_parameters.go +++ b/operations/ring/replace_ring_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceRingParams creates a new ReplaceRingParams object diff --git a/operations/ring/replace_ring_responses.go b/operations/ring/replace_ring_responses.go index 3f6a25ac..6ea5b533 100644 --- a/operations/ring/replace_ring_responses.go +++ b/operations/ring/replace_ring_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceRingOKCode is the HTTP code returned for type ReplaceRingOK diff --git a/operations/ring/replace_ring_urlbuilder.go b/operations/ring/replace_ring_urlbuilder.go index 186e13cf..0aa5836f 100644 --- a/operations/ring/replace_ring_urlbuilder.go +++ b/operations/ring/replace_ring_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceRingURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/add_runtime_server_parameters.go b/operations/server/add_runtime_server_parameters.go index 4b314b86..95128d38 100644 --- a/operations/server/add_runtime_server_parameters.go +++ b/operations/server/add_runtime_server_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewAddRuntimeServerParams creates a new AddRuntimeServerParams object diff --git a/operations/server/add_runtime_server_responses.go b/operations/server/add_runtime_server_responses.go index 729ffca7..989b10f3 100644 --- a/operations/server/add_runtime_server_responses.go +++ b/operations/server/add_runtime_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // AddRuntimeServerCreatedCode is the HTTP code returned for type AddRuntimeServerCreated diff --git a/operations/server/add_runtime_server_urlbuilder.go b/operations/server/add_runtime_server_urlbuilder.go index 582498b0..23ec9eeb 100644 --- a/operations/server/add_runtime_server_urlbuilder.go +++ b/operations/server/add_runtime_server_urlbuilder.go @@ -58,7 +58,7 @@ func (o *AddRuntimeServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/create_server_parameters.go b/operations/server/create_server_parameters.go index 2d2f7615..57a1e416 100644 --- a/operations/server/create_server_parameters.go +++ b/operations/server/create_server_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateServerParams creates a new CreateServerParams object diff --git a/operations/server/create_server_responses.go b/operations/server/create_server_responses.go index 4753f046..269f60b7 100644 --- a/operations/server/create_server_responses.go +++ b/operations/server/create_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateServerCreatedCode is the HTTP code returned for type CreateServerCreated diff --git a/operations/server/create_server_urlbuilder.go b/operations/server/create_server_urlbuilder.go index a24585a9..4b190b48 100644 --- a/operations/server/create_server_urlbuilder.go +++ b/operations/server/create_server_urlbuilder.go @@ -65,7 +65,7 @@ func (o *CreateServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/delete_runtime_server_responses.go b/operations/server/delete_runtime_server_responses.go index 63327feb..c183c98a 100644 --- a/operations/server/delete_runtime_server_responses.go +++ b/operations/server/delete_runtime_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteRuntimeServerNoContentCode is the HTTP code returned for type DeleteRuntimeServerNoContent diff --git a/operations/server/delete_runtime_server_urlbuilder.go b/operations/server/delete_runtime_server_urlbuilder.go index 3901f28c..e39df605 100644 --- a/operations/server/delete_runtime_server_urlbuilder.go +++ b/operations/server/delete_runtime_server_urlbuilder.go @@ -68,7 +68,7 @@ func (o *DeleteRuntimeServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/delete_server_responses.go b/operations/server/delete_server_responses.go index ba3ea768..eee2f691 100644 --- a/operations/server/delete_server_responses.go +++ b/operations/server/delete_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteServerAcceptedCode is the HTTP code returned for type DeleteServerAccepted diff --git a/operations/server/delete_server_urlbuilder.go b/operations/server/delete_server_urlbuilder.go index 4b93d084..e47874a7 100644 --- a/operations/server/delete_server_urlbuilder.go +++ b/operations/server/delete_server_urlbuilder.go @@ -75,7 +75,7 @@ func (o *DeleteServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/get_runtime_server_responses.go b/operations/server/get_runtime_server_responses.go index 308a5b3a..e94ff044 100644 --- a/operations/server/get_runtime_server_responses.go +++ b/operations/server/get_runtime_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRuntimeServerOKCode is the HTTP code returned for type GetRuntimeServerOK diff --git a/operations/server/get_runtime_server_urlbuilder.go b/operations/server/get_runtime_server_urlbuilder.go index 0fb2b6ab..2e803347 100644 --- a/operations/server/get_runtime_server_urlbuilder.go +++ b/operations/server/get_runtime_server_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetRuntimeServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/get_runtime_servers_responses.go b/operations/server/get_runtime_servers_responses.go index 3a38e9eb..477799a6 100644 --- a/operations/server/get_runtime_servers_responses.go +++ b/operations/server/get_runtime_servers_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetRuntimeServersOKCode is the HTTP code returned for type GetRuntimeServersOK diff --git a/operations/server/get_runtime_servers_urlbuilder.go b/operations/server/get_runtime_servers_urlbuilder.go index 70f9ff4d..2be1c3c4 100644 --- a/operations/server/get_runtime_servers_urlbuilder.go +++ b/operations/server/get_runtime_servers_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetRuntimeServersURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/get_server.go b/operations/server/get_server.go index 168097a7..ce062cbf 100644 --- a/operations/server/get_server.go +++ b/operations/server/get_server.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerHandlerFunc turns a function with the right signature into a get server handler diff --git a/operations/server/get_server_responses.go b/operations/server/get_server_responses.go index 8741fe1d..4d08c8f4 100644 --- a/operations/server/get_server_responses.go +++ b/operations/server/get_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerOKCode is the HTTP code returned for type GetServerOK diff --git a/operations/server/get_server_urlbuilder.go b/operations/server/get_server_urlbuilder.go index 62ae2d17..480ad821 100644 --- a/operations/server/get_server_urlbuilder.go +++ b/operations/server/get_server_urlbuilder.go @@ -71,7 +71,7 @@ func (o *GetServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/get_servers.go b/operations/server/get_servers.go index c38cf0e3..d92b9724 100644 --- a/operations/server/get_servers.go +++ b/operations/server/get_servers.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServersHandlerFunc turns a function with the right signature into a get servers handler diff --git a/operations/server/get_servers_responses.go b/operations/server/get_servers_responses.go index cc35ad52..b3bda326 100644 --- a/operations/server/get_servers_responses.go +++ b/operations/server/get_servers_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServersOKCode is the HTTP code returned for type GetServersOK diff --git a/operations/server/get_servers_urlbuilder.go b/operations/server/get_servers_urlbuilder.go index 11e7ca93..d3379608 100644 --- a/operations/server/get_servers_urlbuilder.go +++ b/operations/server/get_servers_urlbuilder.go @@ -61,7 +61,7 @@ func (o *GetServersURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/replace_runtime_server_parameters.go b/operations/server/replace_runtime_server_parameters.go index 5b15c8de..b6b6d752 100644 --- a/operations/server/replace_runtime_server_parameters.go +++ b/operations/server/replace_runtime_server_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceRuntimeServerParams creates a new ReplaceRuntimeServerParams object diff --git a/operations/server/replace_runtime_server_responses.go b/operations/server/replace_runtime_server_responses.go index c097fcde..3f1010d5 100644 --- a/operations/server/replace_runtime_server_responses.go +++ b/operations/server/replace_runtime_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceRuntimeServerOKCode is the HTTP code returned for type ReplaceRuntimeServerOK diff --git a/operations/server/replace_runtime_server_urlbuilder.go b/operations/server/replace_runtime_server_urlbuilder.go index 51b8cf75..b0fbab0f 100644 --- a/operations/server/replace_runtime_server_urlbuilder.go +++ b/operations/server/replace_runtime_server_urlbuilder.go @@ -68,7 +68,7 @@ func (o *ReplaceRuntimeServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server/replace_server_parameters.go b/operations/server/replace_server_parameters.go index 5c4d27ac..6f97e349 100644 --- a/operations/server/replace_server_parameters.go +++ b/operations/server/replace_server_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceServerParams creates a new ReplaceServerParams object diff --git a/operations/server/replace_server_responses.go b/operations/server/replace_server_responses.go index 6aa2531c..e3c4037b 100644 --- a/operations/server/replace_server_responses.go +++ b/operations/server/replace_server_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceServerOKCode is the HTTP code returned for type ReplaceServerOK diff --git a/operations/server/replace_server_urlbuilder.go b/operations/server/replace_server_urlbuilder.go index bb3592e7..ce1c56e6 100644 --- a/operations/server/replace_server_urlbuilder.go +++ b/operations/server/replace_server_urlbuilder.go @@ -75,7 +75,7 @@ func (o *ReplaceServerURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_switching_rule/create_server_switching_rule_parameters.go b/operations/server_switching_rule/create_server_switching_rule_parameters.go index 6fafcc08..e85e6cd5 100644 --- a/operations/server_switching_rule/create_server_switching_rule_parameters.go +++ b/operations/server_switching_rule/create_server_switching_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateServerSwitchingRuleParams creates a new CreateServerSwitchingRuleParams object diff --git a/operations/server_switching_rule/create_server_switching_rule_responses.go b/operations/server_switching_rule/create_server_switching_rule_responses.go index f5d965a6..7a8a879b 100644 --- a/operations/server_switching_rule/create_server_switching_rule_responses.go +++ b/operations/server_switching_rule/create_server_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateServerSwitchingRuleCreatedCode is the HTTP code returned for type CreateServerSwitchingRuleCreated diff --git a/operations/server_switching_rule/create_server_switching_rule_urlbuilder.go b/operations/server_switching_rule/create_server_switching_rule_urlbuilder.go index ed779757..6c0b1930 100644 --- a/operations/server_switching_rule/create_server_switching_rule_urlbuilder.go +++ b/operations/server_switching_rule/create_server_switching_rule_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateServerSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_switching_rule/delete_server_switching_rule_responses.go b/operations/server_switching_rule/delete_server_switching_rule_responses.go index 58049ccd..23fd47af 100644 --- a/operations/server_switching_rule/delete_server_switching_rule_responses.go +++ b/operations/server_switching_rule/delete_server_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteServerSwitchingRuleAcceptedCode is the HTTP code returned for type DeleteServerSwitchingRuleAccepted diff --git a/operations/server_switching_rule/delete_server_switching_rule_urlbuilder.go b/operations/server_switching_rule/delete_server_switching_rule_urlbuilder.go index 55e35408..928609e9 100644 --- a/operations/server_switching_rule/delete_server_switching_rule_urlbuilder.go +++ b/operations/server_switching_rule/delete_server_switching_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteServerSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_switching_rule/get_server_switching_rule.go b/operations/server_switching_rule/get_server_switching_rule.go index 56467435..5a913eda 100644 --- a/operations/server_switching_rule/get_server_switching_rule.go +++ b/operations/server_switching_rule/get_server_switching_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerSwitchingRuleHandlerFunc turns a function with the right signature into a get server switching rule handler diff --git a/operations/server_switching_rule/get_server_switching_rule_responses.go b/operations/server_switching_rule/get_server_switching_rule_responses.go index ad907283..4fc8b180 100644 --- a/operations/server_switching_rule/get_server_switching_rule_responses.go +++ b/operations/server_switching_rule/get_server_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerSwitchingRuleOKCode is the HTTP code returned for type GetServerSwitchingRuleOK diff --git a/operations/server_switching_rule/get_server_switching_rule_urlbuilder.go b/operations/server_switching_rule/get_server_switching_rule_urlbuilder.go index 1268b15c..f79f1669 100644 --- a/operations/server_switching_rule/get_server_switching_rule_urlbuilder.go +++ b/operations/server_switching_rule/get_server_switching_rule_urlbuilder.go @@ -71,7 +71,7 @@ func (o *GetServerSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_switching_rule/get_server_switching_rules.go b/operations/server_switching_rule/get_server_switching_rules.go index f382a4d7..13258dca 100644 --- a/operations/server_switching_rule/get_server_switching_rules.go +++ b/operations/server_switching_rule/get_server_switching_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerSwitchingRulesHandlerFunc turns a function with the right signature into a get server switching rules handler diff --git a/operations/server_switching_rule/get_server_switching_rules_responses.go b/operations/server_switching_rule/get_server_switching_rules_responses.go index ba90cb71..3519516d 100644 --- a/operations/server_switching_rule/get_server_switching_rules_responses.go +++ b/operations/server_switching_rule/get_server_switching_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerSwitchingRulesOKCode is the HTTP code returned for type GetServerSwitchingRulesOK diff --git a/operations/server_switching_rule/get_server_switching_rules_urlbuilder.go b/operations/server_switching_rule/get_server_switching_rules_urlbuilder.go index 0f1cc5cb..83f80330 100644 --- a/operations/server_switching_rule/get_server_switching_rules_urlbuilder.go +++ b/operations/server_switching_rule/get_server_switching_rules_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetServerSwitchingRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_switching_rule/replace_server_switching_rule_parameters.go b/operations/server_switching_rule/replace_server_switching_rule_parameters.go index f8af0271..39473f74 100644 --- a/operations/server_switching_rule/replace_server_switching_rule_parameters.go +++ b/operations/server_switching_rule/replace_server_switching_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceServerSwitchingRuleParams creates a new ReplaceServerSwitchingRuleParams object diff --git a/operations/server_switching_rule/replace_server_switching_rule_responses.go b/operations/server_switching_rule/replace_server_switching_rule_responses.go index dd3059b1..e92b93bd 100644 --- a/operations/server_switching_rule/replace_server_switching_rule_responses.go +++ b/operations/server_switching_rule/replace_server_switching_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceServerSwitchingRuleOKCode is the HTTP code returned for type ReplaceServerSwitchingRuleOK diff --git a/operations/server_switching_rule/replace_server_switching_rule_urlbuilder.go b/operations/server_switching_rule/replace_server_switching_rule_urlbuilder.go index ef0d606c..81403cb9 100644 --- a/operations/server_switching_rule/replace_server_switching_rule_urlbuilder.go +++ b/operations/server_switching_rule/replace_server_switching_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceServerSwitchingRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_template/create_server_template_parameters.go b/operations/server_template/create_server_template_parameters.go index 7c062e19..3b1678ae 100644 --- a/operations/server_template/create_server_template_parameters.go +++ b/operations/server_template/create_server_template_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateServerTemplateParams creates a new CreateServerTemplateParams object diff --git a/operations/server_template/create_server_template_responses.go b/operations/server_template/create_server_template_responses.go index 024591a4..f77ae071 100644 --- a/operations/server_template/create_server_template_responses.go +++ b/operations/server_template/create_server_template_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateServerTemplateCreatedCode is the HTTP code returned for type CreateServerTemplateCreated diff --git a/operations/server_template/create_server_template_urlbuilder.go b/operations/server_template/create_server_template_urlbuilder.go index 33f47f44..a77aee31 100644 --- a/operations/server_template/create_server_template_urlbuilder.go +++ b/operations/server_template/create_server_template_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateServerTemplateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_template/delete_server_template_responses.go b/operations/server_template/delete_server_template_responses.go index d258d721..20b0f13b 100644 --- a/operations/server_template/delete_server_template_responses.go +++ b/operations/server_template/delete_server_template_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteServerTemplateAcceptedCode is the HTTP code returned for type DeleteServerTemplateAccepted diff --git a/operations/server_template/delete_server_template_urlbuilder.go b/operations/server_template/delete_server_template_urlbuilder.go index 50ed9b06..b7b16d98 100644 --- a/operations/server_template/delete_server_template_urlbuilder.go +++ b/operations/server_template/delete_server_template_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteServerTemplateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_template/get_server_template.go b/operations/server_template/get_server_template.go index dbf3aae6..4d19f22f 100644 --- a/operations/server_template/get_server_template.go +++ b/operations/server_template/get_server_template.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerTemplateHandlerFunc turns a function with the right signature into a get server template handler diff --git a/operations/server_template/get_server_template_responses.go b/operations/server_template/get_server_template_responses.go index a696bb50..84106289 100644 --- a/operations/server_template/get_server_template_responses.go +++ b/operations/server_template/get_server_template_responses.go @@ -26,7 +26,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerTemplateOKCode is the HTTP code returned for type GetServerTemplateOK diff --git a/operations/server_template/get_server_template_urlbuilder.go b/operations/server_template/get_server_template_urlbuilder.go index 47fa3c06..23d41719 100644 --- a/operations/server_template/get_server_template_urlbuilder.go +++ b/operations/server_template/get_server_template_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetServerTemplateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_template/get_server_templates.go b/operations/server_template/get_server_templates.go index c5bd60d1..7678bb1f 100644 --- a/operations/server_template/get_server_templates.go +++ b/operations/server_template/get_server_templates.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerTemplatesHandlerFunc turns a function with the right signature into a get server templates handler diff --git a/operations/server_template/get_server_templates_responses.go b/operations/server_template/get_server_templates_responses.go index 7f3f928b..00941517 100644 --- a/operations/server_template/get_server_templates_responses.go +++ b/operations/server_template/get_server_templates_responses.go @@ -26,7 +26,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetServerTemplatesOKCode is the HTTP code returned for type GetServerTemplatesOK diff --git a/operations/server_template/get_server_templates_urlbuilder.go b/operations/server_template/get_server_templates_urlbuilder.go index a88a920f..fc74a256 100644 --- a/operations/server_template/get_server_templates_urlbuilder.go +++ b/operations/server_template/get_server_templates_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetServerTemplatesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/server_template/replace_server_template_parameters.go b/operations/server_template/replace_server_template_parameters.go index c4bd6b08..91e40b1b 100644 --- a/operations/server_template/replace_server_template_parameters.go +++ b/operations/server_template/replace_server_template_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceServerTemplateParams creates a new ReplaceServerTemplateParams object diff --git a/operations/server_template/replace_server_template_responses.go b/operations/server_template/replace_server_template_responses.go index 9d50e541..68e085d0 100644 --- a/operations/server_template/replace_server_template_responses.go +++ b/operations/server_template/replace_server_template_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceServerTemplateOKCode is the HTTP code returned for type ReplaceServerTemplateOK diff --git a/operations/server_template/replace_server_template_urlbuilder.go b/operations/server_template/replace_server_template_urlbuilder.go index 22eda618..cf744ec6 100644 --- a/operations/server_template/replace_server_template_urlbuilder.go +++ b/operations/server_template/replace_server_template_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceServerTemplateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/create_a_w_s_region_parameters.go b/operations/service_discovery/create_a_w_s_region_parameters.go index b5814aeb..ecd3afb7 100644 --- a/operations/service_discovery/create_a_w_s_region_parameters.go +++ b/operations/service_discovery/create_a_w_s_region_parameters.go @@ -28,7 +28,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateAWSRegionParams creates a new CreateAWSRegionParams object diff --git a/operations/service_discovery/create_a_w_s_region_responses.go b/operations/service_discovery/create_a_w_s_region_responses.go index 1eeccf8d..beea8307 100644 --- a/operations/service_discovery/create_a_w_s_region_responses.go +++ b/operations/service_discovery/create_a_w_s_region_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateAWSRegionCreatedCode is the HTTP code returned for type CreateAWSRegionCreated diff --git a/operations/service_discovery/create_a_w_s_region_urlbuilder.go b/operations/service_discovery/create_a_w_s_region_urlbuilder.go index 9f245435..e346f5c8 100644 --- a/operations/service_discovery/create_a_w_s_region_urlbuilder.go +++ b/operations/service_discovery/create_a_w_s_region_urlbuilder.go @@ -54,7 +54,7 @@ func (o *CreateAWSRegionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/create_consul_parameters.go b/operations/service_discovery/create_consul_parameters.go index 016bab74..5ab49ad7 100644 --- a/operations/service_discovery/create_consul_parameters.go +++ b/operations/service_discovery/create_consul_parameters.go @@ -28,7 +28,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateConsulParams creates a new CreateConsulParams object diff --git a/operations/service_discovery/create_consul_responses.go b/operations/service_discovery/create_consul_responses.go index fae9f338..1e1ec03c 100644 --- a/operations/service_discovery/create_consul_responses.go +++ b/operations/service_discovery/create_consul_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateConsulCreatedCode is the HTTP code returned for type CreateConsulCreated diff --git a/operations/service_discovery/create_consul_urlbuilder.go b/operations/service_discovery/create_consul_urlbuilder.go index a7b4d6c2..40a391ba 100644 --- a/operations/service_discovery/create_consul_urlbuilder.go +++ b/operations/service_discovery/create_consul_urlbuilder.go @@ -54,7 +54,7 @@ func (o *CreateConsulURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/delete_a_w_s_region_responses.go b/operations/service_discovery/delete_a_w_s_region_responses.go index f3d39303..47364ebd 100644 --- a/operations/service_discovery/delete_a_w_s_region_responses.go +++ b/operations/service_discovery/delete_a_w_s_region_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteAWSRegionNoContentCode is the HTTP code returned for type DeleteAWSRegionNoContent diff --git a/operations/service_discovery/delete_a_w_s_region_urlbuilder.go b/operations/service_discovery/delete_a_w_s_region_urlbuilder.go index 9472b48b..5f00ecd8 100644 --- a/operations/service_discovery/delete_a_w_s_region_urlbuilder.go +++ b/operations/service_discovery/delete_a_w_s_region_urlbuilder.go @@ -66,7 +66,7 @@ func (o *DeleteAWSRegionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/delete_consul_responses.go b/operations/service_discovery/delete_consul_responses.go index ee771794..8641b0e8 100644 --- a/operations/service_discovery/delete_consul_responses.go +++ b/operations/service_discovery/delete_consul_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteConsulNoContentCode is the HTTP code returned for type DeleteConsulNoContent diff --git a/operations/service_discovery/delete_consul_urlbuilder.go b/operations/service_discovery/delete_consul_urlbuilder.go index 1f3b8391..8be789ed 100644 --- a/operations/service_discovery/delete_consul_urlbuilder.go +++ b/operations/service_discovery/delete_consul_urlbuilder.go @@ -66,7 +66,7 @@ func (o *DeleteConsulURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/get_a_w_s_region.go b/operations/service_discovery/get_a_w_s_region.go index 11433bbd..b02aa785 100644 --- a/operations/service_discovery/get_a_w_s_region.go +++ b/operations/service_discovery/get_a_w_s_region.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAWSRegionHandlerFunc turns a function with the right signature into a get a w s region handler diff --git a/operations/service_discovery/get_a_w_s_region_responses.go b/operations/service_discovery/get_a_w_s_region_responses.go index 9169e3eb..838e2e6b 100644 --- a/operations/service_discovery/get_a_w_s_region_responses.go +++ b/operations/service_discovery/get_a_w_s_region_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAWSRegionOKCode is the HTTP code returned for type GetAWSRegionOK diff --git a/operations/service_discovery/get_a_w_s_region_urlbuilder.go b/operations/service_discovery/get_a_w_s_region_urlbuilder.go index 67397344..363cd8fd 100644 --- a/operations/service_discovery/get_a_w_s_region_urlbuilder.go +++ b/operations/service_discovery/get_a_w_s_region_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetAWSRegionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/get_a_w_s_regions.go b/operations/service_discovery/get_a_w_s_regions.go index a66f506e..cb669cf5 100644 --- a/operations/service_discovery/get_a_w_s_regions.go +++ b/operations/service_discovery/get_a_w_s_regions.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAWSRegionsHandlerFunc turns a function with the right signature into a get a w s regions handler diff --git a/operations/service_discovery/get_a_w_s_regions_responses.go b/operations/service_discovery/get_a_w_s_regions_responses.go index 346dc7e9..d342e3e7 100644 --- a/operations/service_discovery/get_a_w_s_regions_responses.go +++ b/operations/service_discovery/get_a_w_s_regions_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAWSRegionsOKCode is the HTTP code returned for type GetAWSRegionsOK diff --git a/operations/service_discovery/get_a_w_s_regions_urlbuilder.go b/operations/service_discovery/get_a_w_s_regions_urlbuilder.go index 18a15816..51369a4f 100644 --- a/operations/service_discovery/get_a_w_s_regions_urlbuilder.go +++ b/operations/service_discovery/get_a_w_s_regions_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetAWSRegionsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/get_consul.go b/operations/service_discovery/get_consul.go index 2962c1ba..f8a88f46 100644 --- a/operations/service_discovery/get_consul.go +++ b/operations/service_discovery/get_consul.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetConsulHandlerFunc turns a function with the right signature into a get consul handler diff --git a/operations/service_discovery/get_consul_responses.go b/operations/service_discovery/get_consul_responses.go index ba5a6d21..f3eb544d 100644 --- a/operations/service_discovery/get_consul_responses.go +++ b/operations/service_discovery/get_consul_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetConsulOKCode is the HTTP code returned for type GetConsulOK diff --git a/operations/service_discovery/get_consul_urlbuilder.go b/operations/service_discovery/get_consul_urlbuilder.go index 15b0b3db..67b838ef 100644 --- a/operations/service_discovery/get_consul_urlbuilder.go +++ b/operations/service_discovery/get_consul_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetConsulURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/get_consuls.go b/operations/service_discovery/get_consuls.go index 1c0fa588..622c17aa 100644 --- a/operations/service_discovery/get_consuls.go +++ b/operations/service_discovery/get_consuls.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetConsulsHandlerFunc turns a function with the right signature into a get consuls handler diff --git a/operations/service_discovery/get_consuls_responses.go b/operations/service_discovery/get_consuls_responses.go index 7b4ca81b..450aec89 100644 --- a/operations/service_discovery/get_consuls_responses.go +++ b/operations/service_discovery/get_consuls_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetConsulsOKCode is the HTTP code returned for type GetConsulsOK diff --git a/operations/service_discovery/get_consuls_urlbuilder.go b/operations/service_discovery/get_consuls_urlbuilder.go index b042edcb..7984adc2 100644 --- a/operations/service_discovery/get_consuls_urlbuilder.go +++ b/operations/service_discovery/get_consuls_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetConsulsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/replace_a_w_s_region_parameters.go b/operations/service_discovery/replace_a_w_s_region_parameters.go index 5d11cc51..4420b391 100644 --- a/operations/service_discovery/replace_a_w_s_region_parameters.go +++ b/operations/service_discovery/replace_a_w_s_region_parameters.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/strfmt" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceAWSRegionParams creates a new ReplaceAWSRegionParams object diff --git a/operations/service_discovery/replace_a_w_s_region_responses.go b/operations/service_discovery/replace_a_w_s_region_responses.go index d5fb564a..cd6441f3 100644 --- a/operations/service_discovery/replace_a_w_s_region_responses.go +++ b/operations/service_discovery/replace_a_w_s_region_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceAWSRegionOKCode is the HTTP code returned for type ReplaceAWSRegionOK diff --git a/operations/service_discovery/replace_a_w_s_region_urlbuilder.go b/operations/service_discovery/replace_a_w_s_region_urlbuilder.go index a52ffc49..7debc427 100644 --- a/operations/service_discovery/replace_a_w_s_region_urlbuilder.go +++ b/operations/service_discovery/replace_a_w_s_region_urlbuilder.go @@ -66,7 +66,7 @@ func (o *ReplaceAWSRegionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/service_discovery/replace_consul_parameters.go b/operations/service_discovery/replace_consul_parameters.go index efcb56ed..a583f78f 100644 --- a/operations/service_discovery/replace_consul_parameters.go +++ b/operations/service_discovery/replace_consul_parameters.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/strfmt" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceConsulParams creates a new ReplaceConsulParams object diff --git a/operations/service_discovery/replace_consul_responses.go b/operations/service_discovery/replace_consul_responses.go index 5448b77c..24b08cb3 100644 --- a/operations/service_discovery/replace_consul_responses.go +++ b/operations/service_discovery/replace_consul_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceConsulOKCode is the HTTP code returned for type ReplaceConsulOK diff --git a/operations/service_discovery/replace_consul_urlbuilder.go b/operations/service_discovery/replace_consul_urlbuilder.go index 9550fbea..4b325830 100644 --- a/operations/service_discovery/replace_consul_urlbuilder.go +++ b/operations/service_discovery/replace_consul_urlbuilder.go @@ -66,7 +66,7 @@ func (o *ReplaceConsulURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/sites/create_site_parameters.go b/operations/sites/create_site_parameters.go index 995ce985..d511ad29 100644 --- a/operations/sites/create_site_parameters.go +++ b/operations/sites/create_site_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateSiteParams creates a new CreateSiteParams object diff --git a/operations/sites/create_site_responses.go b/operations/sites/create_site_responses.go index d6d7914a..78297363 100644 --- a/operations/sites/create_site_responses.go +++ b/operations/sites/create_site_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateSiteCreatedCode is the HTTP code returned for type CreateSiteCreated diff --git a/operations/sites/create_site_urlbuilder.go b/operations/sites/create_site_urlbuilder.go index 7f8d00ff..9c9892d8 100644 --- a/operations/sites/create_site_urlbuilder.go +++ b/operations/sites/create_site_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateSiteURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/sites/delete_site_responses.go b/operations/sites/delete_site_responses.go index a72a02c0..f9a50791 100644 --- a/operations/sites/delete_site_responses.go +++ b/operations/sites/delete_site_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteSiteAcceptedCode is the HTTP code returned for type DeleteSiteAccepted diff --git a/operations/sites/delete_site_urlbuilder.go b/operations/sites/delete_site_urlbuilder.go index b40294e0..c4370c31 100644 --- a/operations/sites/delete_site_urlbuilder.go +++ b/operations/sites/delete_site_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteSiteURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/sites/get_site.go b/operations/sites/get_site.go index e7c7c728..274f8369 100644 --- a/operations/sites/get_site.go +++ b/operations/sites/get_site.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSiteHandlerFunc turns a function with the right signature into a get site handler diff --git a/operations/sites/get_site_responses.go b/operations/sites/get_site_responses.go index 7298f770..b7210ce2 100644 --- a/operations/sites/get_site_responses.go +++ b/operations/sites/get_site_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSiteOKCode is the HTTP code returned for type GetSiteOK diff --git a/operations/sites/get_site_urlbuilder.go b/operations/sites/get_site_urlbuilder.go index 0fc6244e..368da85d 100644 --- a/operations/sites/get_site_urlbuilder.go +++ b/operations/sites/get_site_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetSiteURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/sites/get_sites.go b/operations/sites/get_sites.go index b84a93cf..ed55ebed 100644 --- a/operations/sites/get_sites.go +++ b/operations/sites/get_sites.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSitesHandlerFunc turns a function with the right signature into a get sites handler diff --git a/operations/sites/get_sites_responses.go b/operations/sites/get_sites_responses.go index a75c8854..3316b753 100644 --- a/operations/sites/get_sites_responses.go +++ b/operations/sites/get_sites_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSitesOKCode is the HTTP code returned for type GetSitesOK diff --git a/operations/sites/get_sites_urlbuilder.go b/operations/sites/get_sites_urlbuilder.go index ff059687..bb73d878 100644 --- a/operations/sites/get_sites_urlbuilder.go +++ b/operations/sites/get_sites_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetSitesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/sites/replace_site_parameters.go b/operations/sites/replace_site_parameters.go index 4b9ec0b3..5b6a449a 100644 --- a/operations/sites/replace_site_parameters.go +++ b/operations/sites/replace_site_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceSiteParams creates a new ReplaceSiteParams object diff --git a/operations/sites/replace_site_responses.go b/operations/sites/replace_site_responses.go index bd3ce204..08501e57 100644 --- a/operations/sites/replace_site_responses.go +++ b/operations/sites/replace_site_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceSiteOKCode is the HTTP code returned for type ReplaceSiteOK diff --git a/operations/sites/replace_site_urlbuilder.go b/operations/sites/replace_site_urlbuilder.go index b29fd97b..158a42aa 100644 --- a/operations/sites/replace_site_urlbuilder.go +++ b/operations/sites/replace_site_urlbuilder.go @@ -72,7 +72,7 @@ func (o *ReplaceSiteURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/specification/get_specification_responses.go b/operations/specification/get_specification_responses.go index 431d5563..ac1bc547 100644 --- a/operations/specification/get_specification_responses.go +++ b/operations/specification/get_specification_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpecificationOKCode is the HTTP code returned for type GetSpecificationOK diff --git a/operations/specification/get_specification_urlbuilder.go b/operations/specification/get_specification_urlbuilder.go index 869d0f27..86e513da 100644 --- a/operations/specification/get_specification_urlbuilder.go +++ b/operations/specification/get_specification_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetSpecificationURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/specification_openapiv3/get_openapiv3_specification_responses.go b/operations/specification_openapiv3/get_openapiv3_specification_responses.go index eb4fb89a..5dd2ac48 100644 --- a/operations/specification_openapiv3/get_openapiv3_specification_responses.go +++ b/operations/specification_openapiv3/get_openapiv3_specification_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetOpenapiv3SpecificationOKCode is the HTTP code returned for type GetOpenapiv3SpecificationOK diff --git a/operations/specification_openapiv3/get_openapiv3_specification_urlbuilder.go b/operations/specification_openapiv3/get_openapiv3_specification_urlbuilder.go index d9bf5d39..b5ae907f 100644 --- a/operations/specification_openapiv3/get_openapiv3_specification_urlbuilder.go +++ b/operations/specification_openapiv3/get_openapiv3_specification_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetOpenapiv3SpecificationURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/create_spoe_agent_parameters.go b/operations/spoe/create_spoe_agent_parameters.go index e483abc3..c6498c88 100644 --- a/operations/spoe/create_spoe_agent_parameters.go +++ b/operations/spoe/create_spoe_agent_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateSpoeAgentParams creates a new CreateSpoeAgentParams object diff --git a/operations/spoe/create_spoe_agent_responses.go b/operations/spoe/create_spoe_agent_responses.go index 6930a9b5..d985d6fa 100644 --- a/operations/spoe/create_spoe_agent_responses.go +++ b/operations/spoe/create_spoe_agent_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateSpoeAgentCreatedCode is the HTTP code returned for type CreateSpoeAgentCreated diff --git a/operations/spoe/create_spoe_agent_urlbuilder.go b/operations/spoe/create_spoe_agent_urlbuilder.go index c0d5300e..3fd6ad5d 100644 --- a/operations/spoe/create_spoe_agent_urlbuilder.go +++ b/operations/spoe/create_spoe_agent_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateSpoeAgentURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/create_spoe_group_parameters.go b/operations/spoe/create_spoe_group_parameters.go index 509a674a..461e94be 100644 --- a/operations/spoe/create_spoe_group_parameters.go +++ b/operations/spoe/create_spoe_group_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateSpoeGroupParams creates a new CreateSpoeGroupParams object diff --git a/operations/spoe/create_spoe_group_responses.go b/operations/spoe/create_spoe_group_responses.go index 54e9d24e..4dbd3592 100644 --- a/operations/spoe/create_spoe_group_responses.go +++ b/operations/spoe/create_spoe_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateSpoeGroupCreatedCode is the HTTP code returned for type CreateSpoeGroupCreated diff --git a/operations/spoe/create_spoe_group_urlbuilder.go b/operations/spoe/create_spoe_group_urlbuilder.go index 64ec1daf..114618c8 100644 --- a/operations/spoe/create_spoe_group_urlbuilder.go +++ b/operations/spoe/create_spoe_group_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateSpoeGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/create_spoe_message_parameters.go b/operations/spoe/create_spoe_message_parameters.go index 502f9587..a6eff8b9 100644 --- a/operations/spoe/create_spoe_message_parameters.go +++ b/operations/spoe/create_spoe_message_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateSpoeMessageParams creates a new CreateSpoeMessageParams object diff --git a/operations/spoe/create_spoe_message_responses.go b/operations/spoe/create_spoe_message_responses.go index 1011a469..0a0c14d4 100644 --- a/operations/spoe/create_spoe_message_responses.go +++ b/operations/spoe/create_spoe_message_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateSpoeMessageCreatedCode is the HTTP code returned for type CreateSpoeMessageCreated diff --git a/operations/spoe/create_spoe_message_urlbuilder.go b/operations/spoe/create_spoe_message_urlbuilder.go index 7a48470b..d64ede1a 100644 --- a/operations/spoe/create_spoe_message_urlbuilder.go +++ b/operations/spoe/create_spoe_message_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateSpoeMessageURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/create_spoe_responses.go b/operations/spoe/create_spoe_responses.go index 61aa09c8..571bef79 100644 --- a/operations/spoe/create_spoe_responses.go +++ b/operations/spoe/create_spoe_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateSpoeCreatedCode is the HTTP code returned for type CreateSpoeCreated diff --git a/operations/spoe/create_spoe_scope_parameters.go b/operations/spoe/create_spoe_scope_parameters.go index 9841b4d9..0b3722ce 100644 --- a/operations/spoe/create_spoe_scope_parameters.go +++ b/operations/spoe/create_spoe_scope_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateSpoeScopeParams creates a new CreateSpoeScopeParams object diff --git a/operations/spoe/create_spoe_scope_responses.go b/operations/spoe/create_spoe_scope_responses.go index 855eac74..48ea63c2 100644 --- a/operations/spoe/create_spoe_scope_responses.go +++ b/operations/spoe/create_spoe_scope_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateSpoeScopeCreatedCode is the HTTP code returned for type CreateSpoeScopeCreated diff --git a/operations/spoe/create_spoe_scope_urlbuilder.go b/operations/spoe/create_spoe_scope_urlbuilder.go index 64b63a17..13d1a8eb 100644 --- a/operations/spoe/create_spoe_scope_urlbuilder.go +++ b/operations/spoe/create_spoe_scope_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateSpoeScopeURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/create_spoe_urlbuilder.go b/operations/spoe/create_spoe_urlbuilder.go index 2f3dda2f..a6b81d78 100644 --- a/operations/spoe/create_spoe_urlbuilder.go +++ b/operations/spoe/create_spoe_urlbuilder.go @@ -54,7 +54,7 @@ func (o *CreateSpoeURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/delete_spoe_agent_responses.go b/operations/spoe/delete_spoe_agent_responses.go index 5b6984c5..afcf6277 100644 --- a/operations/spoe/delete_spoe_agent_responses.go +++ b/operations/spoe/delete_spoe_agent_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteSpoeAgentNoContentCode is the HTTP code returned for type DeleteSpoeAgentNoContent diff --git a/operations/spoe/delete_spoe_agent_urlbuilder.go b/operations/spoe/delete_spoe_agent_urlbuilder.go index a4922262..70c936d0 100644 --- a/operations/spoe/delete_spoe_agent_urlbuilder.go +++ b/operations/spoe/delete_spoe_agent_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteSpoeAgentURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/delete_spoe_file_responses.go b/operations/spoe/delete_spoe_file_responses.go index bba45503..cfd4a1ed 100644 --- a/operations/spoe/delete_spoe_file_responses.go +++ b/operations/spoe/delete_spoe_file_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteSpoeFileNoContentCode is the HTTP code returned for type DeleteSpoeFileNoContent diff --git a/operations/spoe/delete_spoe_file_urlbuilder.go b/operations/spoe/delete_spoe_file_urlbuilder.go index 3959904a..f88e4dee 100644 --- a/operations/spoe/delete_spoe_file_urlbuilder.go +++ b/operations/spoe/delete_spoe_file_urlbuilder.go @@ -66,7 +66,7 @@ func (o *DeleteSpoeFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/delete_spoe_group_responses.go b/operations/spoe/delete_spoe_group_responses.go index 130d2035..cf39598e 100644 --- a/operations/spoe/delete_spoe_group_responses.go +++ b/operations/spoe/delete_spoe_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteSpoeGroupNoContentCode is the HTTP code returned for type DeleteSpoeGroupNoContent diff --git a/operations/spoe/delete_spoe_group_urlbuilder.go b/operations/spoe/delete_spoe_group_urlbuilder.go index 7eb7bb5c..466c7bb3 100644 --- a/operations/spoe/delete_spoe_group_urlbuilder.go +++ b/operations/spoe/delete_spoe_group_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteSpoeGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/delete_spoe_message_responses.go b/operations/spoe/delete_spoe_message_responses.go index e4b7109d..0283771d 100644 --- a/operations/spoe/delete_spoe_message_responses.go +++ b/operations/spoe/delete_spoe_message_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteSpoeMessageNoContentCode is the HTTP code returned for type DeleteSpoeMessageNoContent diff --git a/operations/spoe/delete_spoe_message_urlbuilder.go b/operations/spoe/delete_spoe_message_urlbuilder.go index 0e2d60c0..5147fffb 100644 --- a/operations/spoe/delete_spoe_message_urlbuilder.go +++ b/operations/spoe/delete_spoe_message_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteSpoeMessageURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/delete_spoe_scope_responses.go b/operations/spoe/delete_spoe_scope_responses.go index 00451781..d58df513 100644 --- a/operations/spoe/delete_spoe_scope_responses.go +++ b/operations/spoe/delete_spoe_scope_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteSpoeScopeNoContentCode is the HTTP code returned for type DeleteSpoeScopeNoContent diff --git a/operations/spoe/delete_spoe_scope_urlbuilder.go b/operations/spoe/delete_spoe_scope_urlbuilder.go index ce16ef77..6a03afe3 100644 --- a/operations/spoe/delete_spoe_scope_urlbuilder.go +++ b/operations/spoe/delete_spoe_scope_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteSpoeScopeURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_all_spoe_files_responses.go b/operations/spoe/get_all_spoe_files_responses.go index 0596b40c..18d90136 100644 --- a/operations/spoe/get_all_spoe_files_responses.go +++ b/operations/spoe/get_all_spoe_files_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAllSpoeFilesOKCode is the HTTP code returned for type GetAllSpoeFilesOK diff --git a/operations/spoe/get_all_spoe_files_urlbuilder.go b/operations/spoe/get_all_spoe_files_urlbuilder.go index 6ebfe805..0eb2ce03 100644 --- a/operations/spoe/get_all_spoe_files_urlbuilder.go +++ b/operations/spoe/get_all_spoe_files_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetAllSpoeFilesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_one_spoe_file_responses.go b/operations/spoe/get_one_spoe_file_responses.go index c1de4384..e4cedce3 100644 --- a/operations/spoe/get_one_spoe_file_responses.go +++ b/operations/spoe/get_one_spoe_file_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetOneSpoeFileOKCode is the HTTP code returned for type GetOneSpoeFileOK diff --git a/operations/spoe/get_one_spoe_file_urlbuilder.go b/operations/spoe/get_one_spoe_file_urlbuilder.go index 2e8a5d5d..e31af6d4 100644 --- a/operations/spoe/get_one_spoe_file_urlbuilder.go +++ b/operations/spoe/get_one_spoe_file_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetOneSpoeFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_agent.go b/operations/spoe/get_spoe_agent.go index ae069450..c5fbec63 100644 --- a/operations/spoe/get_spoe_agent.go +++ b/operations/spoe/get_spoe_agent.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeAgentHandlerFunc turns a function with the right signature into a get spoe agent handler diff --git a/operations/spoe/get_spoe_agent_responses.go b/operations/spoe/get_spoe_agent_responses.go index aad02610..ff4fbfde 100644 --- a/operations/spoe/get_spoe_agent_responses.go +++ b/operations/spoe/get_spoe_agent_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeAgentOKCode is the HTTP code returned for type GetSpoeAgentOK diff --git a/operations/spoe/get_spoe_agent_urlbuilder.go b/operations/spoe/get_spoe_agent_urlbuilder.go index 93a938c0..8343b0bf 100644 --- a/operations/spoe/get_spoe_agent_urlbuilder.go +++ b/operations/spoe/get_spoe_agent_urlbuilder.go @@ -70,7 +70,7 @@ func (o *GetSpoeAgentURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_agents.go b/operations/spoe/get_spoe_agents.go index fee4a318..c13f72ea 100644 --- a/operations/spoe/get_spoe_agents.go +++ b/operations/spoe/get_spoe_agents.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeAgentsHandlerFunc turns a function with the right signature into a get spoe agents handler diff --git a/operations/spoe/get_spoe_agents_responses.go b/operations/spoe/get_spoe_agents_responses.go index a042a1f2..d5e9ee1b 100644 --- a/operations/spoe/get_spoe_agents_responses.go +++ b/operations/spoe/get_spoe_agents_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeAgentsOKCode is the HTTP code returned for type GetSpoeAgentsOK diff --git a/operations/spoe/get_spoe_agents_urlbuilder.go b/operations/spoe/get_spoe_agents_urlbuilder.go index a3c49d8d..bbc293e0 100644 --- a/operations/spoe/get_spoe_agents_urlbuilder.go +++ b/operations/spoe/get_spoe_agents_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetSpoeAgentsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_configuration_version_responses.go b/operations/spoe/get_spoe_configuration_version_responses.go index 658087d1..a1233690 100644 --- a/operations/spoe/get_spoe_configuration_version_responses.go +++ b/operations/spoe/get_spoe_configuration_version_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeConfigurationVersionOKCode is the HTTP code returned for type GetSpoeConfigurationVersionOK diff --git a/operations/spoe/get_spoe_configuration_version_urlbuilder.go b/operations/spoe/get_spoe_configuration_version_urlbuilder.go index 3e628ffb..0f115432 100644 --- a/operations/spoe/get_spoe_configuration_version_urlbuilder.go +++ b/operations/spoe/get_spoe_configuration_version_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetSpoeConfigurationVersionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_group.go b/operations/spoe/get_spoe_group.go index 11adac0f..b8c87597 100644 --- a/operations/spoe/get_spoe_group.go +++ b/operations/spoe/get_spoe_group.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeGroupHandlerFunc turns a function with the right signature into a get spoe group handler diff --git a/operations/spoe/get_spoe_group_responses.go b/operations/spoe/get_spoe_group_responses.go index 85d9cf50..2b3d2145 100644 --- a/operations/spoe/get_spoe_group_responses.go +++ b/operations/spoe/get_spoe_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeGroupOKCode is the HTTP code returned for type GetSpoeGroupOK diff --git a/operations/spoe/get_spoe_group_urlbuilder.go b/operations/spoe/get_spoe_group_urlbuilder.go index 9f1a5d31..9470d1ec 100644 --- a/operations/spoe/get_spoe_group_urlbuilder.go +++ b/operations/spoe/get_spoe_group_urlbuilder.go @@ -70,7 +70,7 @@ func (o *GetSpoeGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_groups.go b/operations/spoe/get_spoe_groups.go index 86493611..5457188f 100644 --- a/operations/spoe/get_spoe_groups.go +++ b/operations/spoe/get_spoe_groups.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeGroupsHandlerFunc turns a function with the right signature into a get spoe groups handler diff --git a/operations/spoe/get_spoe_groups_responses.go b/operations/spoe/get_spoe_groups_responses.go index 8e7bbf38..65f805ec 100644 --- a/operations/spoe/get_spoe_groups_responses.go +++ b/operations/spoe/get_spoe_groups_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeGroupsOKCode is the HTTP code returned for type GetSpoeGroupsOK diff --git a/operations/spoe/get_spoe_groups_urlbuilder.go b/operations/spoe/get_spoe_groups_urlbuilder.go index 970376a7..c0dac430 100644 --- a/operations/spoe/get_spoe_groups_urlbuilder.go +++ b/operations/spoe/get_spoe_groups_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetSpoeGroupsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_message.go b/operations/spoe/get_spoe_message.go index ef18f06e..80cb5375 100644 --- a/operations/spoe/get_spoe_message.go +++ b/operations/spoe/get_spoe_message.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeMessageHandlerFunc turns a function with the right signature into a get spoe message handler diff --git a/operations/spoe/get_spoe_message_responses.go b/operations/spoe/get_spoe_message_responses.go index c241ccd6..3cab8953 100644 --- a/operations/spoe/get_spoe_message_responses.go +++ b/operations/spoe/get_spoe_message_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeMessageOKCode is the HTTP code returned for type GetSpoeMessageOK diff --git a/operations/spoe/get_spoe_message_urlbuilder.go b/operations/spoe/get_spoe_message_urlbuilder.go index 3964b50f..799356bc 100644 --- a/operations/spoe/get_spoe_message_urlbuilder.go +++ b/operations/spoe/get_spoe_message_urlbuilder.go @@ -70,7 +70,7 @@ func (o *GetSpoeMessageURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_messages.go b/operations/spoe/get_spoe_messages.go index 5f66470a..6018f4d0 100644 --- a/operations/spoe/get_spoe_messages.go +++ b/operations/spoe/get_spoe_messages.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeMessagesHandlerFunc turns a function with the right signature into a get spoe messages handler diff --git a/operations/spoe/get_spoe_messages_responses.go b/operations/spoe/get_spoe_messages_responses.go index f0e2fc48..282bdeab 100644 --- a/operations/spoe/get_spoe_messages_responses.go +++ b/operations/spoe/get_spoe_messages_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeMessagesOKCode is the HTTP code returned for type GetSpoeMessagesOK diff --git a/operations/spoe/get_spoe_messages_urlbuilder.go b/operations/spoe/get_spoe_messages_urlbuilder.go index 3141c7fd..9b970c90 100644 --- a/operations/spoe/get_spoe_messages_urlbuilder.go +++ b/operations/spoe/get_spoe_messages_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetSpoeMessagesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_scope.go b/operations/spoe/get_spoe_scope.go index 7ea81d98..73c346ed 100644 --- a/operations/spoe/get_spoe_scope.go +++ b/operations/spoe/get_spoe_scope.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeScopeHandlerFunc turns a function with the right signature into a get spoe scope handler diff --git a/operations/spoe/get_spoe_scope_responses.go b/operations/spoe/get_spoe_scope_responses.go index 204e2a30..87abb796 100644 --- a/operations/spoe/get_spoe_scope_responses.go +++ b/operations/spoe/get_spoe_scope_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeScopeOKCode is the HTTP code returned for type GetSpoeScopeOK diff --git a/operations/spoe/get_spoe_scope_urlbuilder.go b/operations/spoe/get_spoe_scope_urlbuilder.go index b21d802f..b4945b77 100644 --- a/operations/spoe/get_spoe_scope_urlbuilder.go +++ b/operations/spoe/get_spoe_scope_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetSpoeScopeURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/get_spoe_scopes.go b/operations/spoe/get_spoe_scopes.go index 26bcafa8..eaa4d81c 100644 --- a/operations/spoe/get_spoe_scopes.go +++ b/operations/spoe/get_spoe_scopes.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeScopesHandlerFunc turns a function with the right signature into a get spoe scopes handler diff --git a/operations/spoe/get_spoe_scopes_responses.go b/operations/spoe/get_spoe_scopes_responses.go index b5b2f972..c306df28 100644 --- a/operations/spoe/get_spoe_scopes_responses.go +++ b/operations/spoe/get_spoe_scopes_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeScopesOKCode is the HTTP code returned for type GetSpoeScopesOK diff --git a/operations/spoe/get_spoe_scopes_urlbuilder.go b/operations/spoe/get_spoe_scopes_urlbuilder.go index 1fa819a5..36f95b43 100644 --- a/operations/spoe/get_spoe_scopes_urlbuilder.go +++ b/operations/spoe/get_spoe_scopes_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetSpoeScopesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/replace_spoe_agent_parameters.go b/operations/spoe/replace_spoe_agent_parameters.go index ccda8023..32aabe86 100644 --- a/operations/spoe/replace_spoe_agent_parameters.go +++ b/operations/spoe/replace_spoe_agent_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceSpoeAgentParams creates a new ReplaceSpoeAgentParams object diff --git a/operations/spoe/replace_spoe_agent_responses.go b/operations/spoe/replace_spoe_agent_responses.go index a4bead70..74af8f21 100644 --- a/operations/spoe/replace_spoe_agent_responses.go +++ b/operations/spoe/replace_spoe_agent_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceSpoeAgentOKCode is the HTTP code returned for type ReplaceSpoeAgentOK diff --git a/operations/spoe/replace_spoe_agent_urlbuilder.go b/operations/spoe/replace_spoe_agent_urlbuilder.go index b2ece5ab..3ec32da6 100644 --- a/operations/spoe/replace_spoe_agent_urlbuilder.go +++ b/operations/spoe/replace_spoe_agent_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceSpoeAgentURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/replace_spoe_group_parameters.go b/operations/spoe/replace_spoe_group_parameters.go index c7cfabbb..54171cf2 100644 --- a/operations/spoe/replace_spoe_group_parameters.go +++ b/operations/spoe/replace_spoe_group_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceSpoeGroupParams creates a new ReplaceSpoeGroupParams object diff --git a/operations/spoe/replace_spoe_group_responses.go b/operations/spoe/replace_spoe_group_responses.go index 4ad44be9..32d47ac5 100644 --- a/operations/spoe/replace_spoe_group_responses.go +++ b/operations/spoe/replace_spoe_group_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceSpoeGroupOKCode is the HTTP code returned for type ReplaceSpoeGroupOK diff --git a/operations/spoe/replace_spoe_group_urlbuilder.go b/operations/spoe/replace_spoe_group_urlbuilder.go index c8f23b06..b39d8fd2 100644 --- a/operations/spoe/replace_spoe_group_urlbuilder.go +++ b/operations/spoe/replace_spoe_group_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceSpoeGroupURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe/replace_spoe_message_parameters.go b/operations/spoe/replace_spoe_message_parameters.go index efdb6c62..f780ca2b 100644 --- a/operations/spoe/replace_spoe_message_parameters.go +++ b/operations/spoe/replace_spoe_message_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceSpoeMessageParams creates a new ReplaceSpoeMessageParams object diff --git a/operations/spoe/replace_spoe_message_responses.go b/operations/spoe/replace_spoe_message_responses.go index f31cce64..1fc8352e 100644 --- a/operations/spoe/replace_spoe_message_responses.go +++ b/operations/spoe/replace_spoe_message_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceSpoeMessageOKCode is the HTTP code returned for type ReplaceSpoeMessageOK diff --git a/operations/spoe/replace_spoe_message_urlbuilder.go b/operations/spoe/replace_spoe_message_urlbuilder.go index 167a9624..f6e70649 100644 --- a/operations/spoe/replace_spoe_message_urlbuilder.go +++ b/operations/spoe/replace_spoe_message_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceSpoeMessageURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe_transactions/commit_spoe_transaction_responses.go b/operations/spoe_transactions/commit_spoe_transaction_responses.go index b8af19f7..3efa6a27 100644 --- a/operations/spoe_transactions/commit_spoe_transaction_responses.go +++ b/operations/spoe_transactions/commit_spoe_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CommitSpoeTransactionOKCode is the HTTP code returned for type CommitSpoeTransactionOK diff --git a/operations/spoe_transactions/commit_spoe_transaction_urlbuilder.go b/operations/spoe_transactions/commit_spoe_transaction_urlbuilder.go index 879c7bf8..cb9cb36b 100644 --- a/operations/spoe_transactions/commit_spoe_transaction_urlbuilder.go +++ b/operations/spoe_transactions/commit_spoe_transaction_urlbuilder.go @@ -71,7 +71,7 @@ func (o *CommitSpoeTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe_transactions/delete_spoe_transaction_responses.go b/operations/spoe_transactions/delete_spoe_transaction_responses.go index b3be3fed..f4968d67 100644 --- a/operations/spoe_transactions/delete_spoe_transaction_responses.go +++ b/operations/spoe_transactions/delete_spoe_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteSpoeTransactionNoContentCode is the HTTP code returned for type DeleteSpoeTransactionNoContent diff --git a/operations/spoe_transactions/delete_spoe_transaction_urlbuilder.go b/operations/spoe_transactions/delete_spoe_transaction_urlbuilder.go index 0dd21535..37d8ffdf 100644 --- a/operations/spoe_transactions/delete_spoe_transaction_urlbuilder.go +++ b/operations/spoe_transactions/delete_spoe_transaction_urlbuilder.go @@ -68,7 +68,7 @@ func (o *DeleteSpoeTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe_transactions/get_spoe_transaction_responses.go b/operations/spoe_transactions/get_spoe_transaction_responses.go index 83474e24..c83facaf 100644 --- a/operations/spoe_transactions/get_spoe_transaction_responses.go +++ b/operations/spoe_transactions/get_spoe_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeTransactionOKCode is the HTTP code returned for type GetSpoeTransactionOK diff --git a/operations/spoe_transactions/get_spoe_transaction_urlbuilder.go b/operations/spoe_transactions/get_spoe_transaction_urlbuilder.go index e1305c02..9ed4401d 100644 --- a/operations/spoe_transactions/get_spoe_transaction_urlbuilder.go +++ b/operations/spoe_transactions/get_spoe_transaction_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetSpoeTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe_transactions/get_spoe_transactions_responses.go b/operations/spoe_transactions/get_spoe_transactions_responses.go index 9167332d..a142a53c 100644 --- a/operations/spoe_transactions/get_spoe_transactions_responses.go +++ b/operations/spoe_transactions/get_spoe_transactions_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetSpoeTransactionsOKCode is the HTTP code returned for type GetSpoeTransactionsOK diff --git a/operations/spoe_transactions/get_spoe_transactions_urlbuilder.go b/operations/spoe_transactions/get_spoe_transactions_urlbuilder.go index 5754649f..8fcbb3b9 100644 --- a/operations/spoe_transactions/get_spoe_transactions_urlbuilder.go +++ b/operations/spoe_transactions/get_spoe_transactions_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetSpoeTransactionsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/spoe_transactions/start_spoe_transaction_responses.go b/operations/spoe_transactions/start_spoe_transaction_responses.go index 6cb49b7c..816cc982 100644 --- a/operations/spoe_transactions/start_spoe_transaction_responses.go +++ b/operations/spoe_transactions/start_spoe_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // StartSpoeTransactionCreatedCode is the HTTP code returned for type StartSpoeTransactionCreated diff --git a/operations/spoe_transactions/start_spoe_transaction_urlbuilder.go b/operations/spoe_transactions/start_spoe_transaction_urlbuilder.go index 0529ba59..2ed3a4b6 100644 --- a/operations/spoe_transactions/start_spoe_transaction_urlbuilder.go +++ b/operations/spoe_transactions/start_spoe_transaction_urlbuilder.go @@ -61,7 +61,7 @@ func (o *StartSpoeTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stats/get_stats_responses.go b/operations/stats/get_stats_responses.go index 38e3c3f6..8f0a67d1 100644 --- a/operations/stats/get_stats_responses.go +++ b/operations/stats/get_stats_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStatsOKCode is the HTTP code returned for type GetStatsOK diff --git a/operations/stats/get_stats_urlbuilder.go b/operations/stats/get_stats_urlbuilder.go index 59784bf2..fc30b406 100644 --- a/operations/stats/get_stats_urlbuilder.go +++ b/operations/stats/get_stats_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetStatsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_rule/create_stick_rule_parameters.go b/operations/stick_rule/create_stick_rule_parameters.go index 2126c057..5c8be20b 100644 --- a/operations/stick_rule/create_stick_rule_parameters.go +++ b/operations/stick_rule/create_stick_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateStickRuleParams creates a new CreateStickRuleParams object diff --git a/operations/stick_rule/create_stick_rule_responses.go b/operations/stick_rule/create_stick_rule_responses.go index 68b68f12..62251213 100644 --- a/operations/stick_rule/create_stick_rule_responses.go +++ b/operations/stick_rule/create_stick_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateStickRuleCreatedCode is the HTTP code returned for type CreateStickRuleCreated diff --git a/operations/stick_rule/create_stick_rule_urlbuilder.go b/operations/stick_rule/create_stick_rule_urlbuilder.go index f2663156..1ca88355 100644 --- a/operations/stick_rule/create_stick_rule_urlbuilder.go +++ b/operations/stick_rule/create_stick_rule_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateStickRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_rule/delete_stick_rule_responses.go b/operations/stick_rule/delete_stick_rule_responses.go index 1458d13f..3d63ae0b 100644 --- a/operations/stick_rule/delete_stick_rule_responses.go +++ b/operations/stick_rule/delete_stick_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteStickRuleAcceptedCode is the HTTP code returned for type DeleteStickRuleAccepted diff --git a/operations/stick_rule/delete_stick_rule_urlbuilder.go b/operations/stick_rule/delete_stick_rule_urlbuilder.go index 82699679..27986354 100644 --- a/operations/stick_rule/delete_stick_rule_urlbuilder.go +++ b/operations/stick_rule/delete_stick_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteStickRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_rule/get_stick_rule.go b/operations/stick_rule/get_stick_rule.go index 09f8bef3..50fb296d 100644 --- a/operations/stick_rule/get_stick_rule.go +++ b/operations/stick_rule/get_stick_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStickRuleHandlerFunc turns a function with the right signature into a get stick rule handler diff --git a/operations/stick_rule/get_stick_rule_responses.go b/operations/stick_rule/get_stick_rule_responses.go index c66fe972..2a61a48b 100644 --- a/operations/stick_rule/get_stick_rule_responses.go +++ b/operations/stick_rule/get_stick_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStickRuleOKCode is the HTTP code returned for type GetStickRuleOK diff --git a/operations/stick_rule/get_stick_rule_urlbuilder.go b/operations/stick_rule/get_stick_rule_urlbuilder.go index 0620d9b8..c1b7ba65 100644 --- a/operations/stick_rule/get_stick_rule_urlbuilder.go +++ b/operations/stick_rule/get_stick_rule_urlbuilder.go @@ -71,7 +71,7 @@ func (o *GetStickRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_rule/get_stick_rules.go b/operations/stick_rule/get_stick_rules.go index 3e7cd065..9d791a24 100644 --- a/operations/stick_rule/get_stick_rules.go +++ b/operations/stick_rule/get_stick_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStickRulesHandlerFunc turns a function with the right signature into a get stick rules handler diff --git a/operations/stick_rule/get_stick_rules_responses.go b/operations/stick_rule/get_stick_rules_responses.go index 572bb3be..0d38781c 100644 --- a/operations/stick_rule/get_stick_rules_responses.go +++ b/operations/stick_rule/get_stick_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStickRulesOKCode is the HTTP code returned for type GetStickRulesOK diff --git a/operations/stick_rule/get_stick_rules_urlbuilder.go b/operations/stick_rule/get_stick_rules_urlbuilder.go index 996a88e5..2a23bcfd 100644 --- a/operations/stick_rule/get_stick_rules_urlbuilder.go +++ b/operations/stick_rule/get_stick_rules_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetStickRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_rule/replace_stick_rule_parameters.go b/operations/stick_rule/replace_stick_rule_parameters.go index f1fe8779..b63ccf47 100644 --- a/operations/stick_rule/replace_stick_rule_parameters.go +++ b/operations/stick_rule/replace_stick_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceStickRuleParams creates a new ReplaceStickRuleParams object diff --git a/operations/stick_rule/replace_stick_rule_responses.go b/operations/stick_rule/replace_stick_rule_responses.go index 2b8f182c..ff3a2140 100644 --- a/operations/stick_rule/replace_stick_rule_responses.go +++ b/operations/stick_rule/replace_stick_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceStickRuleOKCode is the HTTP code returned for type ReplaceStickRuleOK diff --git a/operations/stick_rule/replace_stick_rule_urlbuilder.go b/operations/stick_rule/replace_stick_rule_urlbuilder.go index 170d8abf..c11cd350 100644 --- a/operations/stick_rule/replace_stick_rule_urlbuilder.go +++ b/operations/stick_rule/replace_stick_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceStickRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_table/get_stick_table_entries_responses.go b/operations/stick_table/get_stick_table_entries_responses.go index b909c7ac..a2f9aa6f 100644 --- a/operations/stick_table/get_stick_table_entries_responses.go +++ b/operations/stick_table/get_stick_table_entries_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStickTableEntriesOKCode is the HTTP code returned for type GetStickTableEntriesOK diff --git a/operations/stick_table/get_stick_table_entries_urlbuilder.go b/operations/stick_table/get_stick_table_entries_urlbuilder.go index 957fce80..32cda2a1 100644 --- a/operations/stick_table/get_stick_table_entries_urlbuilder.go +++ b/operations/stick_table/get_stick_table_entries_urlbuilder.go @@ -65,7 +65,7 @@ func (o *GetStickTableEntriesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_table/get_stick_table_responses.go b/operations/stick_table/get_stick_table_responses.go index c2b94232..789c7db1 100644 --- a/operations/stick_table/get_stick_table_responses.go +++ b/operations/stick_table/get_stick_table_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStickTableOKCode is the HTTP code returned for type GetStickTableOK diff --git a/operations/stick_table/get_stick_table_urlbuilder.go b/operations/stick_table/get_stick_table_urlbuilder.go index f3ee58f2..8d8eb4f1 100644 --- a/operations/stick_table/get_stick_table_urlbuilder.go +++ b/operations/stick_table/get_stick_table_urlbuilder.go @@ -70,7 +70,7 @@ func (o *GetStickTableURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_table/get_stick_tables_responses.go b/operations/stick_table/get_stick_tables_responses.go index a6a689f5..19b87552 100644 --- a/operations/stick_table/get_stick_tables_responses.go +++ b/operations/stick_table/get_stick_tables_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetStickTablesOKCode is the HTTP code returned for type GetStickTablesOK diff --git a/operations/stick_table/get_stick_tables_urlbuilder.go b/operations/stick_table/get_stick_tables_urlbuilder.go index 58647111..864273be 100644 --- a/operations/stick_table/get_stick_tables_urlbuilder.go +++ b/operations/stick_table/get_stick_tables_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetStickTablesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/stick_table/set_stick_table_entries.go b/operations/stick_table/set_stick_table_entries.go index 5b3aa3f1..67fa2451 100644 --- a/operations/stick_table/set_stick_table_entries.go +++ b/operations/stick_table/set_stick_table_entries.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // SetStickTableEntriesHandlerFunc turns a function with the right signature into a set stick table entries handler diff --git a/operations/stick_table/set_stick_table_entries_responses.go b/operations/stick_table/set_stick_table_entries_responses.go index 39358b76..8a16c9b7 100644 --- a/operations/stick_table/set_stick_table_entries_responses.go +++ b/operations/stick_table/set_stick_table_entries_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // SetStickTableEntriesNoContentCode is the HTTP code returned for type SetStickTableEntriesNoContent diff --git a/operations/stick_table/set_stick_table_entries_urlbuilder.go b/operations/stick_table/set_stick_table_entries_urlbuilder.go index 609608f4..0b2359c1 100644 --- a/operations/stick_table/set_stick_table_entries_urlbuilder.go +++ b/operations/stick_table/set_stick_table_entries_urlbuilder.go @@ -61,7 +61,7 @@ func (o *SetStickTableEntriesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/create_storage_general_file_responses.go b/operations/storage/create_storage_general_file_responses.go index cf22fb40..df2bef87 100644 --- a/operations/storage/create_storage_general_file_responses.go +++ b/operations/storage/create_storage_general_file_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateStorageGeneralFileCreatedCode is the HTTP code returned for type CreateStorageGeneralFileCreated diff --git a/operations/storage/create_storage_general_file_urlbuilder.go b/operations/storage/create_storage_general_file_urlbuilder.go index eeaa2353..5f4bbf0c 100644 --- a/operations/storage/create_storage_general_file_urlbuilder.go +++ b/operations/storage/create_storage_general_file_urlbuilder.go @@ -54,7 +54,7 @@ func (o *CreateStorageGeneralFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/create_storage_map_file_responses.go b/operations/storage/create_storage_map_file_responses.go index aaba1cff..03971ad5 100644 --- a/operations/storage/create_storage_map_file_responses.go +++ b/operations/storage/create_storage_map_file_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateStorageMapFileCreatedCode is the HTTP code returned for type CreateStorageMapFileCreated diff --git a/operations/storage/create_storage_map_file_urlbuilder.go b/operations/storage/create_storage_map_file_urlbuilder.go index 629ccf8b..0792a5fc 100644 --- a/operations/storage/create_storage_map_file_urlbuilder.go +++ b/operations/storage/create_storage_map_file_urlbuilder.go @@ -54,7 +54,7 @@ func (o *CreateStorageMapFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/create_storage_s_s_l_certificate_responses.go b/operations/storage/create_storage_s_s_l_certificate_responses.go index 78002e09..b4417c05 100644 --- a/operations/storage/create_storage_s_s_l_certificate_responses.go +++ b/operations/storage/create_storage_s_s_l_certificate_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateStorageSSLCertificateCreatedCode is the HTTP code returned for type CreateStorageSSLCertificateCreated diff --git a/operations/storage/create_storage_s_s_l_certificate_urlbuilder.go b/operations/storage/create_storage_s_s_l_certificate_urlbuilder.go index b421d172..88d3a121 100644 --- a/operations/storage/create_storage_s_s_l_certificate_urlbuilder.go +++ b/operations/storage/create_storage_s_s_l_certificate_urlbuilder.go @@ -60,7 +60,7 @@ func (o *CreateStorageSSLCertificateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/delete_storage_general_file_responses.go b/operations/storage/delete_storage_general_file_responses.go index 33b79784..38ca3318 100644 --- a/operations/storage/delete_storage_general_file_responses.go +++ b/operations/storage/delete_storage_general_file_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteStorageGeneralFileNoContentCode is the HTTP code returned for type DeleteStorageGeneralFileNoContent diff --git a/operations/storage/delete_storage_general_file_urlbuilder.go b/operations/storage/delete_storage_general_file_urlbuilder.go index 6f9e0b78..ef6e4d24 100644 --- a/operations/storage/delete_storage_general_file_urlbuilder.go +++ b/operations/storage/delete_storage_general_file_urlbuilder.go @@ -66,7 +66,7 @@ func (o *DeleteStorageGeneralFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/delete_storage_map_responses.go b/operations/storage/delete_storage_map_responses.go index fafcd838..786c6f54 100644 --- a/operations/storage/delete_storage_map_responses.go +++ b/operations/storage/delete_storage_map_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteStorageMapNoContentCode is the HTTP code returned for type DeleteStorageMapNoContent diff --git a/operations/storage/delete_storage_map_urlbuilder.go b/operations/storage/delete_storage_map_urlbuilder.go index c3ea278e..7d8f9dd4 100644 --- a/operations/storage/delete_storage_map_urlbuilder.go +++ b/operations/storage/delete_storage_map_urlbuilder.go @@ -66,7 +66,7 @@ func (o *DeleteStorageMapURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/delete_storage_s_s_l_certificate_responses.go b/operations/storage/delete_storage_s_s_l_certificate_responses.go index d99462df..c50c912d 100644 --- a/operations/storage/delete_storage_s_s_l_certificate_responses.go +++ b/operations/storage/delete_storage_s_s_l_certificate_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteStorageSSLCertificateAcceptedCode is the HTTP code returned for type DeleteStorageSSLCertificateAccepted diff --git a/operations/storage/delete_storage_s_s_l_certificate_urlbuilder.go b/operations/storage/delete_storage_s_s_l_certificate_urlbuilder.go index 808c6516..9a83b9ef 100644 --- a/operations/storage/delete_storage_s_s_l_certificate_urlbuilder.go +++ b/operations/storage/delete_storage_s_s_l_certificate_urlbuilder.go @@ -71,7 +71,7 @@ func (o *DeleteStorageSSLCertificateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/get_all_storage_general_files_responses.go b/operations/storage/get_all_storage_general_files_responses.go index a3766bcd..1bd7b8c2 100644 --- a/operations/storage/get_all_storage_general_files_responses.go +++ b/operations/storage/get_all_storage_general_files_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAllStorageGeneralFilesOKCode is the HTTP code returned for type GetAllStorageGeneralFilesOK diff --git a/operations/storage/get_all_storage_general_files_urlbuilder.go b/operations/storage/get_all_storage_general_files_urlbuilder.go index 2ba35f72..be00a5a9 100644 --- a/operations/storage/get_all_storage_general_files_urlbuilder.go +++ b/operations/storage/get_all_storage_general_files_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetAllStorageGeneralFilesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/get_all_storage_map_files_responses.go b/operations/storage/get_all_storage_map_files_responses.go index 13a8177f..9d647a2c 100644 --- a/operations/storage/get_all_storage_map_files_responses.go +++ b/operations/storage/get_all_storage_map_files_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAllStorageMapFilesOKCode is the HTTP code returned for type GetAllStorageMapFilesOK diff --git a/operations/storage/get_all_storage_map_files_urlbuilder.go b/operations/storage/get_all_storage_map_files_urlbuilder.go index 9e55b251..76cf0b2b 100644 --- a/operations/storage/get_all_storage_map_files_urlbuilder.go +++ b/operations/storage/get_all_storage_map_files_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetAllStorageMapFilesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/get_all_storage_s_s_l_certificates_responses.go b/operations/storage/get_all_storage_s_s_l_certificates_responses.go index f8e48c2b..a430027d 100644 --- a/operations/storage/get_all_storage_s_s_l_certificates_responses.go +++ b/operations/storage/get_all_storage_s_s_l_certificates_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetAllStorageSSLCertificatesOKCode is the HTTP code returned for type GetAllStorageSSLCertificatesOK diff --git a/operations/storage/get_all_storage_s_s_l_certificates_urlbuilder.go b/operations/storage/get_all_storage_s_s_l_certificates_urlbuilder.go index b4e15284..9fefc422 100644 --- a/operations/storage/get_all_storage_s_s_l_certificates_urlbuilder.go +++ b/operations/storage/get_all_storage_s_s_l_certificates_urlbuilder.go @@ -54,7 +54,7 @@ func (o *GetAllStorageSSLCertificatesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/get_one_storage_general_file_responses.go b/operations/storage/get_one_storage_general_file_responses.go index 30e88849..6800e3aa 100644 --- a/operations/storage/get_one_storage_general_file_responses.go +++ b/operations/storage/get_one_storage_general_file_responses.go @@ -26,7 +26,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetOneStorageGeneralFileOKCode is the HTTP code returned for type GetOneStorageGeneralFileOK diff --git a/operations/storage/get_one_storage_general_file_urlbuilder.go b/operations/storage/get_one_storage_general_file_urlbuilder.go index e0cc0616..08983005 100644 --- a/operations/storage/get_one_storage_general_file_urlbuilder.go +++ b/operations/storage/get_one_storage_general_file_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetOneStorageGeneralFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/get_one_storage_map_responses.go b/operations/storage/get_one_storage_map_responses.go index d4cd1a9d..3d2f90ff 100644 --- a/operations/storage/get_one_storage_map_responses.go +++ b/operations/storage/get_one_storage_map_responses.go @@ -26,7 +26,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetOneStorageMapOKCode is the HTTP code returned for type GetOneStorageMapOK diff --git a/operations/storage/get_one_storage_map_urlbuilder.go b/operations/storage/get_one_storage_map_urlbuilder.go index 11f5c486..95692e05 100644 --- a/operations/storage/get_one_storage_map_urlbuilder.go +++ b/operations/storage/get_one_storage_map_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetOneStorageMapURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/get_one_storage_s_s_l_certificate_responses.go b/operations/storage/get_one_storage_s_s_l_certificate_responses.go index 5570cec1..5bacf8ed 100644 --- a/operations/storage/get_one_storage_s_s_l_certificate_responses.go +++ b/operations/storage/get_one_storage_s_s_l_certificate_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetOneStorageSSLCertificateOKCode is the HTTP code returned for type GetOneStorageSSLCertificateOK diff --git a/operations/storage/get_one_storage_s_s_l_certificate_urlbuilder.go b/operations/storage/get_one_storage_s_s_l_certificate_urlbuilder.go index 5616b2e3..7433e883 100644 --- a/operations/storage/get_one_storage_s_s_l_certificate_urlbuilder.go +++ b/operations/storage/get_one_storage_s_s_l_certificate_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetOneStorageSSLCertificateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/replace_storage_general_file_responses.go b/operations/storage/replace_storage_general_file_responses.go index cec21009..464bdfa3 100644 --- a/operations/storage/replace_storage_general_file_responses.go +++ b/operations/storage/replace_storage_general_file_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceStorageGeneralFileAcceptedCode is the HTTP code returned for type ReplaceStorageGeneralFileAccepted diff --git a/operations/storage/replace_storage_general_file_urlbuilder.go b/operations/storage/replace_storage_general_file_urlbuilder.go index 4ef1239c..878d6435 100644 --- a/operations/storage/replace_storage_general_file_urlbuilder.go +++ b/operations/storage/replace_storage_general_file_urlbuilder.go @@ -71,7 +71,7 @@ func (o *ReplaceStorageGeneralFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/replace_storage_map_file_responses.go b/operations/storage/replace_storage_map_file_responses.go index 2aeb9df4..30884fb1 100644 --- a/operations/storage/replace_storage_map_file_responses.go +++ b/operations/storage/replace_storage_map_file_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceStorageMapFileAcceptedCode is the HTTP code returned for type ReplaceStorageMapFileAccepted diff --git a/operations/storage/replace_storage_map_file_urlbuilder.go b/operations/storage/replace_storage_map_file_urlbuilder.go index 0c479610..6ed2f527 100644 --- a/operations/storage/replace_storage_map_file_urlbuilder.go +++ b/operations/storage/replace_storage_map_file_urlbuilder.go @@ -71,7 +71,7 @@ func (o *ReplaceStorageMapFileURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/storage/replace_storage_s_s_l_certificate_responses.go b/operations/storage/replace_storage_s_s_l_certificate_responses.go index 43bb6b20..a5472616 100644 --- a/operations/storage/replace_storage_s_s_l_certificate_responses.go +++ b/operations/storage/replace_storage_s_s_l_certificate_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceStorageSSLCertificateOKCode is the HTTP code returned for type ReplaceStorageSSLCertificateOK diff --git a/operations/storage/replace_storage_s_s_l_certificate_urlbuilder.go b/operations/storage/replace_storage_s_s_l_certificate_urlbuilder.go index 089a52d4..9a3edd7d 100644 --- a/operations/storage/replace_storage_s_s_l_certificate_urlbuilder.go +++ b/operations/storage/replace_storage_s_s_l_certificate_urlbuilder.go @@ -71,7 +71,7 @@ func (o *ReplaceStorageSSLCertificateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/table/create_table_parameters.go b/operations/table/create_table_parameters.go index abf8244c..21814bcb 100644 --- a/operations/table/create_table_parameters.go +++ b/operations/table/create_table_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateTableParams creates a new CreateTableParams object diff --git a/operations/table/create_table_responses.go b/operations/table/create_table_responses.go index 0e3a8c27..c0662b00 100644 --- a/operations/table/create_table_responses.go +++ b/operations/table/create_table_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateTableCreatedCode is the HTTP code returned for type CreateTableCreated diff --git a/operations/table/create_table_urlbuilder.go b/operations/table/create_table_urlbuilder.go index 327e5f86..b3b0d8c2 100644 --- a/operations/table/create_table_urlbuilder.go +++ b/operations/table/create_table_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateTableURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/table/delete_table_responses.go b/operations/table/delete_table_responses.go index 032475c6..4c897b95 100644 --- a/operations/table/delete_table_responses.go +++ b/operations/table/delete_table_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteTableAcceptedCode is the HTTP code returned for type DeleteTableAccepted diff --git a/operations/table/delete_table_urlbuilder.go b/operations/table/delete_table_urlbuilder.go index b866313e..5d240255 100644 --- a/operations/table/delete_table_urlbuilder.go +++ b/operations/table/delete_table_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteTableURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/table/get_table.go b/operations/table/get_table.go index 1f6f99a0..1be844d0 100644 --- a/operations/table/get_table.go +++ b/operations/table/get_table.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTableHandlerFunc turns a function with the right signature into a get table handler diff --git a/operations/table/get_table_responses.go b/operations/table/get_table_responses.go index a7052b52..68312b8e 100644 --- a/operations/table/get_table_responses.go +++ b/operations/table/get_table_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTableOKCode is the HTTP code returned for type GetTableOK diff --git a/operations/table/get_table_urlbuilder.go b/operations/table/get_table_urlbuilder.go index e507c71b..318c359c 100644 --- a/operations/table/get_table_urlbuilder.go +++ b/operations/table/get_table_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetTableURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/table/get_tables.go b/operations/table/get_tables.go index 272fc4ec..bb530083 100644 --- a/operations/table/get_tables.go +++ b/operations/table/get_tables.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTablesHandlerFunc turns a function with the right signature into a get tables handler diff --git a/operations/table/get_tables_responses.go b/operations/table/get_tables_responses.go index 26cb9c54..47cc8f35 100644 --- a/operations/table/get_tables_responses.go +++ b/operations/table/get_tables_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTablesOKCode is the HTTP code returned for type GetTablesOK diff --git a/operations/table/get_tables_urlbuilder.go b/operations/table/get_tables_urlbuilder.go index 67b611c5..68ec0199 100644 --- a/operations/table/get_tables_urlbuilder.go +++ b/operations/table/get_tables_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetTablesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/table/replace_table_parameters.go b/operations/table/replace_table_parameters.go index 5bd74cd2..6818e5a8 100644 --- a/operations/table/replace_table_parameters.go +++ b/operations/table/replace_table_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceTableParams creates a new ReplaceTableParams object diff --git a/operations/table/replace_table_responses.go b/operations/table/replace_table_responses.go index 30bb9b8e..8c395dc5 100644 --- a/operations/table/replace_table_responses.go +++ b/operations/table/replace_table_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceTableOKCode is the HTTP code returned for type ReplaceTableOK diff --git a/operations/table/replace_table_urlbuilder.go b/operations/table/replace_table_urlbuilder.go index fe6334bf..f52963a3 100644 --- a/operations/table/replace_table_urlbuilder.go +++ b/operations/table/replace_table_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceTableURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_check/create_tcp_check_parameters.go b/operations/tcp_check/create_tcp_check_parameters.go index 29f63786..e0bba467 100644 --- a/operations/tcp_check/create_tcp_check_parameters.go +++ b/operations/tcp_check/create_tcp_check_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateTCPCheckParams creates a new CreateTCPCheckParams object diff --git a/operations/tcp_check/create_tcp_check_responses.go b/operations/tcp_check/create_tcp_check_responses.go index b8850cc8..257933a4 100644 --- a/operations/tcp_check/create_tcp_check_responses.go +++ b/operations/tcp_check/create_tcp_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateTCPCheckCreatedCode is the HTTP code returned for type CreateTCPCheckCreated diff --git a/operations/tcp_check/create_tcp_check_urlbuilder.go b/operations/tcp_check/create_tcp_check_urlbuilder.go index 58002f37..643c8128 100644 --- a/operations/tcp_check/create_tcp_check_urlbuilder.go +++ b/operations/tcp_check/create_tcp_check_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateTCPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_check/delete_tcp_check_responses.go b/operations/tcp_check/delete_tcp_check_responses.go index 02187d2f..aa5324c0 100644 --- a/operations/tcp_check/delete_tcp_check_responses.go +++ b/operations/tcp_check/delete_tcp_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteTCPCheckAcceptedCode is the HTTP code returned for type DeleteTCPCheckAccepted diff --git a/operations/tcp_check/delete_tcp_check_urlbuilder.go b/operations/tcp_check/delete_tcp_check_urlbuilder.go index e139be1f..e85b9e25 100644 --- a/operations/tcp_check/delete_tcp_check_urlbuilder.go +++ b/operations/tcp_check/delete_tcp_check_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteTCPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_check/get_tcp_check.go b/operations/tcp_check/get_tcp_check.go index 3311b23b..98321c75 100644 --- a/operations/tcp_check/get_tcp_check.go +++ b/operations/tcp_check/get_tcp_check.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPCheckHandlerFunc turns a function with the right signature into a get TCP check handler diff --git a/operations/tcp_check/get_tcp_check_responses.go b/operations/tcp_check/get_tcp_check_responses.go index a50df6df..e6a0d965 100644 --- a/operations/tcp_check/get_tcp_check_responses.go +++ b/operations/tcp_check/get_tcp_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPCheckOKCode is the HTTP code returned for type GetTCPCheckOK diff --git a/operations/tcp_check/get_tcp_check_urlbuilder.go b/operations/tcp_check/get_tcp_check_urlbuilder.go index 3ceac1a9..9ec59578 100644 --- a/operations/tcp_check/get_tcp_check_urlbuilder.go +++ b/operations/tcp_check/get_tcp_check_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetTCPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_check/get_tcp_checks.go b/operations/tcp_check/get_tcp_checks.go index b7165d62..918f9176 100644 --- a/operations/tcp_check/get_tcp_checks.go +++ b/operations/tcp_check/get_tcp_checks.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPChecksHandlerFunc turns a function with the right signature into a get TCP checks handler diff --git a/operations/tcp_check/get_tcp_checks_responses.go b/operations/tcp_check/get_tcp_checks_responses.go index b7127e6a..a5e10fed 100644 --- a/operations/tcp_check/get_tcp_checks_responses.go +++ b/operations/tcp_check/get_tcp_checks_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPChecksOKCode is the HTTP code returned for type GetTCPChecksOK diff --git a/operations/tcp_check/get_tcp_checks_urlbuilder.go b/operations/tcp_check/get_tcp_checks_urlbuilder.go index 064075ba..8993324e 100644 --- a/operations/tcp_check/get_tcp_checks_urlbuilder.go +++ b/operations/tcp_check/get_tcp_checks_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetTCPChecksURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_check/replace_tcp_check_parameters.go b/operations/tcp_check/replace_tcp_check_parameters.go index 20e524da..de200d44 100644 --- a/operations/tcp_check/replace_tcp_check_parameters.go +++ b/operations/tcp_check/replace_tcp_check_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceTCPCheckParams creates a new ReplaceTCPCheckParams object diff --git a/operations/tcp_check/replace_tcp_check_responses.go b/operations/tcp_check/replace_tcp_check_responses.go index b431dae6..150bb9ab 100644 --- a/operations/tcp_check/replace_tcp_check_responses.go +++ b/operations/tcp_check/replace_tcp_check_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceTCPCheckOKCode is the HTTP code returned for type ReplaceTCPCheckOK diff --git a/operations/tcp_check/replace_tcp_check_urlbuilder.go b/operations/tcp_check/replace_tcp_check_urlbuilder.go index 10dcc9be..96a3762c 100644 --- a/operations/tcp_check/replace_tcp_check_urlbuilder.go +++ b/operations/tcp_check/replace_tcp_check_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceTCPCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_request_rule/create_tcp_request_rule_parameters.go b/operations/tcp_request_rule/create_tcp_request_rule_parameters.go index 9f311776..cd529c20 100644 --- a/operations/tcp_request_rule/create_tcp_request_rule_parameters.go +++ b/operations/tcp_request_rule/create_tcp_request_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateTCPRequestRuleParams creates a new CreateTCPRequestRuleParams object diff --git a/operations/tcp_request_rule/create_tcp_request_rule_responses.go b/operations/tcp_request_rule/create_tcp_request_rule_responses.go index 97efd5a9..9f79dd7a 100644 --- a/operations/tcp_request_rule/create_tcp_request_rule_responses.go +++ b/operations/tcp_request_rule/create_tcp_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateTCPRequestRuleCreatedCode is the HTTP code returned for type CreateTCPRequestRuleCreated diff --git a/operations/tcp_request_rule/create_tcp_request_rule_urlbuilder.go b/operations/tcp_request_rule/create_tcp_request_rule_urlbuilder.go index 6892b504..4ede34c3 100644 --- a/operations/tcp_request_rule/create_tcp_request_rule_urlbuilder.go +++ b/operations/tcp_request_rule/create_tcp_request_rule_urlbuilder.go @@ -64,7 +64,7 @@ func (o *CreateTCPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_request_rule/delete_tcp_request_rule_responses.go b/operations/tcp_request_rule/delete_tcp_request_rule_responses.go index 1b9be008..0414bb3f 100644 --- a/operations/tcp_request_rule/delete_tcp_request_rule_responses.go +++ b/operations/tcp_request_rule/delete_tcp_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteTCPRequestRuleAcceptedCode is the HTTP code returned for type DeleteTCPRequestRuleAccepted diff --git a/operations/tcp_request_rule/delete_tcp_request_rule_urlbuilder.go b/operations/tcp_request_rule/delete_tcp_request_rule_urlbuilder.go index 3b0f1c8b..1b68f343 100644 --- a/operations/tcp_request_rule/delete_tcp_request_rule_urlbuilder.go +++ b/operations/tcp_request_rule/delete_tcp_request_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *DeleteTCPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_request_rule/get_tcp_request_rule.go b/operations/tcp_request_rule/get_tcp_request_rule.go index 32268553..00076806 100644 --- a/operations/tcp_request_rule/get_tcp_request_rule.go +++ b/operations/tcp_request_rule/get_tcp_request_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPRequestRuleHandlerFunc turns a function with the right signature into a get TCP request rule handler diff --git a/operations/tcp_request_rule/get_tcp_request_rule_responses.go b/operations/tcp_request_rule/get_tcp_request_rule_responses.go index 82d95b8e..cd0afeb0 100644 --- a/operations/tcp_request_rule/get_tcp_request_rule_responses.go +++ b/operations/tcp_request_rule/get_tcp_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPRequestRuleOKCode is the HTTP code returned for type GetTCPRequestRuleOK diff --git a/operations/tcp_request_rule/get_tcp_request_rule_urlbuilder.go b/operations/tcp_request_rule/get_tcp_request_rule_urlbuilder.go index 24ed1c7d..2e2525a0 100644 --- a/operations/tcp_request_rule/get_tcp_request_rule_urlbuilder.go +++ b/operations/tcp_request_rule/get_tcp_request_rule_urlbuilder.go @@ -72,7 +72,7 @@ func (o *GetTCPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_request_rule/get_tcp_request_rules.go b/operations/tcp_request_rule/get_tcp_request_rules.go index edd17132..7cd93ba0 100644 --- a/operations/tcp_request_rule/get_tcp_request_rules.go +++ b/operations/tcp_request_rule/get_tcp_request_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPRequestRulesHandlerFunc turns a function with the right signature into a get TCP request rules handler diff --git a/operations/tcp_request_rule/get_tcp_request_rules_responses.go b/operations/tcp_request_rule/get_tcp_request_rules_responses.go index 9d6f8d0e..ff5a363d 100644 --- a/operations/tcp_request_rule/get_tcp_request_rules_responses.go +++ b/operations/tcp_request_rule/get_tcp_request_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPRequestRulesOKCode is the HTTP code returned for type GetTCPRequestRulesOK diff --git a/operations/tcp_request_rule/get_tcp_request_rules_urlbuilder.go b/operations/tcp_request_rule/get_tcp_request_rules_urlbuilder.go index 2fb49fe0..4a082817 100644 --- a/operations/tcp_request_rule/get_tcp_request_rules_urlbuilder.go +++ b/operations/tcp_request_rule/get_tcp_request_rules_urlbuilder.go @@ -60,7 +60,7 @@ func (o *GetTCPRequestRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_request_rule/replace_tcp_request_rule_parameters.go b/operations/tcp_request_rule/replace_tcp_request_rule_parameters.go index d92ea2b7..48864f75 100644 --- a/operations/tcp_request_rule/replace_tcp_request_rule_parameters.go +++ b/operations/tcp_request_rule/replace_tcp_request_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceTCPRequestRuleParams creates a new ReplaceTCPRequestRuleParams object diff --git a/operations/tcp_request_rule/replace_tcp_request_rule_responses.go b/operations/tcp_request_rule/replace_tcp_request_rule_responses.go index 3c038eb2..bf4421e6 100644 --- a/operations/tcp_request_rule/replace_tcp_request_rule_responses.go +++ b/operations/tcp_request_rule/replace_tcp_request_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceTCPRequestRuleOKCode is the HTTP code returned for type ReplaceTCPRequestRuleOK diff --git a/operations/tcp_request_rule/replace_tcp_request_rule_urlbuilder.go b/operations/tcp_request_rule/replace_tcp_request_rule_urlbuilder.go index f8d8bc20..beef09df 100644 --- a/operations/tcp_request_rule/replace_tcp_request_rule_urlbuilder.go +++ b/operations/tcp_request_rule/replace_tcp_request_rule_urlbuilder.go @@ -74,7 +74,7 @@ func (o *ReplaceTCPRequestRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_response_rule/create_tcp_response_rule_parameters.go b/operations/tcp_response_rule/create_tcp_response_rule_parameters.go index 0afd5d92..7861b392 100644 --- a/operations/tcp_response_rule/create_tcp_response_rule_parameters.go +++ b/operations/tcp_response_rule/create_tcp_response_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateTCPResponseRuleParams creates a new CreateTCPResponseRuleParams object diff --git a/operations/tcp_response_rule/create_tcp_response_rule_responses.go b/operations/tcp_response_rule/create_tcp_response_rule_responses.go index 6bb13b95..c90bf9a1 100644 --- a/operations/tcp_response_rule/create_tcp_response_rule_responses.go +++ b/operations/tcp_response_rule/create_tcp_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateTCPResponseRuleCreatedCode is the HTTP code returned for type CreateTCPResponseRuleCreated diff --git a/operations/tcp_response_rule/create_tcp_response_rule_urlbuilder.go b/operations/tcp_response_rule/create_tcp_response_rule_urlbuilder.go index 90f8e0c2..8950483e 100644 --- a/operations/tcp_response_rule/create_tcp_response_rule_urlbuilder.go +++ b/operations/tcp_response_rule/create_tcp_response_rule_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateTCPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_response_rule/delete_tcp_response_rule_responses.go b/operations/tcp_response_rule/delete_tcp_response_rule_responses.go index d1ced100..4f998b0d 100644 --- a/operations/tcp_response_rule/delete_tcp_response_rule_responses.go +++ b/operations/tcp_response_rule/delete_tcp_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteTCPResponseRuleAcceptedCode is the HTTP code returned for type DeleteTCPResponseRuleAccepted diff --git a/operations/tcp_response_rule/delete_tcp_response_rule_urlbuilder.go b/operations/tcp_response_rule/delete_tcp_response_rule_urlbuilder.go index 75aebc4c..24dc23b7 100644 --- a/operations/tcp_response_rule/delete_tcp_response_rule_urlbuilder.go +++ b/operations/tcp_response_rule/delete_tcp_response_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteTCPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_response_rule/get_tcp_response_rule.go b/operations/tcp_response_rule/get_tcp_response_rule.go index 3f7eb8b4..9c5874b4 100644 --- a/operations/tcp_response_rule/get_tcp_response_rule.go +++ b/operations/tcp_response_rule/get_tcp_response_rule.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPResponseRuleHandlerFunc turns a function with the right signature into a get TCP response rule handler diff --git a/operations/tcp_response_rule/get_tcp_response_rule_responses.go b/operations/tcp_response_rule/get_tcp_response_rule_responses.go index b2a9d2bf..1af4ec4a 100644 --- a/operations/tcp_response_rule/get_tcp_response_rule_responses.go +++ b/operations/tcp_response_rule/get_tcp_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPResponseRuleOKCode is the HTTP code returned for type GetTCPResponseRuleOK diff --git a/operations/tcp_response_rule/get_tcp_response_rule_urlbuilder.go b/operations/tcp_response_rule/get_tcp_response_rule_urlbuilder.go index eccd0e10..756ac620 100644 --- a/operations/tcp_response_rule/get_tcp_response_rule_urlbuilder.go +++ b/operations/tcp_response_rule/get_tcp_response_rule_urlbuilder.go @@ -71,7 +71,7 @@ func (o *GetTCPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_response_rule/get_tcp_response_rules.go b/operations/tcp_response_rule/get_tcp_response_rules.go index d7b2c995..45e2f636 100644 --- a/operations/tcp_response_rule/get_tcp_response_rules.go +++ b/operations/tcp_response_rule/get_tcp_response_rules.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPResponseRulesHandlerFunc turns a function with the right signature into a get TCP response rules handler diff --git a/operations/tcp_response_rule/get_tcp_response_rules_responses.go b/operations/tcp_response_rule/get_tcp_response_rules_responses.go index a1496868..15af8d6e 100644 --- a/operations/tcp_response_rule/get_tcp_response_rules_responses.go +++ b/operations/tcp_response_rule/get_tcp_response_rules_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTCPResponseRulesOKCode is the HTTP code returned for type GetTCPResponseRulesOK diff --git a/operations/tcp_response_rule/get_tcp_response_rules_urlbuilder.go b/operations/tcp_response_rule/get_tcp_response_rules_urlbuilder.go index c9ea735f..1417d778 100644 --- a/operations/tcp_response_rule/get_tcp_response_rules_urlbuilder.go +++ b/operations/tcp_response_rule/get_tcp_response_rules_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetTCPResponseRulesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/tcp_response_rule/replace_tcp_response_rule_parameters.go b/operations/tcp_response_rule/replace_tcp_response_rule_parameters.go index 8813e9a0..989a2120 100644 --- a/operations/tcp_response_rule/replace_tcp_response_rule_parameters.go +++ b/operations/tcp_response_rule/replace_tcp_response_rule_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceTCPResponseRuleParams creates a new ReplaceTCPResponseRuleParams object diff --git a/operations/tcp_response_rule/replace_tcp_response_rule_responses.go b/operations/tcp_response_rule/replace_tcp_response_rule_responses.go index 00dce499..1d37d356 100644 --- a/operations/tcp_response_rule/replace_tcp_response_rule_responses.go +++ b/operations/tcp_response_rule/replace_tcp_response_rule_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceTCPResponseRuleOKCode is the HTTP code returned for type ReplaceTCPResponseRuleOK diff --git a/operations/tcp_response_rule/replace_tcp_response_rule_urlbuilder.go b/operations/tcp_response_rule/replace_tcp_response_rule_urlbuilder.go index 50ff5b61..65b42984 100644 --- a/operations/tcp_response_rule/replace_tcp_response_rule_urlbuilder.go +++ b/operations/tcp_response_rule/replace_tcp_response_rule_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceTCPResponseRuleURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/transactions/commit_transaction_responses.go b/operations/transactions/commit_transaction_responses.go index c3e311c2..e76c9ce5 100644 --- a/operations/transactions/commit_transaction_responses.go +++ b/operations/transactions/commit_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CommitTransactionOKCode is the HTTP code returned for type CommitTransactionOK diff --git a/operations/transactions/commit_transaction_urlbuilder.go b/operations/transactions/commit_transaction_urlbuilder.go index 776d45dd..a7fa52f0 100644 --- a/operations/transactions/commit_transaction_urlbuilder.go +++ b/operations/transactions/commit_transaction_urlbuilder.go @@ -70,7 +70,7 @@ func (o *CommitTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/transactions/delete_transaction_responses.go b/operations/transactions/delete_transaction_responses.go index 8ad218d1..21841b71 100644 --- a/operations/transactions/delete_transaction_responses.go +++ b/operations/transactions/delete_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteTransactionNoContentCode is the HTTP code returned for type DeleteTransactionNoContent diff --git a/operations/transactions/delete_transaction_urlbuilder.go b/operations/transactions/delete_transaction_urlbuilder.go index 5f22a37f..54e156ec 100644 --- a/operations/transactions/delete_transaction_urlbuilder.go +++ b/operations/transactions/delete_transaction_urlbuilder.go @@ -66,7 +66,7 @@ func (o *DeleteTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/transactions/get_transaction_responses.go b/operations/transactions/get_transaction_responses.go index 1a9f1f60..2f9e3d1b 100644 --- a/operations/transactions/get_transaction_responses.go +++ b/operations/transactions/get_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTransactionOKCode is the HTTP code returned for type GetTransactionOK diff --git a/operations/transactions/get_transaction_urlbuilder.go b/operations/transactions/get_transaction_urlbuilder.go index 58f26b58..f58256a2 100644 --- a/operations/transactions/get_transaction_urlbuilder.go +++ b/operations/transactions/get_transaction_urlbuilder.go @@ -66,7 +66,7 @@ func (o *GetTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/transactions/get_transactions_responses.go b/operations/transactions/get_transactions_responses.go index 86bc4a6d..57f083e4 100644 --- a/operations/transactions/get_transactions_responses.go +++ b/operations/transactions/get_transactions_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetTransactionsOKCode is the HTTP code returned for type GetTransactionsOK diff --git a/operations/transactions/get_transactions_urlbuilder.go b/operations/transactions/get_transactions_urlbuilder.go index 56e61d39..fea02a57 100644 --- a/operations/transactions/get_transactions_urlbuilder.go +++ b/operations/transactions/get_transactions_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetTransactionsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/transactions/start_transaction_responses.go b/operations/transactions/start_transaction_responses.go index b4dc5c94..6652738f 100644 --- a/operations/transactions/start_transaction_responses.go +++ b/operations/transactions/start_transaction_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // StartTransactionCreatedCode is the HTTP code returned for type StartTransactionCreated diff --git a/operations/transactions/start_transaction_urlbuilder.go b/operations/transactions/start_transaction_urlbuilder.go index 0fa92392..db15c199 100644 --- a/operations/transactions/start_transaction_urlbuilder.go +++ b/operations/transactions/start_transaction_urlbuilder.go @@ -60,7 +60,7 @@ func (o *StartTransactionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/user/create_user_parameters.go b/operations/user/create_user_parameters.go index 2f3319f5..60ca7454 100644 --- a/operations/user/create_user_parameters.go +++ b/operations/user/create_user_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateUserParams creates a new CreateUserParams object diff --git a/operations/user/create_user_responses.go b/operations/user/create_user_responses.go index 13baf583..24099a04 100644 --- a/operations/user/create_user_responses.go +++ b/operations/user/create_user_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateUserCreatedCode is the HTTP code returned for type CreateUserCreated diff --git a/operations/user/create_user_urlbuilder.go b/operations/user/create_user_urlbuilder.go index d8ceb8fb..a1f26257 100644 --- a/operations/user/create_user_urlbuilder.go +++ b/operations/user/create_user_urlbuilder.go @@ -63,7 +63,7 @@ func (o *CreateUserURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/user/delete_user_responses.go b/operations/user/delete_user_responses.go index 72c08a4c..d4268586 100644 --- a/operations/user/delete_user_responses.go +++ b/operations/user/delete_user_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteUserAcceptedCode is the HTTP code returned for type DeleteUserAccepted diff --git a/operations/user/delete_user_urlbuilder.go b/operations/user/delete_user_urlbuilder.go index b0e9410e..7445935c 100644 --- a/operations/user/delete_user_urlbuilder.go +++ b/operations/user/delete_user_urlbuilder.go @@ -73,7 +73,7 @@ func (o *DeleteUserURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/user/get_user.go b/operations/user/get_user.go index 8f087968..9b1e293c 100644 --- a/operations/user/get_user.go +++ b/operations/user/get_user.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUserHandlerFunc turns a function with the right signature into a get user handler diff --git a/operations/user/get_user_responses.go b/operations/user/get_user_responses.go index 1b8633c6..5ed9c2f4 100644 --- a/operations/user/get_user_responses.go +++ b/operations/user/get_user_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUserOKCode is the HTTP code returned for type GetUserOK diff --git a/operations/user/get_user_urlbuilder.go b/operations/user/get_user_urlbuilder.go index 3b263736..e7692dbc 100644 --- a/operations/user/get_user_urlbuilder.go +++ b/operations/user/get_user_urlbuilder.go @@ -69,7 +69,7 @@ func (o *GetUserURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/user/get_users.go b/operations/user/get_users.go index 19478ca5..be657a64 100644 --- a/operations/user/get_users.go +++ b/operations/user/get_users.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUsersHandlerFunc turns a function with the right signature into a get users handler diff --git a/operations/user/get_users_responses.go b/operations/user/get_users_responses.go index 804a09e6..9f95b6ce 100644 --- a/operations/user/get_users_responses.go +++ b/operations/user/get_users_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUsersOKCode is the HTTP code returned for type GetUsersOK diff --git a/operations/user/get_users_urlbuilder.go b/operations/user/get_users_urlbuilder.go index ddd2285e..110439a6 100644 --- a/operations/user/get_users_urlbuilder.go +++ b/operations/user/get_users_urlbuilder.go @@ -59,7 +59,7 @@ func (o *GetUsersURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/user/replace_user_parameters.go b/operations/user/replace_user_parameters.go index 2fd15e9c..a41ac731 100644 --- a/operations/user/replace_user_parameters.go +++ b/operations/user/replace_user_parameters.go @@ -31,7 +31,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewReplaceUserParams creates a new ReplaceUserParams object diff --git a/operations/user/replace_user_responses.go b/operations/user/replace_user_responses.go index 862910f5..e3a55d6a 100644 --- a/operations/user/replace_user_responses.go +++ b/operations/user/replace_user_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // ReplaceUserOKCode is the HTTP code returned for type ReplaceUserOK diff --git a/operations/user/replace_user_urlbuilder.go b/operations/user/replace_user_urlbuilder.go index 07d4b7a4..546b820a 100644 --- a/operations/user/replace_user_urlbuilder.go +++ b/operations/user/replace_user_urlbuilder.go @@ -73,7 +73,7 @@ func (o *ReplaceUserURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/userlist/create_userlist_parameters.go b/operations/userlist/create_userlist_parameters.go index 287a1e1e..d792fb78 100644 --- a/operations/userlist/create_userlist_parameters.go +++ b/operations/userlist/create_userlist_parameters.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // NewCreateUserlistParams creates a new CreateUserlistParams object diff --git a/operations/userlist/create_userlist_responses.go b/operations/userlist/create_userlist_responses.go index 0ad33bda..a977a916 100644 --- a/operations/userlist/create_userlist_responses.go +++ b/operations/userlist/create_userlist_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // CreateUserlistCreatedCode is the HTTP code returned for type CreateUserlistCreated diff --git a/operations/userlist/create_userlist_urlbuilder.go b/operations/userlist/create_userlist_urlbuilder.go index 8637b149..3ec25571 100644 --- a/operations/userlist/create_userlist_urlbuilder.go +++ b/operations/userlist/create_userlist_urlbuilder.go @@ -62,7 +62,7 @@ func (o *CreateUserlistURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/userlist/delete_userlist_responses.go b/operations/userlist/delete_userlist_responses.go index 4786a50a..1bc0a5f3 100644 --- a/operations/userlist/delete_userlist_responses.go +++ b/operations/userlist/delete_userlist_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // DeleteUserlistAcceptedCode is the HTTP code returned for type DeleteUserlistAccepted diff --git a/operations/userlist/delete_userlist_urlbuilder.go b/operations/userlist/delete_userlist_urlbuilder.go index 431f466a..712974da 100644 --- a/operations/userlist/delete_userlist_urlbuilder.go +++ b/operations/userlist/delete_userlist_urlbuilder.go @@ -72,7 +72,7 @@ func (o *DeleteUserlistURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/userlist/get_userlist.go b/operations/userlist/get_userlist.go index 63f34990..ceb354a1 100644 --- a/operations/userlist/get_userlist.go +++ b/operations/userlist/get_userlist.go @@ -29,7 +29,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUserlistHandlerFunc turns a function with the right signature into a get userlist handler diff --git a/operations/userlist/get_userlist_responses.go b/operations/userlist/get_userlist_responses.go index 0bab2155..a407beb2 100644 --- a/operations/userlist/get_userlist_responses.go +++ b/operations/userlist/get_userlist_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUserlistOKCode is the HTTP code returned for type GetUserlistOK diff --git a/operations/userlist/get_userlist_urlbuilder.go b/operations/userlist/get_userlist_urlbuilder.go index 5e5673fa..326b7d1a 100644 --- a/operations/userlist/get_userlist_urlbuilder.go +++ b/operations/userlist/get_userlist_urlbuilder.go @@ -68,7 +68,7 @@ func (o *GetUserlistURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/operations/userlist/get_userlists.go b/operations/userlist/get_userlists.go index 801f411e..55857975 100644 --- a/operations/userlist/get_userlists.go +++ b/operations/userlist/get_userlists.go @@ -30,7 +30,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUserlistsHandlerFunc turns a function with the right signature into a get userlists handler diff --git a/operations/userlist/get_userlists_responses.go b/operations/userlist/get_userlists_responses.go index 43e2157a..31aeba29 100644 --- a/operations/userlist/get_userlists_responses.go +++ b/operations/userlist/get_userlists_responses.go @@ -25,7 +25,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/haproxytech/client-native/v5/models" + "github.com/haproxytech/client-native/v6/models" ) // GetUserlistsOKCode is the HTTP code returned for type GetUserlistsOK diff --git a/operations/userlist/get_userlists_urlbuilder.go b/operations/userlist/get_userlists_urlbuilder.go index b64615fe..34ecf703 100644 --- a/operations/userlist/get_userlists_urlbuilder.go +++ b/operations/userlist/get_userlists_urlbuilder.go @@ -58,7 +58,7 @@ func (o *GetUserlistsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/v2" + _basePath = "/v3" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/runtime/commands/config_haproxy.go b/runtime/commands/config_haproxy.go index f9b71da9..03b86036 100644 --- a/runtime/commands/config_haproxy.go +++ b/runtime/commands/config_haproxy.go @@ -19,7 +19,7 @@ import ( "errors" "strconv" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" ) const ( diff --git a/runtime/runtime.go b/runtime/runtime.go index 653acc79..ea264196 100644 --- a/runtime/runtime.go +++ b/runtime/runtime.go @@ -22,7 +22,7 @@ import ( "sync" "syscall" - client_native "github.com/haproxytech/client-native/v5" + client_native "github.com/haproxytech/client-native/v6" "github.com/haproxytech/dataplaneapi/configuration" "github.com/haproxytech/dataplaneapi/log" commands "github.com/haproxytech/dataplaneapi/runtime/commands"