mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	update webhook test to go 1.21
This commit is contained in:
		@@ -47,7 +47,7 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	errBadCertificate    = "Get .*: remote error: tls: bad certificate"
 | 
						errBadCertificate    = "Get .*: remote error: tls: (bad certificate|unknown certificate authority)"
 | 
				
			||||||
	errNoConfiguration   = "invalid configuration: no configuration has been provided"
 | 
						errNoConfiguration   = "invalid configuration: no configuration has been provided"
 | 
				
			||||||
	errMissingCertPath   = "invalid configuration: unable to read %s %s for %s due to open %s: .*"
 | 
						errMissingCertPath   = "invalid configuration: unable to read %s %s for %s due to open %s: .*"
 | 
				
			||||||
	errSignedByUnknownCA = "Get .*: x509: .*(unknown authority|not standards compliant|not trusted)"
 | 
						errSignedByUnknownCA = "Get .*: x509: .*(unknown authority|not standards compliant|not trusted)"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user