AiGateway and AiGatewayClass Reference
This reference covers all fields of the AiGateway and AiGatewayClass custom resources in the runtime.agentic-layer.ai API group.
AiGateway
AiGateway declares a desired AI model gateway instance. A gateway implementation operator (selected via AiGatewayClass) reconciles the resource and creates the underlying workload.
spec
| Field | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
spec.aiModels
Each entry in spec.aiModels configures one model that the gateway makes available to callers.
| Field | Description |
|---|---|
|
|
|
|
spec.commonMetadata / spec.podMetadata fields
Both commonMetadata and podMetadata share the same EmbeddedMetadata structure.
| Field | Description |
|---|---|
|
|
|
|
AiGatewayClass
AiGatewayClass is a cluster-scoped resource that registers a named implementation controller for AiGateway. Each AiGateway that sets spec.aiGatewayClassName to the name of an AiGatewayClass will be reconciled by the controller identified in that class.
spec
| Field | Description |
|---|---|
|
|