Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InferenceServiceReadiness ¶
func InferenceServiceReadiness(status v1alpha2.InferenceServiceStatus) bool
Types ¶
type InferenceServiceReconciler ¶
type InferenceServiceReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
ReconcileService reconciles a Service object
func (*InferenceServiceReconciler) Reconcile ¶
func (r *InferenceServiceReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a Service object and makes changes based on the state read and what is in the Service.Spec
func (*InferenceServiceReconciler) SetupWithManager ¶
func (r *InferenceServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
type Reconciler ¶
type Reconciler interface {
Reconcile(isvc *v1alpha2.InferenceService) error
}
Reconciler is implemented by all subresources
Click to show internal directories.
Click to hide internal directories.