Documentation ¶
Index ¶
Constants ¶
View Source
const ( // min sync period in seconds MinSyncPeriod = 180 MinRetryDuration = 60 MaxRetryDuration = 600 HelmRepoSyncStateLen = 10 StateSuccess = "successful" StateFailed = "failed" MessageLen = 512 )
View Source
const (
HelmRepoFinalizer = "helmrepo.application.kubesphere.io"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileHelmRepo ¶
ReconcileWorkspace reconciles a Workspace object
func (*ReconcileHelmRepo) Reconcile ¶
Reconcile reads that state of the cluster for a helmrepoes object and makes changes based on the state read and what is in the helmreleases.Spec +kubebuilder:rbac:groups=application.kubesphere.io,resources=helmrepos,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=application.kubesphere.io,resources=helmrepos/status,verbs=get;update;patch
Click to show internal directories.
Click to hide internal directories.