istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/test/testdata/env_vars.sh (about) 1 #!/bin/bash 2 3 # Copyright 2019 Istio Authors 4 # 5 # Licensed under the Apache License, Version 2.0 (the "License"); 6 # you may not use this file except in compliance with the License. 7 # You may obtain a copy of the License at 8 # 9 # http://www.apache.org/licenses/LICENSE-2.0 10 # 11 # Unless required by applicable law or agreed to in writing, software 12 # distributed under the License is distributed on an "AS IS" BASIS, 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 # See the License for the specific language governing permissions and 15 # limitations under the License. 16 17 # shellcheck disable=SC2034 18 KUBE_DNS_SERVICE_PORT=53 19 # shellcheck disable=SC2034 20 KUBE_DNS_PORT_53_TCP_PROTO=tcp 21 # shellcheck disable=SC2034 22 KUBE_DNS_PORT_53_UDP=udp://10.110.0.10:53 23 # shellcheck disable=SC2034 24 KUBE_DNS_PORT_53_UDP_PROTO=udp 25 # shellcheck disable=SC2034 26 KUBERNETES_PORT_443_TCP_PROTO=tcp 27 # shellcheck disable=SC2034 28 KUBERNETES_PORT_443_TCP_ADDR=10.110.0.1 29 # shellcheck disable=SC2034 30 KUBE_DNS_PORT_53_UDP_ADDR=10.110.0.10 31 # shellcheck disable=SC2034 32 KUBERNETES_PORT=tcp://10.110.0.1:443 33 # shellcheck disable=SC2034 34 KUBE_DNS_PORT_53_TCP_ADDR=10.110.0.10 35 # shellcheck disable=SC2034 36 KUBE_DNS_PORT=udp://10.110.0.10:53 37 # shellcheck disable=SC2034 38 KUBERNETES_SERVICE_PORT_HTTPS=443 39 # shellcheck disable=SC2034 40 KUBERNETES_PORT_443_TCP_PORT=443 41 # shellcheck disable=SC2034 42 KUBERNETES_PORT_443_TCP=tcp://10.110.0.1:443 43 # shellcheck disable=SC2034 44 KUBE_DNS_PORT_53_TCP_PORT=53 45 # shellcheck disable=SC2034 46 KUBE_DNS_PORT_53_TCP=tcp://10.110.0.10:53 47 # shellcheck disable=SC2034 48 KUBERNETES_SERVICE_PORT=443 49 # shellcheck disable=SC2034 50 KUBE_DNS_SERVICE_PORT_DNS=53 51 # shellcheck disable=SC2034 52 KUBE_DNS_SERVICE_PORT_DNS_TCP=53 53 # shellcheck disable=SC2034 54 KUBERNETES_SERVICE_HOST=10.110.0.1 55 # shellcheck disable=SC2034 56 KUBE_DNS_PORT_53_UDP_PORT=53 57 # shellcheck disable=SC2034 58 KUBE_DNS_SERVICE_HOST=10.110.0.10