package
1.8.0
Repository: https://github.com/argoproj/argo-rollouts.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewManager returns a new manager to manage all the controllers.
NewPProfServer returns a new pprof server to gather runtime profiling data.

# Constants

DefaultAnalysisThreads is the default number of analysis worker threads to start with the controller.
DefaultExperimentThreads is the default number of experiment worker threads to start with the controller.
DefaultHealthzPort is the default port to check controller's health.
DefaultIngressThreads is the default number of ingress worker threads to start with the controller.
DefaultLeaderElect is the default true leader election should be enabled.
DefaultLeaderElectionLeaseDuration is the default time in seconds that non-leader candidates will wait to force acquire leadership.
DefaultLeaderElectionRenewDeadline is the default time in seconds that the acting master will retry refreshing leadership before giving up.
DefaultLeaderElectionRetryPeriod is the default time in seconds that the leader election clients should wait between tries of actions.
DefaultMetricsPort is the default port to expose the metrics endpoint.
DefaultRolloutResyncPeriod is the default time in seconds for rollout resync period.
DefaultRolloutThreads is the default number of rollout worker threads to start with the controller.
DefaultServiceThreads is the default number of service worker threads to start with the controller.
HealthzPath is the endpoint to probe if controller is running.

# Structs

No description provided by the author
Manager is the controller implementation for Argo-Rollout resources.