package
0.2.0
Repository: https://github.com/llmos-ai/llmos-operator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterCephClusterGeneratingHandler configures a CephClusterController to execute a CephClusterGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterCephClusterStatusHandler configures a CephClusterController to execute a CephClusterStatusHandler for every events observed.

# Interfaces

CephBlockPoolCache interface for retrieving CephBlockPool resources in memory.
CephBlockPoolClient interface for managing CephBlockPool resources in Kubernetes.
CephBlockPoolController interface for managing CephBlockPool resources.
CephClusterCache interface for retrieving CephCluster resources in memory.
CephClusterClient interface for managing CephCluster resources in Kubernetes.
CephClusterController interface for managing CephCluster resources.
CephFilesystemCache interface for retrieving CephFilesystem resources in memory.
CephFilesystemClient interface for managing CephFilesystem resources in Kubernetes.
CephFilesystemController interface for managing CephFilesystem resources.
CephFilesystemSubVolumeGroupCache interface for retrieving CephFilesystemSubVolumeGroup resources in memory.
CephFilesystemSubVolumeGroupClient interface for managing CephFilesystemSubVolumeGroup resources in Kubernetes.
CephFilesystemSubVolumeGroupController interface for managing CephFilesystemSubVolumeGroup resources.
No description provided by the author

# Type aliases

CephClusterGeneratingHandler is the top-level handler that is executed for every CephCluster event.
CephClusterStatusHandler is executed for every added or modified CephCluster.