Documentation
¶
Index ¶
- Constants
- Variables
- type AllWorkloadClusterLabels
- type ConfigMapChangePredicate
- type SecretChangePredicate
- type SourceRevisionChangePredicate
- type SylvaWorkloadClusterReconciler
- func (r *SylvaWorkloadClusterReconciler) GenerateSylvaUnitsRelease(ctx context.Context, workloadCluster *swcv1alpha1.SylvaWorkloadCluster, ...) (*sylvav1alpha1.SylvaUnitsRelease, error)
- func (r *SylvaWorkloadClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
- func (r *SylvaWorkloadClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
View Source
const ( WorkloadClusterChartValuesPath = "workload-cluster.values.yaml" PreviewClusterChartValuesPath = "preview.values.yaml" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AllWorkloadClusterLabels ¶ added in v0.8.0
func (AllWorkloadClusterLabels) Update ¶ added in v0.8.0
func (AllWorkloadClusterLabels) Update(e event.UpdateEvent) bool
type ConfigMapChangePredicate ¶
func (ConfigMapChangePredicate) Update ¶
func (ConfigMapChangePredicate) Update(e event.UpdateEvent) bool
type SecretChangePredicate ¶
func (SecretChangePredicate) Update ¶
func (SecretChangePredicate) Update(e event.UpdateEvent) bool
type SourceRevisionChangePredicate ¶ added in v0.10.0
func (SourceRevisionChangePredicate) Update ¶ added in v0.10.0
func (SourceRevisionChangePredicate) Update(e event.UpdateEvent) bool
type SylvaWorkloadClusterReconciler ¶
type SylvaWorkloadClusterReconciler struct {
client.Client
Scheme *runtime.Scheme
record.EventRecorder
}
SylvaWorkloadClusterReconciler reconciles a SylvaWorkloadCluster object
func (*SylvaWorkloadClusterReconciler) GenerateSylvaUnitsRelease ¶
func (r *SylvaWorkloadClusterReconciler) GenerateSylvaUnitsRelease( ctx context.Context, workloadCluster *swcv1alpha1.SylvaWorkloadCluster, surp *sylvav1alpha1.SylvaUnitsReleasePreset, surNsName string, ) (*sylvav1alpha1.SylvaUnitsRelease, error)
func (*SylvaWorkloadClusterReconciler) SetupWithManager ¶
func (r *SylvaWorkloadClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.