package testcerts
import "k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts"
Package testcerts contains generated key pairs used by the unit tests of mutating and validating webhooks. They are for testing only.
Index ¶
Variables ¶
var BadCACert = []byte("" /* 1185 byte string literal not displayed */)
var BadCAKey = []byte("" /* 1680 byte string literal not displayed */)
var CACert = []byte("" /* 1185 byte string literal not displayed */)
var CAKey = []byte("" /* 1676 byte string literal not displayed */)
var ClientCert = []byte("" /* 1217 byte string literal not displayed */)
var ClientKey = []byte("" /* 1680 byte string literal not displayed */)
var ServerCert = []byte("" /* 1189 byte string literal not displayed */)
var ServerKey = []byte("" /* 1676 byte string literal not displayed */)
Source Files ¶
certs.go doc.go
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Last checked
- 15 seconds ago –
Tools for package owners.