Documentation
¶
Index ¶
Constants ¶
View Source
const (
PodVersionAnnotation = "registry.deckhouse.io/config-version"
)
Variables ¶
View Source
var ( MasterNodeLabelSelector = &v1.LabelSelector{ MatchLabels: map[string]string{ "node-role.kubernetes.io/control-plane": "", }, } )
Functions ¶
func KubernetsConfig ¶
func KubernetsConfig(name string) []go_hook.KubernetesConfig
Types ¶
type LocalModeParams ¶
type NodeServicesConfig ¶
type NodeServicesConfig struct {
Version string `json:"version"`
Config nodeservices.Config `json:"config"`
}
type Params ¶
type Params struct {
CA pki.CertKey
Token pki.CertKey
HTTPSecret string
UserRO users.User
Proxy *ProxyModeParams
Local *LocalModeParams
}
type ProcessResult ¶
type ProcessResult map[string]ProcessResultNode
func (ProcessResult) GetConditionMessage ¶
func (result ProcessResult) GetConditionMessage() string
func (ProcessResult) IsReady ¶
func (result ProcessResult) IsReady() bool
type ProcessResultNode ¶
type ProxyModeParams ¶
Click to show internal directories.
Click to hide internal directories.