Documentation ¶
Index ¶
- Constants
- func AgentClusterRoleBindingReconciler() reconciling.NamedClusterRoleBindingReconcilerFactory
- func AgentClusterRoleReconciler() reconciling.NamedClusterRoleReconcilerFactory
- func AgentDaemonSetReconciler(imageRewriter registry.ImageRewriter) reconciling.NamedDaemonSetReconcilerFactory
- func AgentServiceAccountReconciler() reconciling.NamedServiceAccountReconcilerFactory
- func EnsureAllDeleted(ctx context.Context, client ctrlruntimeclient.Client) error
- func OperatorClusterRoleBindingReconciler() reconciling.NamedClusterRoleBindingReconcilerFactory
- func OperatorClusterRoleReconciler() reconciling.NamedClusterRoleReconcilerFactory
- func OperatorDeploymentReconciler(imageRewriter registry.ImageRewriter, updateWindow kubermaticv1.UpdateWindow) reconciling.NamedDeploymentReconcilerFactory
- func OperatorServiceAccountReconciler() reconciling.NamedServiceAccountReconcilerFactory
Constants ¶
View Source
const ( OperatorClusterRoleName = "flatcar-linux-update-operator" AgentClusterRoleName = "flatcar-linux-update-agent" )
View Source
const ( OperatorClusterRoleBindingName = "flatcar-linux-update-operator" AgentClusterRoleBindingName = "flatcar-linux-update-agent" )
View Source
const ( OperatorServiceAccountName = "flatcar-linux-update-operator-sa" AgentServiceAccountName = "flatcar-linux-update-agent" )
View Source
const (
AgentDaemonSetName = "flatcar-linux-update-agent"
)
View Source
const (
OperatorDeploymentName = "flatcar-linux-update-operator"
)
Variables ¶
This section is empty.
Functions ¶
func AgentClusterRoleBindingReconciler ¶ added in v2.22.0
func AgentClusterRoleBindingReconciler() reconciling.NamedClusterRoleBindingReconcilerFactory
func AgentClusterRoleReconciler ¶ added in v2.22.0
func AgentClusterRoleReconciler() reconciling.NamedClusterRoleReconcilerFactory
func AgentDaemonSetReconciler ¶ added in v2.22.0
func AgentDaemonSetReconciler(imageRewriter registry.ImageRewriter) reconciling.NamedDaemonSetReconcilerFactory
func AgentServiceAccountReconciler ¶ added in v2.22.0
func AgentServiceAccountReconciler() reconciling.NamedServiceAccountReconcilerFactory
func EnsureAllDeleted ¶ added in v2.20.0
func EnsureAllDeleted(ctx context.Context, client ctrlruntimeclient.Client) error
func OperatorClusterRoleBindingReconciler ¶ added in v2.22.0
func OperatorClusterRoleBindingReconciler() reconciling.NamedClusterRoleBindingReconcilerFactory
func OperatorClusterRoleReconciler ¶ added in v2.22.0
func OperatorClusterRoleReconciler() reconciling.NamedClusterRoleReconcilerFactory
func OperatorDeploymentReconciler ¶ added in v2.22.0
func OperatorDeploymentReconciler(imageRewriter registry.ImageRewriter, updateWindow kubermaticv1.UpdateWindow) reconciling.NamedDeploymentReconcilerFactory
func OperatorServiceAccountReconciler ¶ added in v2.22.0
func OperatorServiceAccountReconciler() reconciling.NamedServiceAccountReconcilerFactory
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.