Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintMemUsage ¶
func PrintMemUsage(title string)
Types ¶
type AppSubClusterStatus ¶
type AppSubClustersStatus ¶
type AppSubClustersStatus struct { Clusters []AppSubClusterStatus Deployed int Failed int PropagationFailed int }
appsub cluster statuses per appsub.
type ClusterSorter ¶
type ClusterSorter []*appsubReportV1alpha1.SubscriptionReportResult
ClusterSorter sorts appsubreport results by source name.
func (ClusterSorter) Len ¶
func (a ClusterSorter) Len() int
func (ClusterSorter) Less ¶
func (a ClusterSorter) Less(i, j int) bool
func (ClusterSorter) Swap ¶
func (a ClusterSorter) Swap(i, j int)
type ReconcileAppSubSummary ¶
ReconcileAppSubStatus reconciles a AppSubStatus object.
func (*ReconcileAppSubSummary) Start ¶
func (r *ReconcileAppSubSummary) Start(ctx context.Context) error
func (*ReconcileAppSubSummary) UpdateAppSubMapsPerCluster ¶
func (r *ReconcileAppSubSummary) UpdateAppSubMapsPerCluster(appsubReportPerCluster appsubReportV1alpha1.SubscriptionReport, appSubClusterStatusMap map[string]AppSubClustersStatus)
Click to show internal directories.
Click to hide internal directories.