Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for credentialName (0.1 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    				Message: fmt.Sprintf(
    					"certificateRef %v/%v not accessible to a Gateway in namespace %q (missing a ReferenceGrant?)",
    					tls.CertificateRefs[0].Name, credNs, namespace,
    				),
    			}
    		}
    		out.CredentialName = cred
    	case k8s.TLSModePassthrough:
    		out.Mode = istio.ServerTLSSettings_PASSTHROUGH
    		if isAutoPassthrough {
    			out.Mode = istio.ServerTLSSettings_AUTO_PASSTHROUGH
    		}
    	}
    	return out, nil
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top