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