# Functions
GetArgoRolloutRollingUpgradeFuncs returns all callback funcs for a rollout.
GetDaemonSetRollingUpgradeFuncs returns all callback funcs for a daemonset.
GetDeploymentConfigRollingUpgradeFuncs returns all callback funcs for a deploymentConfig.
GetDeploymentRollingUpgradeFuncs returns all callback funcs for a deployment.
GetStatefulSetRollingUpgradeFuncs returns all callback funcs for a statefulSet.
PerformRollingUpgrade upgrades the deployment if there is any change in configmap or secret data.
# Structs
ResourceCreatedHandler contains new objects.
ResourceUpdatedHandler contains updated objects.
# Interfaces
ResourceHandler handles the creation and update of resources.