Documentation
¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "kfserving-controller"
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new InferenceService Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
func InferenceServiceReadiness ¶ added in v0.4.0
func InferenceServiceReadiness(status v1alpha2.InferenceServiceStatus) bool
Types ¶
type ReconcileService ¶
type ReconcileService struct { client.Client Recorder record.EventRecorder // contains filtered or unexported fields }
ReconcileService reconciles a Service object
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.