modelmesh-runtime-adapter: Dataflow¶
Controller Watches¶
Kubernetes resources this controller monitors for changes. Each watch triggers reconciliation when the watched resource is created, updated, or deleted.
| Type | GVK | Source |
|---|---|---|
| Watches | sigs.k8s.io/controller-runtime/pkg/source/Kind | .gomod-cache/sigs.k8s.io/controller-runtime@v0.14.6/pkg/builder/controller.go:82 |
| Watches | sigs.k8s.io/controller-runtime/pkg/source/Kind | .gomod-cache/sigs.k8s.io/controller-runtime@v0.14.6/pkg/builder/controller.go:106 |
| Watches | sigs.k8s.io/controller-runtime/pkg/source/Kind | .gopath-loader/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/builder/controller.go:82 |
| Watches | sigs.k8s.io/controller-runtime/pkg/source/Kind | .gopath-loader/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/builder/controller.go:106 |
Reconciliation Flow¶
How the controller interacts with the Kubernetes API during reconciliation.
sequenceDiagram
%% Static dataflow for modelmesh-runtime-adapter
participant KubernetesAPI as Kubernetes API
participant modelmesh_runtime_adapter as modelmesh-runtime-adapter
KubernetesAPI-->>+modelmesh_runtime_adapter: Watch Kind (informer)
KubernetesAPI-->>+modelmesh_runtime_adapter: Watch Kind (informer)
KubernetesAPI-->>+modelmesh_runtime_adapter: Watch Kind (informer)
KubernetesAPI-->>+modelmesh_runtime_adapter: Watch Kind (informer)
HTTP Endpoints¶
Configuration¶
ConfigMaps and Helm values that control this component's runtime behavior.