From owner-svn-ports-all@freebsd.org Sun May 19 13:39:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A94615AE7F1; Sun, 19 May 2019 13:39:24 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDBEA8CF1B; Sun, 19 May 2019 13:39:23 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3FA07B94; Sun, 19 May 2019 13:39:23 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4JDdN8m071712; Sun, 19 May 2019 13:39:23 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4JDdNId071709; Sun, 19 May 2019 13:39:23 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201905191339.x4JDdNId071709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 19 May 2019 13:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502022 - head/sysutils/istio X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/sysutils/istio X-SVN-Commit-Revision: 502022 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DDBEA8CF1B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2019 13:39:24 -0000 Author: danilo Date: Sun May 19 13:39:22 2019 New Revision: 502022 URL: https://svnweb.freebsd.org/changeset/ports/502022 Log: - Update to 1.1.7 - Add EXAMPLES option Modified: head/sysutils/istio/Makefile head/sysutils/istio/distinfo head/sysutils/istio/pkg-plist Modified: head/sysutils/istio/Makefile ============================================================================== --- head/sysutils/istio/Makefile Sun May 19 13:33:12 2019 (r502021) +++ head/sysutils/istio/Makefile Sun May 19 13:39:22 2019 (r502022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= istio -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org @@ -14,6 +14,9 @@ RUN_DEPENDS= kubectl:sysutils/kubectl USES= go +OPTIONS_DEFINE= EXAMPLES +OPTIONS_SUB= yes + USE_GITHUB= yes GO_PKGNAME= istio.io/istio @@ -23,5 +26,8 @@ GO_BUILDFLAGS= -ldflags="-X istio.io/istio/pkg/version post-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} install ${STAGEDIR}${DATADIR}) + +post-install-EXAMPLES-on: + (cd ${WRKSRC} && ${COPYTREE_SHARE} samples ${STAGEDIR}${DATADIR}) .include Modified: head/sysutils/istio/distinfo ============================================================================== --- head/sysutils/istio/distinfo Sun May 19 13:33:12 2019 (r502021) +++ head/sysutils/istio/distinfo Sun May 19 13:39:22 2019 (r502022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557658059 -SHA256 (istio-istio-1.1.6_GH0.tar.gz) = f12a9b05ac68ca1b3993e5e1f0ca01127ed88a6b885c6871fdbd0709c8caef7a -SIZE (istio-istio-1.1.6_GH0.tar.gz) = 20707819 +TIMESTAMP = 1558168746 +SHA256 (istio-istio-1.1.7_GH0.tar.gz) = 7b3703bebe5701085df7232167937e6dbc6d4bb38495e1ef8fc1511480b486ad +SIZE (istio-istio-1.1.7_GH0.tar.gz) = 20711283 Modified: head/sysutils/istio/pkg-plist ============================================================================== --- head/sysutils/istio/pkg-plist Sun May 19 13:33:12 2019 (r502021) +++ head/sysutils/istio/pkg-plist Sun May 19 13:39:22 2019 (r502022) @@ -272,3 +272,187 @@ bin/istioctl %%DATADIR%%/install/tools/setupIstioVM.sh %%DATADIR%%/install/tools/setupMeshEx.sh %%DATADIR%%/install/updateVersion.sh +%%EXAMPLES%%%%DATADIR%%/samples/OWNERS +%%EXAMPLES%%%%DATADIR%%/samples/README.md +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/README.md +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/build_push_update_images.sh +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/ROUTING_RULE_MIGRATION.md +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/bookinfo-gateway.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/certmanager-gateway.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/destination-rule-all-mtls.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/destination-rule-all.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/destination-rule-reviews.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/egress-rule-google-apis.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/fault-injection-details-v1.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-all-v1.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-details-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-db.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-mysql-vm.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-mysql.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-test-abort.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-test-delay.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-50-v3.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-80-20.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-90-10.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-jason-v2-v3.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-test-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-v2-v3.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-v3.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/README.md +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/bookinfo.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/cleanup.sh +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/destination-rule-all.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/templates/bookinfo.sidecars.yaml.tmpl +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-all-v1.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-ratings-test-abort.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-ratings-test-delay.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-50-v3.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-test-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-v2-v3.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-v3.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/README.md +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-add-serviceaccount.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-certificate.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-db.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-details-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-details.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ingress.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-mysql.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-discovery.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-v2-mysql-vm.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-v2-mysql.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-reviews-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/cleanup.sh +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/productpage-nodeport.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/details-reviews-policy-permissive.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/details-reviews-policy.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/mongodb-policy.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/namespace-policy.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/productpage-policy.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/ratings-policy.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/ratings-v2-add-serviceaccount.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-ON.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-on-mongodb.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-on-permissive.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-permissive-telemetry.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-ip-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-ip.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-label-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-label.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-serviceaccount.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-whitelist-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-whitelist.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ingress-denial.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-kubernetesenv-telemetry.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-ratelimit-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-ratelimit.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-redis-quota-rolling-window.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-denial.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-ratelimit.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/build-services.sh +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/details/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/details/details.rb +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mongodb/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mongodb/ratings_data.json +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mongodb/script.sh +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mysql/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mysql/mysqldb-init.sql +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/productpage.py +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/requirements.txt +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/templates/index.html +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/templates/productpage.html +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/test-requirements.txt +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/tests/unit/test_productpage.py +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/ratings/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/ratings/package.json +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/ratings/ratings.js +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/.gitignore +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/build.gradle +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/.gitignore +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/build.gradle +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/java/application/ReviewsApplication.java +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/java/application/rest/LibertyRestEndpoint.java +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/webapp/WEB-INF/ibm-web-ext.xml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/webapp/WEB-INF/web.xml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/webapp/index.html +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/test/java/test/TestApplication.java +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/build.gradle +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/servers/LibertyProjectServer/server.xml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/shared/.gitkeep +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/src/test/java/it/EndpointTest.java +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/src/test/java/it/TestApplication.java +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/src/test/java/it/rest/LibertyRestEndpointTest.java +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/settings.gradle +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/swagger.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/fluentd-istio-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/fluentd-istio.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/log-entry-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/log-entry.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/metrics-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/metrics.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/tcp-metrics-crd.yaml +%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/tcp-metrics.yaml +%%EXAMPLES%%%%DATADIR%%/samples/certs/ca-cert.pem +%%EXAMPLES%%%%DATADIR%%/samples/certs/ca-key.pem +%%EXAMPLES%%%%DATADIR%%/samples/certs/cert-chain.pem +%%EXAMPLES%%%%DATADIR%%/samples/certs/root-cert.pem +%%EXAMPLES%%%%DATADIR%%/samples/custom-bootstrap/README.md +%%EXAMPLES%%%%DATADIR%%/samples/custom-bootstrap/custom-bootstrap.yaml +%%EXAMPLES%%%%DATADIR%%/samples/custom-bootstrap/example-app.yaml +%%EXAMPLES%%%%DATADIR%%/samples/external/README.md +%%EXAMPLES%%%%DATADIR%%/samples/external/aptget.yaml +%%EXAMPLES%%%%DATADIR%%/samples/external/github.yaml +%%EXAMPLES%%%%DATADIR%%/samples/external/pypi.yaml +%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-command.yaml +%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-http-same-port.yaml +%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-http.yaml +%%EXAMPLES%%%%DATADIR%%/samples/health-check/server.go +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/README.md +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/helloworld-gateway.yaml +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/helloworld.yaml +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/loadgen.sh +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/app.py +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/build_service.sh +%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/requirements.txt +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/README.md +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin-gateway.yaml +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin-nodeport.yaml +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin-vault.yaml +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin.yaml +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/policy/keyval-template.yaml +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/policy/keyval.yaml +%%EXAMPLES%%%%DATADIR%%/samples/httpbin/sample-client/fortio-deploy.yaml +%%EXAMPLES%%%%DATADIR%%/samples/https/default.conf +%%EXAMPLES%%%%DATADIR%%/samples/https/nginx-app.yaml +%%EXAMPLES%%%%DATADIR%%/samples/kubernetes-blog/bookinfo-ratings.yaml +%%EXAMPLES%%%%DATADIR%%/samples/kubernetes-blog/bookinfo-reviews-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/kubernetes-blog/bookinfo-v1.yaml +%%EXAMPLES%%%%DATADIR%%/samples/rawvm/.gitignore +%%EXAMPLES%%%%DATADIR%%/samples/rawvm/Makefile +%%EXAMPLES%%%%DATADIR%%/samples/rawvm/README.md +%%EXAMPLES%%%%DATADIR%%/samples/rawvm/demo.sh +%%EXAMPLES%%%%DATADIR%%/samples/rawvm/k8cli.yaml.in +%%EXAMPLES%%%%DATADIR%%/samples/rawvm/k8services.yaml.in +%%EXAMPLES%%%%DATADIR%%/samples/sleep/README.md +%%EXAMPLES%%%%DATADIR%%/samples/sleep/policy/sni-serviceaccount.yaml +%%EXAMPLES%%%%DATADIR%%/samples/sleep/policy/sni-wikipedia.yaml +%%EXAMPLES%%%%DATADIR%%/samples/sleep/sleep-vault.yaml +%%EXAMPLES%%%%DATADIR%%/samples/sleep/sleep.yaml +%%EXAMPLES%%%%DATADIR%%/samples/sleep/telemetry/sni-logging.yaml +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/README.md +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/src/Dockerfile +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/src/main.go +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/src/main_test.go +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo-20-v2.yaml +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo-all-v1.yaml +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo-services.yaml +%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo.yaml +%%EXAMPLES%%%%DATADIR%%/samples/websockets/README.md +%%EXAMPLES%%%%DATADIR%%/samples/websockets/app.yaml +%%EXAMPLES%%%%DATADIR%%/samples/websockets/route.yaml