Documentation ¶
Index ¶
- Constants
- func DeploymentCreator(data operatingSystemManagerData) reconciling.NamedDeploymentCreatorGetter
- func DeploymentCreatorWithoutInitWrapper(data operatingSystemManagerData) reconciling.NamedDeploymentCreatorGetter
- func ResourcesForDeletion(namespace string) []ctrlruntimeclient.Object
- func RoleBindingCreator() (string, reconciling.RoleBindingCreator)
- func RoleCreator() (string, reconciling.RoleCreator)
- func ServiceAccountCreator() (string, reconciling.ServiceAccountCreator)
Constants ¶
View Source
const ( Name = "operating-system-manager" Tag = "v0.4.5" )
Variables ¶
This section is empty.
Functions ¶
func DeploymentCreator ¶
func DeploymentCreator(data operatingSystemManagerData) reconciling.NamedDeploymentCreatorGetter
DeploymentCreator returns the function to create and update the operating system manager deployment.
func DeploymentCreatorWithoutInitWrapper ¶
func DeploymentCreatorWithoutInitWrapper(data operatingSystemManagerData) reconciling.NamedDeploymentCreatorGetter
DeploymentCreatorWithoutInitWrapper returns the function to create and update the operating system manager deployment without the wrapper that checks for apiserver availabiltiy. This allows to adjust the command.
func ResourcesForDeletion ¶
func ResourcesForDeletion(namespace string) []ctrlruntimeclient.Object
func RoleBindingCreator ¶
func RoleBindingCreator() (string, reconciling.RoleBindingCreator)
func RoleCreator ¶
func RoleCreator() (string, reconciling.RoleCreator)
func ServiceAccountCreator ¶
func ServiceAccountCreator() (string, reconciling.ServiceAccountCreator)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.