Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Blue = color.RGBA{16, 61, 102, 255} // #103d66 Green = color.RGBA{11, 97, 42, 255} // #0b612a Purple = color.RGBA{115, 31, 77, 255} // #731f4d Orange = color.RGBA{189, 115, 0, 255} // #bd7300 Red = color.RGBA{167, 46, 38, 255} // #a72e26 Grey = color.RGBA{41, 52, 61, 255} // #29343D HealthStatusColors = map[health.HealthStatusCode]color.RGBA{ health.HealthStatusDegraded: Red, health.HealthStatusHealthy: Green, health.HealthStatusMissing: Purple, health.HealthStatusProgressing: Blue, health.HealthStatusSuspended: Grey, health.HealthStatusUnknown: Purple, } SyncStatusColors = map[appv1.SyncStatusCode]color.RGBA{ appv1.SyncStatusCodeSynced: Green, appv1.SyncStatusCodeOutOfSync: Orange, appv1.SyncStatusCodeUnknown: Purple, } )
Functions ¶
func NewHandler ¶
func NewHandler(appClientset versioned.Interface, settingsMrg *settings.SettingsManager, namespace string, enabledNamespaces []string) http.Handler
NewHandler creates handler serving to do api/badge endpoint
Types ¶
Click to show internal directories.
Click to hide internal directories.