Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeRegistration ¶
type YurtJoinData ¶
type YurtJoinData interface { CfgPath() string ServerAddr() string JoinToken() string PauseImage() string YurtHubImage() string YurtHubServer() string YurtHubTemplate() string YurtHubManifest() string KubernetesVersion() string TLSBootstrapCfg() *clientcmdapi.Config BootstrapClient() *clientset.Clientset NodeRegistration() *NodeRegistration CaCertHashes() []string NodeLabels() map[string]string IgnorePreflightErrors() sets.Set[string] KubernetesResourceServer() string ReuseCNIBin() bool Namespace() string StaticPodTemplateList() []string StaticPodManifestList() []string }
Click to show internal directories.
Click to hide internal directories.