Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ScheduleDesc *prometheus.Desc = prometheus.NewDesc( prometheus.BuildFQName("todo_operator", "todo", "info"), "Todo description of the todo operator todo metric", []string{ labelInstallation, labelClusterID, }, nil, ) )
Functions ¶
This section is empty.
Types ¶
type Set ¶
Set is basically only a wrapper for the operator's collector implementations. It eases the initialization and prevents some weird import mess so we do not have to alias packages. There is also the benefit of the helper type kept private so we do not need to expose this magic.
type SetConfig ¶
type SetConfig struct { K8sClient kubernetes.Interface Logger micrologger.Logger }
type TodoConfig ¶
type TodoConfig struct { }
Click to show internal directories.
Click to hide internal directories.