Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickHouseStatQuerier ¶ added in v0.4.0
type ClickHouseStatQuerier interface { GetDiskInfo(namespace string, stats *statsV1.ClickHouseStats) error GetTableInfo(namespace string, stats *statsV1.ClickHouseStats) error GetInsertRate(namespace string, stats *statsV1.ClickHouseStats) error GetStackTrace(namespace string, stats *statsV1.ClickHouseStats) error }
type NPRecommendationQuerier ¶
type NPRecommendationQuerier interface { GetNetworkPolicyRecommendation(namespace, name string) (*v1alpha1.NetworkPolicyRecommendation, error) ListNetworkPolicyRecommendation(namespace string) ([]*v1alpha1.NetworkPolicyRecommendation, error) DeleteNetworkPolicyRecommendation(namespace, name string) error CreateNetworkPolicyRecommendation(namespace string, networkPolicyRecommendation *v1alpha1.NetworkPolicyRecommendation) (*v1alpha1.NetworkPolicyRecommendation, error) }
type ThroughputAnomalyDetectorQuerier ¶ added in v0.5.0
type ThroughputAnomalyDetectorQuerier interface { GetThroughputAnomalyDetector(namespace, name string) (*v1alpha1.ThroughputAnomalyDetector, error) ListThroughputAnomalyDetector(namespace string) ([]*v1alpha1.ThroughputAnomalyDetector, error) DeleteThroughputAnomalyDetector(namespace, name string) error CreateThroughputAnomalyDetector(namespace string, anomalydetector *v1alpha1.ThroughputAnomalyDetector) (*v1alpha1.ThroughputAnomalyDetector, error) }
Click to show internal directories.
Click to hide internal directories.