Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeletBootstrapKubeconfig ¶
type KubeletBootstrapKubeconfig struct {
Log logr.Logger
FS afero.Afero
APIServerConfig nodeagentconfigv1alpha1.APIServer
}
KubeletBootstrapKubeconfig is a runnable for creating a bootstrap kubeconfig for kubelet.
type OSCChecker ¶
type OSCChecker struct {
Log logr.Logger
FS afero.Afero
Client client.Client
Recorder record.EventRecorder
DBus dbuspkg.DBus
NodeName string
// contains filtered or unexported fields
}
OSCChecker is a bootstrapper that checks the consistency of OperatingSystemConfig resources against the actual state of files and systemd units on the node.
Click to show internal directories.
Click to hide internal directories.