Documentation ¶
Index ¶
- Constants
- func AgentClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
- func AgentClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
- func AgentDaemonSetCreator(getRegistry registry.WithOverwriteFunc) reconciling.NamedDaemonSetCreatorGetter
- func AgentServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
- func OperatorClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
- func OperatorClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
- func OperatorDeploymentCreator(registryWithOverwrite registry.WithOverwriteFunc, ...) reconciling.NamedDeploymentCreatorGetter
- func OperatorServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
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 AgentClusterRoleBindingCreator ¶
func AgentClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
func AgentClusterRoleCreator ¶
func AgentClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
func AgentDaemonSetCreator ¶
func AgentDaemonSetCreator(getRegistry registry.WithOverwriteFunc) reconciling.NamedDaemonSetCreatorGetter
func AgentServiceAccountCreator ¶
func AgentServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
func OperatorClusterRoleBindingCreator ¶
func OperatorClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
func OperatorClusterRoleCreator ¶
func OperatorClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
func OperatorDeploymentCreator ¶
func OperatorDeploymentCreator(registryWithOverwrite registry.WithOverwriteFunc, updateWindow kubermaticv1.UpdateWindow) reconciling.NamedDeploymentCreatorGetter
func OperatorServiceAccountCreator ¶
func OperatorServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.