@@ -125,11 +125,8 @@ var (
125125 Protocol : "HTTPS" ,
126126 },
127127 Tls : & istiov1beta1.ServerTLSSettings {
128- Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
129- ServerCertificate : corev1 .TLSCertKey ,
130- PrivateKey : corev1 .TLSPrivateKeyKey ,
131- CredentialName : "secret0" ,
132- MinProtocolVersion : istiov1beta1 .ServerTLSSettings_TLSV1_2 ,
128+ Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
129+ CredentialName : "secret0" ,
133130 },
134131 }
135132 originGateways = map [string ]string {
@@ -210,11 +207,8 @@ var (
210207 Protocol : "HTTPS" ,
211208 },
212209 Tls : & istiov1beta1.ServerTLSSettings {
213- Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
214- ServerCertificate : "tls.crt" ,
215- PrivateKey : "tls.key" ,
216- CredentialName : "secret0" ,
217- MinProtocolVersion : istiov1beta1 .ServerTLSSettings_TLSV1_2 ,
210+ Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
211+ CredentialName : "secret0" ,
218212 },
219213 }
220214
@@ -226,11 +220,8 @@ var (
226220 Protocol : "HTTPS" ,
227221 },
228222 Tls : & istiov1beta1.ServerTLSSettings {
229- Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
230- ServerCertificate : "tls.crt" ,
231- PrivateKey : "tls.key" ,
232- CredentialName : "secret0" ,
233- MinProtocolVersion : istiov1beta1 .ServerTLSSettings_TLSV1_2 ,
223+ Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
224+ CredentialName : "secret0" ,
234225 },
235226 }
236227
@@ -264,11 +255,8 @@ var (
264255 Protocol : "HTTPS" ,
265256 },
266257 Tls : & istiov1beta1.ServerTLSSettings {
267- Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
268- ServerCertificate : "tls.crt" ,
269- PrivateKey : "tls.key" ,
270- CredentialName : "other-secret" ,
271- MinProtocolVersion : istiov1beta1 .ServerTLSSettings_TLSV1_2 ,
258+ Mode : istiov1beta1 .ServerTLSSettings_SIMPLE ,
259+ CredentialName : "other-secret" ,
272260 },
273261 }
274262 irrelevantServer1 = & istiov1beta1.Server {
0 commit comments