Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface {
Reconcile(isvc *v1beta1.InferenceService) error
}
Component can be reconciled to create underlying resources for an InferenceService
func NewExplainer ¶
func NewPredictor ¶
func NewTransformer ¶
type Transformer ¶
Transformer reconciles resources for this component.
func (*Transformer) Reconcile ¶
func (p *Transformer) Reconcile(isvc *v1beta1.InferenceService) error
Reconcile observes the world and attempts to drive the status towards the desired state.
Click to show internal directories.
Click to hide internal directories.