Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRunCommand ¶
NewRunCommand creates a new cobra.Command for the sync-global-pullsecret command
Types ¶
type GlobalPullSecretSyncer ¶ added in v0.1.71
type GlobalPullSecretSyncer struct {
// contains filtered or unexported fields
}
GlobalPullSecretSyncer handles the synchronization of pull secrets
type KubeletRestarter ¶ added in v0.1.74
type KubeletRestarter interface {
Restart() error
}
KubeletRestarter is an interface for restarting the kubelet service. This allows tests to inject a mock implementation.
Click to show internal directories.
Click to hide internal directories.