Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getpfr0 (0.31 sec)

  1. pkg/config/analysis/analyzers/destinationrule/ca-certificates.go

    			if p.GetTls().GetCaCertificates() == "" && !(p.GetTls().GetCredentialName() != "" && dr.WorkloadSelector != nil) {
    				m := msg.NewNoServerCertificateVerificationPortLevel(r, drName,
    					drNs.String(), mode.String(), dr.GetHost(), p.GetPort().String())
    
    				if line, ok := util.ErrorLine(r, fmt.Sprintf(util.DestinationRuleTLSPortLevelCert, i)); ok {
    					m.Line = line
    				}
    				ctx.Report(gvk.DestinationRule, m)
    			}
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top