Documentation ¶
Index ¶
- Constants
- Variables
- func CreateAndStartReconciler(ctx context.Context, mgr controllerruntime.Manager) error
- func CreateServiceController(ctx context.Context, mgr ctrl.Manager) (*serviceReconciler, error)
- func CreateVmController(mgr ctrl.Manager) (*vmReconciler, error)
- func NewSspReconciler(client client.Client, uncachedReader client.Reader, ...) *sspReconciler
- func ServiceObject(namespace string) *v1.Service
- type ControllerReconciler
Constants ¶
View Source
const ( MetricsServiceName = "ssp-operator-metrics" OperatorName = "ssp-operator" )
Variables ¶
View Source
var ( VmRhel6 = promauto.NewGaugeVec( prometheus.GaugeOpts{ Name: rhel6MetricName, Help: "Indication for a VirtualMachine that is based on rhel6 template", }, []string{ "namespace", "name", }, ) )
Functions ¶
func CreateAndStartReconciler ¶ added in v0.16.2
func CreateAndStartReconciler(ctx context.Context, mgr controllerruntime.Manager) error
func CreateServiceController ¶ added in v0.16.0
func CreateVmController ¶ added in v0.17.0
func NewSspReconciler ¶ added in v0.13.0
func ServiceObject ¶ added in v0.16.0
Types ¶
Click to show internal directories.
Click to hide internal directories.