Documentation ¶
Index ¶
- func CalculateConfigMapDataCheckSum(m map[string]string) string
- func CalculateSecretedDataCheckSum(m map[string][]byte) string
- func DeleteMetricsServerPod(ctx context.Context, metricsServerNamespace string, logger logr.Logger, ...) error
- func HasPodMonitorCRD(ctx context.Context, logger logr.Logger, cl client.Client) bool
- func HasServiceMonitorCRD(ctx context.Context, logger logr.Logger, cl client.Client) bool
- func RunningOnClusterWithoutSeccompProfileDefault(logger logr.Logger, discoveryClient *discovery.DiscoveryClient) bool
- func RunningOnOpenshift(ctx context.Context, logger logr.Logger, cl client.Client) bool
- func UpdateKedaControllerStatus(ctx context.Context, cl client.Client, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteMetricsServerPod ¶
func HasPodMonitorCRD ¶
HasPodMonitorCRD returns true if the monitoring stack (i.e. Prometheus) is present, false otherwise
func HasServiceMonitorCRD ¶
HasServiceMonitorCRD returns true if the ServiceMonitor CRD is present in the cluster, false otherwise
func RunningOnClusterWithoutSeccompProfileDefault ¶
func RunningOnClusterWithoutSeccompProfileDefault(logger logr.Logger, discoveryClient *discovery.DiscoveryClient) bool
RunningOnClusterWithoutSeccompProfileDefault returns true if running on cluster <= 1.23.Z which lacks the RuntimeDefault seccomp profile
func RunningOnOpenshift ¶
func UpdateKedaControllerStatus ¶
func UpdateKedaControllerStatus(ctx context.Context, cl client.Client, kedaController *kedav1alpha1.KedaController, status *kedav1alpha1.KedaControllerStatus) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.