Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalYAML ¶
func MarshalYAML(sth interface{}) []byte
Types ¶
type NodeAgentCurrent ¶
type NodeAgentSpec ¶
type NodeAgentsCurrentKind ¶
type NodeAgentsCurrentKind struct {
Kind string
Version string
Current map[string]*NodeAgentCurrent `yaml:",omitempty"`
}
type NodeAgentsDesiredKind ¶
type NodeAgentsDesiredKind struct {
Kind string
Version string
Spec NodeAgentsSpec `yaml:",omitempty"`
}
type NodeAgentsSpec ¶
type NodeAgentsSpec struct {
Commit string
NodeAgents map[string]*NodeAgentSpec
}
type Package ¶
type Software ¶
type Software struct {
Swap Package `yaml:",omitempty"`
Kubelet Package `yaml:",omitempty"`
Kubeadm Package `yaml:",omitempty"`
Kubectl Package `yaml:",omitempty"`
Containerruntime Package `yaml:",omitempty"`
KeepaliveD Package `yaml:",omitempty"`
Nginx Package `yaml:",omitempty"`
SSHD Package `yaml:",omitempty"`
Hostname Package `yaml:",omitempty"`
}
Click to show internal directories.
Click to hide internal directories.