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