Documentation ¶
Index ¶
- Constants
- func AppendNewEncryptionKey(keys *[]apiserverconfigv1.Key) error
- func HomeKubeConfig(write, rootless bool) (string, error)
- func ResolveDataDir(dataDir string) (string, error)
- func StartServer(ctx context.Context, config *Config, cfg *cmds.Server) error
- type Config
- type Context
- type CustomControllers
- type EncryptionRequest
- type EncryptionState
Constants ¶
View Source
const ( MasterRoleLabelKey = "node-role.kubernetes.io/master" ControlPlaneRoleLabelKey = "node-role.kubernetes.io/control-plane" ETCDRoleLabelKey = "node-role.kubernetes.io/etcd" )
Variables ¶
This section is empty.
Functions ¶
func AppendNewEncryptionKey ¶
func AppendNewEncryptionKey(keys *[]apiserverconfigv1.Key) error
func HomeKubeConfig ¶
func ResolveDataDir ¶
Types ¶
type Config ¶
type Config struct { DisableAgent bool DisableServiceLB bool ControlConfig config.Control Rootless bool ServiceLBNamespace string SupervisorPort int StartupHooks []cmds.StartupHook LeaderControllers CustomControllers Controllers CustomControllers }
type Context ¶
type EncryptionRequest ¶
type EncryptionState ¶
Click to show internal directories.
Click to hide internal directories.