Documentation
¶
Overview ¶
Package helmrelease controller manages the helmreleas CR
Index ¶
Constants ¶
View Source
const ( //DefaultMaxConcurrent is the default value for the MaxConcurrentReconciles DefaultMaxConcurrent = 10 // MaxConcurrentEnvVar is the constant for env variable HR_MAX_CONCURRENT // which is the maximum concurrent reconcile number MaxConcurrentEnvVar = "HR_MAX_CONCURRENT" )
Variables ¶
View Source
var Options = ControllerCMDOptions{}
Options the command line options
Functions ¶
Types ¶
type ControllerCMDOptions ¶
type ControllerCMDOptions struct {
MaxConcurrent int
}
ControllerCMDOptions possible command line options
type HelmOperatorReconcileResult ¶
HelmOperatorReconcileResult holds the result of the HelmOperatorReconcile
type ReconcileHelmRelease ¶
type ReconcileHelmRelease struct { // This client, initialized using mgr.Client() above, is a split client // that reads objects from the cache and writes to the apiserver manager.Manager }
ReconcileHelmRelease reconciles a HelmRelease object
func (*ReconcileHelmRelease) Reconcile ¶
Reconcile reads that state of the cluster for a HelmRelease object and makes changes based on the state read and what is in the HelmRelease.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.