apiserverk8s.io/apiserver/pkg/admission/plugin/webhook/testcerts Index | Files

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.25.13
Published
Aug 24, 2023
Platform
js/wasm
Last checked
4 minutes ago

Tools for package owners.