joindata

package
v1.0.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeRegistration

type NodeRegistration struct {
	Name          string
	CRISocket     string
	WorkingMode   string
	Organizations string
}

type YurtJoinData

type YurtJoinData interface {
	ServerAddr() string
	JoinToken() string
	PauseImage() string
	YurtHubImage() string
	KubernetesVersion() string
	TLSBootstrapCfg() *clientcmdapi.Config
	BootstrapClient() *clientset.Clientset
	NodeRegistration() *NodeRegistration
	CaCertHashes() sets.String
	NodeLabels() map[string]string
	IgnorePreflightErrors() sets.String
	KubernetesResourceServer() string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL