Documentation ¶
Index ¶
Constants ¶
View Source
const LastAppliedConfig = "distributed-compute-operator.dominodatalab.com/last-applied"
LastAppliedConfig is the annotation key used to store object state on owned components.
Variables ¶
View Source
var ( // PatchAnnotator applies state annotations to owned components. PatchAnnotator = patch.NewAnnotator(LastAppliedConfig) // PatchMaker calculates changes to state annotations on owned components. PatchMaker = patch.NewPatchMaker(PatchAnnotator) )
Functions ¶
This section is empty.
Types ¶
type RayClusterReconciler ¶
RayClusterReconciler reconciles RayCluster objects.
func (*RayClusterReconciler) Reconcile ¶
func (r *RayClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile implements state reconciliation logic for RayCluster objects.
func (*RayClusterReconciler) SetupWithManager ¶
func (r *RayClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates and registers this controller with the manager.
Click to show internal directories.
Click to hide internal directories.