package testing
import "k8s.io/apiserver/pkg/storage/etcd3/testing"
Index ¶
Functions ¶
func AddPrefix ¶
AddPrefix adds the ETCD_PREFIX to the provided key
func PathPrefix ¶
func PathPrefix() string
PathPrefix returns the prefix set via the ETCD_PREFIX environment variable (if any).
Types ¶
type EtcdTestServer ¶
type EtcdTestServer struct { // The following are lumped etcd2 test server params // TODO: Deprecate in a post 1.5 release etcdserver.ServerConfig PeerListeners, ClientListeners []net.Listener Client etcd.Client CertificatesDir string CertFile string KeyFile string CAFile string V3Client *clientv3.Client // contains filtered or unexported fields }
EtcdTestServer encapsulates the datastructures needed to start local instance for testing
func NewEtcdTestClientServer ¶
func NewEtcdTestClientServer(t *testing.T) *EtcdTestServer
NewEtcdTestClientServer DEPRECATED creates a new client and server for testing
func NewUnsecuredEtcd3TestClientServer ¶
func NewUnsecuredEtcd3TestClientServer(t *testing.T) (*EtcdTestServer, *storagebackend.Config)
NewUnsecuredEtcd3TestClientServer creates a new client and server for testing
func (*EtcdTestServer) Terminate ¶
func (m *EtcdTestServer) Terminate(t *testing.T)
Terminate will shutdown the running etcd server
Source Files ¶
test_server.go utils.go
Directories ¶
Path | Synopsis |
---|---|
pkg/storage/etcd3/testing/testingcert |
- Version
- v0.21.2
- Published
- Jun 17, 2021
- Platform
- js/wasm
- Imports
- 24 packages
- Last checked
- 17 seconds ago –
Tools for package owners.