Documentation ¶
Index ¶
- Constants
- func ClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
- func ClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
- func DaemonSetCreator(getRegistry GetImageRegistry) reconciling.NamedDaemonSetCreatorGetter
- func DeploymentCreator(getRegistry GetImageRegistry, updateWindow kubermaticv1.UpdateWindow) reconciling.NamedDeploymentCreatorGetter
- func ServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
- type GetImageRegistry
Constants ¶
View Source
const (
ClusterRoleBindingName = "container-linux-update-operator"
)
View Source
const (
ClusterRoleName = "container-linux-update-operator"
)
View Source
const (
DaemonSetName = "container-linux-update-agent"
)
View Source
const (
DeploymentName = "container-linux-update-operator"
)
View Source
const (
ServiceAccountName = "container-linux-update-operator"
)
Variables ¶
This section is empty.
Functions ¶
func ClusterRoleBindingCreator ¶
func ClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
func ClusterRoleCreator ¶
func ClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
func DaemonSetCreator ¶
func DaemonSetCreator(getRegistry GetImageRegistry) reconciling.NamedDaemonSetCreatorGetter
func DeploymentCreator ¶
func DeploymentCreator(getRegistry GetImageRegistry, updateWindow kubermaticv1.UpdateWindow) reconciling.NamedDeploymentCreatorGetter
func ServiceAccountCreator ¶
func ServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
Types ¶
type GetImageRegistry ¶
Click to show internal directories.
Click to hide internal directories.