# Functions
CalculateComponentHealthResult checks if all required components are installed, collects the health states from ComponentInstallation and creates a ComponentHealthResult.
CalculateDoguHealthResult collects the health states from DoguInstallation and creates a DoguHealthResult.
No description provided by the author
No description provided by the author
InstallComponent is a factory for new ComponentInstallation's.
InstallDogu is a factory for new DoguInstallation's.
# Constants
No description provided by the author
ComponentStatusDeleting represents a status for a component that is currently being deleted.
TODO: Unused constants needed?.
ComponentStatusInstalled represents a status for a component that was successfully installed.
ComponentStatusInstalling represents a status for a component that is currently being installed.
ComponentStatusNotInstalled represents a status for a component that is not installed.
ComponentStatusTryToDelete represents a status for a component that is installed but its delete process is in requeue loop.
ComponentStatusTryToInstall represents a status for a component that is not installed but its install process is in requeue loop.
ComponentStatusTryToUpgrade represents a status for a component that is installed but its actual upgrade process is in requeue loop.
ComponentStatusUpgrading represents a status for a component that is currently being upgraded.
TODO: Unused constants needed?.
TODO: Unused constants needed?.
TODO: Unused constants needed?.
TODO: Unused constants needed?.
TODO: Unused constants needed?.
TODO: Unused constants needed?.
Specific Nginx annotations.
Specific Nginx annotations.
Specific Nginx annotations.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ComponentHealthResult is a snapshot of all components' health states.
ComponentInstallation represents an installed or to be installed component in the ecosystem.
No description provided by the author
DoguHealthResult is a snapshot of the health states of all dogus.
DoguInstallation represents an installed or to be installed dogu in the ecosystem.
No description provided by the author
No description provided by the author
HealthResult is a snapshot of the health states of all relevant parts of the running ecosystem.
No description provided by the author
No description provided by the author
No description provided by the author
UpgradeConfig contains configuration hints regarding aspects during the upgrade of dogus.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author