Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxTrainingJobNameLength = 63
)
Defines the maximum number of characters in a SageMaker Training Job name
View Source
const (
ReconcilingTrainingJobStatus = "ReconcilingTrainingJob"
)
All the status used by the controller during reconciliation.
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 TrainingJob object
func NewTrainingJobReconciler ¶
func NewTrainingJobReconciler(client client.Client, log logr.Logger, pollInterval time.Duration) *Reconciler
NewTrainingJobReconciler 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 configures the manager to recognise the controller.
Click to show internal directories.
Click to hide internal directories.