Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObservabilityBundleService ¶ added in v0.68.0
type ObservabilityBundleService interface {
Configure(ctx context.Context, cluster *clusterv1.Cluster) error
RemoveConfiguration(ctx context.Context, cluster *clusterv1.Cluster) error
GetBundleVersion(ctx context.Context, cluster *clusterv1.Cluster) (semver.Version, error)
}
ObservabilityBundleService is the interface used to managed the observability bundle. The controller depends on this interface so it can be tested without a real k8s cluster.
Click to show internal directories.
Click to hide internal directories.