Removing secure-verify-ca-secret support and writing an error log if that annotation is used in an Ingress definition

This commit is contained in:
Laszlo Janosi 2019-10-18 10:58:57 +02:00
parent a6815c36aa
commit 31227d61c2
10 changed files with 24 additions and 80 deletions

View file

@ -33,7 +33,6 @@ func (in *Backend) DeepCopyInto(out *Backend) {
(*in).DeepCopyInto(*out)
}
out.Port = in.Port
out.SecureCACert = in.SecureCACert
if in.Endpoints != nil {
in, out := &in.Endpoints, &out.Endpoints
*out = make([]Endpoint, len(*in))