package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewAPIServer creates an apiserver.
NewE2EServices returns a new E2EServices instance.
NewEtcd creates a new default etcd server using 'dataDir' for persistence.
NewNamespaceController creates a new namespace controller.
RunE2EServices actually start the e2e services.
RunKubelet starts kubelet and waits for termination signal.
# Constants
No description provided by the author
LOG_VERBOSITY_LEVEL is consistent with the level used in a cluster e2e test.
# Structs
APIServer is a server which manages apiserver.
E2EServices starts and stops e2e services in a separate process.
EtcdServer is a server which manages etcd.
LogFileData holds data about logfiles to fetch with a journalctl command or file from a node's file system.
NamespaceController is a server which manages namespace controller.