ClientAuth defines the server's policy for TLS Client Authentication.
clientAuthType
string
ClientAuthType defines the client authentication type to apply.
enum: NoClientCert, RequestClientCert, RequireAnyClientCert, VerifyClientCertIfGiven, RequireAndVerifyClientCert
secretNames
[]string
SecretNames defines the names of the referenced Kubernetes Secret storing certificate details.