linkerd2/cli/cmd/testdata
Zahari Dichev a2363f4051
Fix `splitStringListToPorts` port range object rendering (#4688)
The splitStringListToPorts helm function is currently incorrectly formating a list of ports as an array of Port objects that look ike {"port" : 555}. The config map protobuf representation however expects that the ignoreOutboundPorts and ignoreInboundPorts fields are are list of PortRange objects ({"portRange" : 555}).

This was causing the injector to return an empty string when trying to parse a PortRange object resulting in the ports not getting set correctly when injecting workloads. Note that this is happening only with helm installations as this is when we are actually using a helm template for outputting the config map.

To fix that the splitStringListToPorts helm function is changed to format the objects as the json representation of PortRange and is renamed to splitStringListToPortRanges

Fix: #4679

Signed-off-by: Zahari Dichev zaharidichev@gmail.com
2020-07-09 14:23:12 +03:00
..
inject-filepath feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
addon_config.yaml Support Multi-stage install with Add-On's (#4271) 2020-04-23 14:40:58 -05:00
addon_config_overwrite.yaml Support Multi-stage install with Add-On's (#4271) 2020-04-23 14:40:58 -05:00
check_output.golden Output check result as json (#2666) 2019-05-20 09:04:28 -07:00
check_output_json.golden Output check result as json (#2666) 2019-05-20 09:04:28 -07:00
edges_one_output.golden Updating CLI output for `linkerd edges` (#3048) 2019-07-17 12:23:34 -07:00
edges_one_output_json.golden Updating CLI output for `linkerd edges` (#3048) 2019-07-17 12:23:34 -07:00
edges_wide_output.golden Updating CLI output for `linkerd edges` (#3048) 2019-07-17 12:23:34 -07:00
endpoints_one_output.golden Have `linkerd endpoints` use `Destination.Get` (#2990) 2019-07-03 09:11:03 -05:00
endpoints_one_output_json.golden Have `linkerd endpoints` use `Destination.Get` (#2990) 2019-07-03 09:11:03 -05:00
endpoints_two_outputs.golden Have `linkerd endpoints` use `Destination.Get` (#2990) 2019-07-03 09:11:03 -05:00
existing-grafana-config.yaml Add global.grafanaUrl for linking existing grafana use-case (#4381) 2020-05-20 00:56:31 +05:30
expired-crt.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
expired-key.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
expired-trust-anchors.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
grafana_disabled.yaml Move grafana templates into a separate sub-chart as a add-on (#4320) 2020-05-11 22:22:14 +05:30
grafana_enabled.yaml Move grafana templates into a separate sub-chart as a add-on (#4320) 2020-05-11 22:22:14 +05:30
grafana_overwrite.yaml Separate grafana image tag in template (#4395) 2020-05-20 22:27:19 +05:30
inject_contour.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_contour.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_contour.report Remove envoy, contour restrictions (#4092) 2020-03-02 09:18:51 -05:00
inject_contour.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_contour_uninject.report Remove envoy, contour restrictions (#4092) 2020-03-02 09:18:51 -05:00
inject_emojivoto_already_injected.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_already_injected.input.yml Add support for k8s 1.16 (#3364) 2019-09-04 09:59:55 -05:00
inject_emojivoto_already_injected.report When injecting, perform an uninject as a first step (#2089) 2019-01-17 10:15:23 -08:00
inject_emojivoto_already_injected.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_cronjob.golden.yml Fix error when injecting Cronjobs that have no metadata (#4180) 2020-03-23 14:49:50 -05:00
inject_emojivoto_cronjob.input.yml Fix error when injecting Cronjobs that have no metadata (#4180) 2020-03-23 14:49:50 -05:00
inject_emojivoto_cronjob.report Fix error when injecting Cronjobs that have no metadata (#4180) 2020-03-23 14:49:50 -05:00
inject_emojivoto_cronjob.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_cronjob_nometa.golden.yml Fix error when injecting Cronjobs that have no metadata (#4180) 2020-03-23 14:49:50 -05:00
inject_emojivoto_cronjob_nometa.input.yml Fix error when injecting Cronjobs that have no metadata (#4180) 2020-03-23 14:49:50 -05:00
inject_emojivoto_deployment.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_deployment.report Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_emojivoto_deployment.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_automountServiceAccountToken_false.golden.stderr Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_automountServiceAccountToken_false.golden.stderr.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_automountServiceAccountToken_false.golden.yml Update inject to handle `automountServiceAccountToken: false` (#4145) 2020-04-01 09:39:49 -05:00
inject_emojivoto_deployment_automountServiceAccountToken_false.input.yml Update inject to handle `automountServiceAccountToken: false` (#4145) 2020-04-01 09:39:49 -05:00
inject_emojivoto_deployment_capabilities.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_capabilities.input.yml Pods with non empty securitycontext capabilities fail to be injected (#3806) 2019-12-10 14:36:14 -05:00
inject_emojivoto_deployment_config_overrides.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_config_overrides.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_deployment_controller_name.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_controller_name.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_deployment_controller_name.report Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_emojivoto_deployment_controller_name.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_controller_name_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_deployment_debug.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_empty_proxy_version_config.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_empty_resources.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_empty_resources.input.yml Add support for k8s 1.16 (#3364) 2019-09-04 09:59:55 -05:00
inject_emojivoto_deployment_empty_resources.report Ignoring resources with empty kind field. (#2292) 2019-02-19 11:44:28 -08:00
inject_emojivoto_deployment_empty_resources.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_empty_version_config.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_hostNetwork_false.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_hostNetwork_false.input.yml Add support for k8s 1.16 (#3364) 2019-09-04 09:59:55 -05:00
inject_emojivoto_deployment_hostNetwork_false.report Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_emojivoto_deployment_hostNetwork_false.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_hostNetwork_true.golden.stderr Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_hostNetwork_true.golden.stderr.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_hostNetwork_true.golden.yml Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_hostNetwork_true.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_deployment_hostNetwork_true_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_deployment_injectDisabled.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_deployment_injectDisabled.report Add pod spec annotation to disable injection in CLI and auto-injector (#2187) 2019-02-01 16:57:06 -08:00
inject_emojivoto_deployment_injectDisabled.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_injectDisabled_uninject.report Add pod spec annotation to disable injection in CLI and auto-injector (#2187) 2019-02-01 16:57:06 -08:00
inject_emojivoto_deployment_no_init_container.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_overridden.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_overridden_noinject.golden.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_deployment_proxyignores.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_trace.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_trace.report charts: Using downwardAPI to mount labels to the proxy container (#4199) 2020-04-22 10:33:51 -05:00
inject_emojivoto_deployment_trace.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_udp.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_deployment_udp.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_deployment_udp.report Fix Unicode and color output for Windows (#2114) 2019-01-23 09:55:44 -08:00
inject_emojivoto_deployment_udp.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_deployment_udp_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_deployment_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_deployment_uninjected.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_istio.golden.stderr Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_istio.golden.stderr.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_istio.golden.yml Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_istio.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_istio_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_list.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_list.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_list.report Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_emojivoto_list.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_list_empty_resources.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_list_empty_resources.input.yml Add support for k8s 1.16 (#3364) 2019-09-04 09:59:55 -05:00
inject_emojivoto_list_empty_resources.report Ignoring resources with empty kind field. (#2292) 2019-02-19 11:44:28 -08:00
inject_emojivoto_list_empty_resources.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_list_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_namespace_good.golden.report Add inject support for namespace configs (Fix #3255) (#3607) 2019-10-30 10:18:01 -05:00
inject_emojivoto_namespace_good.golden.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_namespace_good.golden.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_namespace_good.input.yml Add inject support for namespace configs (Fix #3255) (#3607) 2019-10-30 10:18:01 -05:00
inject_emojivoto_namespace_overidden_good.golden.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_namespace_uninjected_good.golden.report Update uninject command to handle namespaces (Fixes #3648) (#3668) 2019-11-04 22:21:47 -08:00
inject_emojivoto_namespace_uninjected_good.golden.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_pod.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_pod.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_pod.report Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_emojivoto_pod.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_pod_proxyignores.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_pod_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_pod_with_requests.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_pod_with_requests.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_pod_with_requests.report Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_emojivoto_pod_with_requests.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_pod_with_requests_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_emojivoto_statefulset.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_emojivoto_statefulset.input.yml Remove empty fields from generated configs (#3886) 2020-01-13 10:02:24 -08:00
inject_emojivoto_statefulset.report Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_emojivoto_statefulset.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_emojivoto_statefulset_uninject.report Add newline separator above uninject reports (#2104) 2019-01-17 11:12:54 -08:00
inject_gettest_deployment.bad.golden Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_gettest_deployment.bad.golden.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_gettest_deployment.bad.input.yml Add support for k8s 1.16 (#3364) 2019-09-04 09:59:55 -05:00
inject_gettest_deployment.good.golden.stderr Update check and inject output (#2087) 2019-01-16 15:14:14 -08:00
inject_gettest_deployment.good.golden.stderr.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_gettest_deployment.good.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_gettest_deployment.good.input.yml Add support for k8s 1.16 (#3364) 2019-09-04 09:59:55 -05:00
inject_tap_deployment.bad.golden Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_tap_deployment.bad.golden.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
inject_tap_deployment.input.yml Fix missing proxy-init v1.3.2 -> v1.3.3 (#4596) 2020-06-15 10:53:01 -05:00
inject_tap_deployment_debug.golden.yml feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
inject_tap_deployment_debug.report Added unit test for injecting debug sidecar into CP deployment (#3786) 2019-12-10 13:45:48 -05:00
inject_tap_deployment_debug.report.verbose Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
install-cni-plugin_default.golden Improve cni resources labels (#4032) 2020-02-11 12:10:08 +02:00
install-cni-plugin_fully_configured.golden Improve cni resources labels (#4032) 2020-02-11 12:10:08 +02:00
install-cni-plugin_fully_configured_equal_dsts.golden Improve cni resources labels (#4032) 2020-02-11 12:10:08 +02:00
install-sp_default.golden Fixed prom route in linkerd service profile, and some extra cleanup (#4493) 2020-06-03 12:53:50 -05:00
install-sp_output.golden Fixed prom route in linkerd service profile, and some extra cleanup (#4493) 2020-06-03 12:53:50 -05:00
install_addon_config.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_addon_control-plane.golden feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
install_cni_helm_default_output.golden Use cniPluginVersion with Helm for linkerd2-cni (#4693) 2020-07-02 20:45:13 +05:30
install_cni_helm_override_output.golden Use cniPluginVersion with Helm for linkerd2-cni (#4693) 2020-07-02 20:45:13 +05:30
install_config.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_control-plane.golden feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
install_controlplane_tracing_output.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_custom_registry.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_default.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_default_override_dst_get_nets.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_grafana_existing.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_ha_output.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_ha_with_overrides_output.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_heartbeat_disabled_output.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_helm_output.golden Fix `splitStringListToPorts` port range object rendering (#4688) 2020-07-09 14:23:12 +03:00
install_helm_output_addons.golden Fix `splitStringListToPorts` port range object rendering (#4688) 2020-07-09 14:23:12 +03:00
install_helm_output_ha.golden Fix `splitStringListToPorts` port range object rendering (#4688) 2020-07-09 14:23:12 +03:00
install_no_init_container.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_output.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_proxy_ignores.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_restricted_dashboard.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_tracing.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
install_tracing_overwrite.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
not-valid-yet-crt.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
not-valid-yet-key.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
not-valid-yet-trust-anchors.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
routes_one_output.golden Traffic split integration test (#3649) 2019-11-13 21:14:34 +02:00
routes_one_output_json.golden Improve routes command to list all routes (#2066) 2019-01-16 17:15:35 -08:00
routes_one_output_wide.golden Fix routes wide output formatting for empty values (#4239) 2020-04-07 14:35:55 -05:00
stat_all_output.golden Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
stat_all_output_json.golden Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
stat_one_output.golden Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
stat_one_output_json.golden Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
stat_one_pod_output.golden Show pod status more clearly (#1967) (#2989) 2019-07-10 12:44:44 -07:00
stat_one_tcp_output.golden Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
stat_one_ts_output.golden Add trafficsplit metrics to CLI (#3176) 2019-08-14 10:30:57 -07:00
stat_one_ts_output_json.golden Add trafficsplit metrics to CLI (#3176) 2019-08-14 10:30:57 -07:00
tap_busy_output.golden Add JSON output to tap command (#3434) 2019-09-19 09:34:49 -07:00
tap_busy_output_json.golden Add TapEvent headers and trailers to the tap protobuf (#3410) 2019-09-29 09:54:37 -07:00
tap_busy_output_wide.golden Add JSON output to tap command (#3434) 2019-09-19 09:34:49 -07:00
tap_empty_output.golden Make several CLI commands testable (#86) 2017-12-27 14:10:41 -05:00
upgrade_add-on_config.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_add-on_controlplane.golden feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
upgrade_add-on_overwrite.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_add_add-on.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_default.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_external_issuer.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_grafana_addon_overwrite.yaml service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_grafana_disabled.yaml service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_grafana_enabled.yaml service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_grafana_enabled_disabled.yaml service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_grafana_overwrite.yaml service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_ha.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_ha_config.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_keep_webhook_cabundle.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_nothing_addon.yaml service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_overwrite_issuer.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_overwrite_trust_anchors-external-issuer.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_overwrite_trust_anchors.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
upgrade_two_level_webhook_cert.golden service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
valid-crt.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
valid-key.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
valid-trust-anchors.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
wrong-algo-crt.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
wrong-algo-key.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
wrong-algo-trust-anchors.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
wrong-domain-crt.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
wrong-domain-key.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
wrong-domain-trust-anchors.pem Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00