# Functions
No description provided by the author
RegisterRayClusterGeneratingHandler configures a RayClusterController to execute a RayClusterGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterRayClusterStatusHandler configures a RayClusterController to execute a RayClusterStatusHandler for every events observed.
RegisterRayJobGeneratingHandler configures a RayJobController to execute a RayJobGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterRayJobStatusHandler configures a RayJobController to execute a RayJobStatusHandler for every events observed.
RegisterRayServiceGeneratingHandler configures a RayServiceController to execute a RayServiceGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterRayServiceStatusHandler configures a RayServiceController to execute a RayServiceStatusHandler for every events observed.
# Interfaces
No description provided by the author
RayClusterCache interface for retrieving RayCluster resources in memory.
RayClusterClient interface for managing RayCluster resources in Kubernetes.
RayClusterController interface for managing RayCluster resources.
RayJobCache interface for retrieving RayJob resources in memory.
RayJobClient interface for managing RayJob resources in Kubernetes.
RayJobController interface for managing RayJob resources.
RayServiceCache interface for retrieving RayService resources in memory.
RayServiceClient interface for managing RayService resources in Kubernetes.
RayServiceController interface for managing RayService resources.
# Type aliases
RayClusterGeneratingHandler is the top-level handler that is executed for every RayCluster event.
RayClusterStatusHandler is executed for every added or modified RayCluster.
RayJobGeneratingHandler is the top-level handler that is executed for every RayJob event.
RayJobStatusHandler is executed for every added or modified RayJob.
RayServiceGeneratingHandler is the top-level handler that is executed for every RayService event.
RayServiceStatusHandler is executed for every added or modified RayService.