From d6b29c216744f78064e86827c48785b80d2898d5 Mon Sep 17 00:00:00 2001 From: "Heiko W. Rupp" Date: Wed, 5 Dec 2018 15:32:35 +0100 Subject: [PATCH] target -> targets --- authentication/v1alpha1/istio.authentication.v1alpha1.pb.html | 2 +- authentication/v1alpha1/policy.pb.go | 2 +- authentication/v1alpha1/policy.proto | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html b/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html index c310c37acc..7decc1c666 100644 --- a/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html +++ b/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html @@ -368,7 +368,7 @@

Policy

name: mTLS_enable namespace: frod spec: - target: + targets: - name: productpage ports: - number: 9000 diff --git a/authentication/v1alpha1/policy.pb.go b/authentication/v1alpha1/policy.pb.go index c5a8a66419..ea0dc950ae 100644 --- a/authentication/v1alpha1/policy.pb.go +++ b/authentication/v1alpha1/policy.pb.go @@ -674,7 +674,7 @@ func (m *OriginAuthenticationMethod) GetJwt() *Jwt { // name: mTLS_enable // namespace: frod // spec: -// target: +// targets: // - name: productpage // ports: // - number: 9000 diff --git a/authentication/v1alpha1/policy.proto b/authentication/v1alpha1/policy.proto index 32a56ac0f5..14c0f4294e 100644 --- a/authentication/v1alpha1/policy.proto +++ b/authentication/v1alpha1/policy.proto @@ -289,7 +289,7 @@ enum PrincipalBinding { // name: mTLS_enable // namespace: frod // spec: -// target: +// targets: // - name: productpage // ports: // - number: 9000