Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIServer = "api-server" Admin = "admin" AuthProxy = "auth-proxy" CertificateAuthority = "certificate-authority" CloudController = "cloud-controller" ControllerManager = "controller-manager" ETCD = "etcd" Kubelet = "kubelet" ProgramController = "-controller" ProgramServer = "-server" Scheduler = "scheduler" Supervisor = "supervisor" )
Variables ¶
View Source
var Agent = []string{ Kubelet, version.Program + ProgramController, }
View Source
var All = append(Server, Agent...)
View Source
var CA = []string{ CertificateAuthority, }
CA is intentionally not included in agent, server, or all as it requires manual action by the user to rotate these certs.
View Source
var Server = []string{ APIServer, Admin, AuthProxy, CloudController, ControllerManager, ETCD, Scheduler, Supervisor, version.Program + ProgramServer, }
Functions ¶
func FilesForServices ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.