Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ReconcilingProcessingJobStatus is the status used by the controller during reconciliation. ReconcilingProcessingJobStatus = "Reconciling" // MaxProcessingJobNameLength defines the maximum number of characters in a SageMaker Processing Job name MaxProcessingJobNameLength = 63 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Log logr.Logger PollInterval time.Duration // contains filtered or unexported fields }
Reconciler reconciles a ProcessingJob object
func NewProcessingJobReconciler ¶
func NewProcessingJobReconciler(client client.Client, log logr.Logger, pollInterval time.Duration) *Reconciler
NewProcessingJobReconciler creates a new reconciler with the default SageMaker client.
func (*Reconciler) Reconcile ¶
Reconcile attempts to reconcile the SageMaker resource state with the k8s desired state.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds this reconciler to the manager, so that it gets started when the manager is started
Click to show internal directories.
Click to hide internal directories.